[coreboot] [PATCH] Freeze SeaBIOS master tag

2011-01-29 Thread Kevin O'Connor
SeaBIOS is moving to Kconfig. This will make it easier to configure coreboot and seabios going forward. However, it will also break the coreboot build in the short term. This patch, freezes the master branch of coreboot's seabios checkout so users don't see build failures. Signed-off-by: Kevin

Re: [coreboot] [PATCH] Freeze SeaBIOS master tag

2011-01-29 Thread Peter Stuge
Kevin O'Connor wrote: SeaBIOS is moving to Kconfig. This will make it easier to configure coreboot and seabios going forward. However, it will also break the coreboot build in the short term. This patch, freezes the master branch of coreboot's seabios checkout so users don't see build

Re: [coreboot] [PATCH] Freeze SeaBIOS master tag

2011-01-29 Thread Patrick Georgi
Am Samstag, 29. Januar 2011, um 09:53:09 schrieb Kevin O'Connor: I'm not really sure what the best way to interface to the new SeaBIOS build is. I suppose a .config could be copied in and make oldconfig run. The _best_ way would be to extend Kconfig to allow different prefixes per Kconfig

Re: [coreboot] [PATCH] Freeze SeaBIOS master tag

2011-01-29 Thread Peter Stuge
Kevin O'Connor wrote: freezes the master branch of coreboot's seabios checkout Can't we just quickly fix the build after Kconfig? Only if you're really, really quick. :-) We could sync seabios push and coreboot commit. I'm not really sure what the best way to interface to the new

Re: [coreboot] [PATCH] Freeze SeaBIOS master tag

2011-01-29 Thread Patrick Georgi
Am Samstag, 29. Januar 2011, um 16:00:41 schrieb Peter Stuge: I'm not really sure what the best way to interface to the new SeaBIOS build is. I suppose a .config could be copied in and make oldconfig run. Maybe make defconfig + sed would be better? That way there will also be a complete

Re: [coreboot] [PATCH] Freeze SeaBIOS master tag

2011-01-29 Thread Peter Stuge
Patrick Georgi wrote: I suppose a .config could be copied in and make oldconfig run. complete config if SeaBIOS adds more Kconfig options. oldconfig is made just for that. Send in a partial set of options, and it'll fill in anything missing with defaults as defined in Kconfig (and

Re: [coreboot] [PATCH] Freeze SeaBIOS master tag

2011-01-29 Thread Stefan Reinauer
On 29.01.2011, at 06:34, Kevin O'Connor ke...@koconnor.net wrote: SeaBIOS is moving to Kconfig. This will make it easier to configure coreboot and seabios going forward. However, it will also break the coreboot build in the short term. This patch, freezes the master branch of coreboot's