coreboot-kgpe-d16/src/northbridge/intel/e7520
Patrick Georgi b251753b4f Change read_option() to a macro that wraps some API uglyness
Simplify
read_option(CMOS_VSTART_foo, CMOS_VLEN_foo, somedefault)
to
read_option(foo, somedefault)

Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6565 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2011-05-10 21:53:13 +00:00
..
chip.h svn mv src/northbridge/intel/E7520 src/northbridge/intel/e7520 2006-10-27 11:40:01 +00:00
e7520.h Drop duplicated and unneeded #defines from some northbridges (trivial). 2007-10-27 19:45:49 +00:00
Kconfig Move DIMM_MAP_LOGICAL to Kconfig. 2010-11-18 11:36:16 +00:00
Makefile.inc Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
memory_initialized.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
northbridge.c We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic. 2010-12-13 19:50:25 +00:00
northbridge.h svn mv src/northbridge/intel/E7520 src/northbridge/intel/e7520 2006-10-27 11:40:01 +00:00
pciexp_porta.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
pciexp_porta1.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
pciexp_portb.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
pciexp_portc.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
raminit.c Change read_option() to a macro that wraps some API uglyness 2011-05-10 21:53:13 +00:00
raminit.h This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and 2010-03-31 14:34:40 +00:00