coreboot-kgpe-d16/src
Patrick Georgi cec6dc4c15 Change the behaviour of the ACPI generating code so it only
writes at most one full ACPI table.
In the cases where both HAVE_LOW_TABLES and HAVE_HIGH_TABLES
are enabled, the table is written to high memory, and an RSDP
is written to the low memory that points to the high mem one.
All other cases work exactly the same way as before.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4202 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-04-24 06:28:48 +00:00
..
arch Change the behaviour of the ACPI generating code so it only 2009-04-24 06:28:48 +00:00
boot * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 2009-04-22 08:17:38 +00:00
config This patch hooks up git mirrored svn revisions and adds some 2009-04-23 13:05:45 +00:00
console fix warnings, shadowed declarations and style guide violations (all trivial) 2009-04-22 16:23:47 +00:00
cpu makes the smi handler a little bit less verbose 2009-04-22 22:55:15 +00:00
devices - printed CBFS rom address was always 0 2009-04-22 16:32:18 +00:00
drivers Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should 2009-04-01 13:43:21 +00:00
include This patch adds support for the BCM21000 (aka HT-2100) 2009-04-22 20:27:53 +00:00
lib - function prototypes do not need "extern" 2009-04-21 23:05:13 +00:00
mainboard Convert 12 more boards to use include statements in Config.lb. 2009-04-22 22:08:00 +00:00
northbridge remove some style guide breaks and warnings from raminit_f_dqs.c 2009-04-22 12:00:17 +00:00
pc80 fix warnings, shadowed declarations and style guide violations (all trivial) 2009-04-22 16:23:47 +00:00
pmc/altimus/mpc7410 Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
ram use printk, when possible. (trivial) 2008-08-01 12:12:37 +00:00
sdram fix typo in commend of generic_sdram.c (trivial) 2008-08-01 11:36:40 +00:00
southbridge This patch adds support for the BCM21000 (aka HT-2100) 2009-04-22 20:27:53 +00:00
stream fix warnings, shadowed declarations and style guide violations (all trivial) 2009-04-22 16:23:47 +00:00
superio This patch add rudimentary support for the superio functionality of 2009-04-22 20:30:42 +00:00