Move option table (cmos.layout's binary representation)
authorPatrick Georgi <patrick.georgi@secunet.com>
Tue, 18 Jan 2011 13:56:36 +0000 (13:56 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Tue, 18 Jan 2011 13:56:36 +0000 (13:56 +0000)
commit244793784ce63957f3ba3a1b9dbf2d2cdf0c506a
tree3c3590ce9748a7f9a4a48875e9776f30034c6144
parent024ec852c29685549e5167f4b5d9065e80287ee2
Move option table (cmos.layout's binary representation)
to CBFS and adapt coreboot to use it.

Comments by Stefan and Mathias taken into account (except for
the build time failure if the table is missing when it should
exist and the "memory leak" in build_opt_tbl)

Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6268 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/arch/x86/Makefile.inc
src/arch/x86/boot/coreboot_table.c
src/arch/x86/include/arch/coreboot_tables.h
src/include/cbfs.h
src/pc80/mc146818rtc.c
src/pc80/mc146818rtc_early.c
util/cbfstool/cbfs.h
util/options/build_opt_tbl.c