[coreboot] Re: 'make menuconfig' broken by commit 7eab8ef8b720e8744eea3c6c771bccc217fbe5ed

2023-11-26 Thread Nicholas Chin
On 2023-11-26 21:42, Keith Hui wrote: Hi all, We have a problem. After commit 7eab8ef8b720e8744eea3c6c771bccc217fbe5ed (util/kconfig: Uprev to Linux 6.2's kconfig) [1], make menuconfig is completely borked. I found out using git bisect. After the gerrit link is the output I get when I run 'make

[coreboot] 'make menuconfig' broken by commit 7eab8ef8b720e8744eea3c6c771bccc217fbe5ed

2023-11-26 Thread Keith Hui
Hi all, We have a problem. After commit 7eab8ef8b720e8744eea3c6c771bccc217fbe5ed (util/kconfig: Uprev to Linux 6.2's kconfig) [1], make menuconfig is completely borked. I found out using git bisect. After the gerrit link is the output I get when I run 'make menuconfig' instead of the configuratio

[coreboot] Re: Restoring the opensource AGESA boards takes just 1% of git reverts since their removal

2023-11-26 Thread Mike Banon
Behold: new restore_agesa.sh delivers coreboot 4.22.01 to Lenovo G505S - boots fine! - and to other AMD AGESA boards which I didn't have the opportunity to test yet ;-) https://review.coreboot.org/c/coreboot/+/76832 On Sat, Sep 2, 2023 at 3:22 PM wrote: > > Merci beaucoup! > ;-) > Florentin > >

[coreboot] Re: make menuconfig - is broken after commit 7eab8ef (Linux 6.2's kconfig) and follow-ups

2023-11-26 Thread Mike Banon
Patrick, thank you so much for such a quick & working fix, it is really appreciated ;-) On Sun, Nov 26, 2023 at 9:20 PM Patrick Georgi wrote: > > Am 26.11.2023 um 18:15 schrieb Mike Banon: > > /usr/bin/ld: build/util/kconfig/lxdialog/yesno.o: warning: relocation > > against `acs_map' in read-onl

[coreboot] Re: make menuconfig - is broken after commit 7eab8ef (Linux 6.2's kconfig) and follow-ups

2023-11-26 Thread Patrick Georgi via coreboot
Am 26.11.2023 um 18:15 schrieb Mike Banon: /usr/bin/ld: build/util/kconfig/lxdialog/yesno.o: warning: relocation against `acs_map' in read-only section `.text' /usr/bin/ld: build/util/kconfig/mconf.o: in function `show_help': mconf.c:(.text+0x1770): undefined reference to `stdscr' /usr/bin/ld: mc

[coreboot] Re: make menuconfig - is broken after commit 7eab8ef (Linux 6.2's kconfig) and follow-ups

2023-11-26 Thread Nicholas Chin
On 2023-11-26 10:15, Mike Banon wrote: Dear friends, I just encountered a menuconfig problem on a fresh coreboot. Steps to reproduce: 1) Testing environment - fully updated Artix Linux (arch w/o systemd): 6.5.11 linux kernel etc. 2) At the freshly cloned coreboot directory (+ submodules checkout'

[coreboot] make menuconfig - is broken after commit 7eab8ef (Linux 6.2's kconfig) and follow-ups

2023-11-26 Thread Mike Banon
Dear friends, I just encountered a menuconfig problem on a fresh coreboot. Steps to reproduce: 1) Testing environment - fully updated Artix Linux (arch w/o systemd): 6.5.11 linux kernel etc. 2) At the freshly cloned coreboot directory (+ submodules checkout'ed), git reset --hard 7eab8ef and then ma