diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-02-27 23:09:55 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-02-27 23:09:55 +0000 |
commit | 3c7f46b42215502ecaee54c85f6d08dce9e21279 (patch) | |
tree | 2f526a49a0182348e5d9a24b0d4d57c1f2f97619 /src/config | |
parent | 678d6140a5f75bde7b5a6b7ef296ebb7a3dda166 (diff) |
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 <stepan@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3960 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 12 |
1 files changed, 12 insertions, 0 deletions
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 |