coreboot-kgpe-d16/src/arch/x86
Peter Stuge b1d1c4d084 Reliably build arbitrary Kconfig-based revisions of SeaBIOS
Reliability is accomplished by checking out the desired SeaBIOS commitish
into a branch named 'coreboot' in the local SeaBIOS git repository. Using
a branch allows TAG-$(CONFIG_SEABIOS_..) to refer to any commitish in the
SeaBIOS git repo, not just branches and tags.

Configuration is done with make defconfig followed by enabling and
disabling of the relevant coreboot-specific SeaBIOS options by appending
to .config using echo. This works, because later entries in .config will
overwrite earlier ones.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6335 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2011-02-07 20:16:40 +00:00
..
acpi After this has been brought up many times before, rename src/arch/i386 to 2010-12-11 20:33:41 +00:00
boot This patch fixes an 'write_tables: coreboot table didn't fit (f0221)' issue. 2011-01-24 21:07:57 +00:00
include The cn700.c code references mainboard_interrupt_handlers() which isn't 2011-01-19 06:31:24 +00:00
init After this has been brought up many times before, rename src/arch/i386 to 2010-12-11 20:33:41 +00:00
lib This patch gets usbdebug console working in romstage. 2011-01-28 08:05:54 +00:00
llshell After this has been brought up many times before, rename src/arch/i386 to 2010-12-11 20:33:41 +00:00
coreboot_ram.ld After this has been brought up many times before, rename src/arch/i386 to 2010-12-11 20:33:41 +00:00
Kconfig Disable CMOS recovery code for ROMCC boards as the CBFS code used for 2011-01-14 08:36:34 +00:00
Makefile.bigbootblock.inc Add support for cbfs-files-y to the build system. 2010-12-16 07:36:28 +00:00
Makefile.bootblock.inc print what make is doing (CBFS call) 2010-12-16 23:57:00 +00:00
Makefile.inc Reliably build arbitrary Kconfig-based revisions of SeaBIOS 2011-02-07 20:16:40 +00:00