[coreboot] Re: commit 0eab62b makes menuconfig more strict regarding the old configs

2023-11-29 Thread Patrick Georgi via coreboot
On 29.11.23 00:20, Martin Roth via coreboot wrote: Hey Mike, I think you should be able to just append change the kconfig values when you run make to override the current settings. something like `make menuconfig KCONFIG_WERROR=0 KCONFIG_WARN_UNKNOWN_SYMBOLS=0` if we update where they're set

[coreboot] Re: RFC: Behavior of make *config

2023-11-29 Thread Poeche, Uwe via coreboot
Hi Patrick, we two had an IRC conversation on monday about this topic but didn't finish this. Your above mentioned patch helps (I'm a reviewer of this). When I tried I also noticed that this does not point out loudly if you have problems in your config. So the approach without the patch (in re

[coreboot] Re: RFC: Behavior of make *config

2023-11-29 Thread Patrick Georgi via coreboot
29. November 2023 12:14, "Poeche, Uwe via coreboot" schrieb: > Your above mentioned patch helps (I'm a reviewer of this). When I tried I > also noticed that this > does not point out loudly if you have problems in your config. So the > approach without the patch > (in result more strict) is fro

[coreboot] Re: coreboot's role in the boot process -- is it time for a coreboot spec?

2023-11-29 Thread Nico Huber
On 29.11.23 02:01, Julius Werner wrote: >> I don't like superlatives. I don't think it needs to be "completely >> separate". For instance, when somebody discusses coreboot for a new >> platform behind closed doors[1]. And they implement something on the >> same code base. If they did that according

[coreboot] Re: commit 0eab62b makes menuconfig more strict regarding the old configs

2023-11-29 Thread Mike Banon
At the moment none of the suggestions work (tried make oldconfig, make olddefconfig, make menuconfig KCONFIG_WERROR=0 KCONFIG_WARN_UNKNOWN_SYMBOLS=0 "). Any workaround alternative to git revert of this commit would be nice On Wed, Nov 29, 2023 at 1:41 PM Patrick Georgi via coreboot wrote: > > On

[coreboot] Re: commit 0eab62b makes menuconfig more strict regarding the old configs

2023-11-29 Thread Mike Banon
Thank you, the patch at https://review.coreboot.org/c/coreboot/+/79298 really helps, I +1 it now On Wed, Nov 29, 2023 at 8:39 PM Mike Banon wrote: > > At the moment none of the suggestions work (tried make oldconfig, make > olddefconfig, make menuconfig KCONFIG_WERROR=0 > KCONFIG_WARN_UNKNOWN_SYM

[coreboot] Re: Monochrome coreboot logo as BMP?

2023-11-29 Thread Simon Glass
Hi Nico, On Mon, 20 Nov 2023 at 02:45, Nico Huber wrote: > > Hi, > > On 19.11.23 19:39, Simon Glass wrote: > > Could I get your sign-off somehow? You could add it here, or reply on > > the U-Boot ML when I send the patch. > > oh, right. Signing off on my modification of the logo. > > Signed-off-b