From 3c7f46b42215502ecaee54c85f6d08dce9e21279 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 27 Feb 2009 23:09:55 +0000 Subject: Generic approach of putting BIOS tables at the end of memory (in addition to their low locations) This adds the kontron 986LCD-M and the i945 as a sample. Signed-off-by: Stefan Reinauer Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3960 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/config/Options.lb') diff --git a/src/config/Options.lb b/src/config/Options.lb index bb141d008e..46b52c180b 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -1111,6 +1111,18 @@ define HAVE_MAINBOARD_RESOURCES comment "Enable if the mainboard/chipset requires extra entries in the memory map" end +define HAVE_LOW_TABLES + default 1 + export always + comment "Enable if ACPI, PIRQ, MP tables are supposed to live in the low megabyte" +end + +define HAVE_HIGH_TABLES + default 0 + export always + comment "Enable if ACPI, PIRQ, MP tables are supposed to live at top of memory" +end + define CONFIG_SPLASH_GRAPHIC default 0 export used -- cgit v1.2.3