aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMichael Xie <Michael.Xie@amd.com>2008-09-22 13:07:20 +0000
committerStefan Reinauer <stepan@openbios.org>2008-09-22 13:07:20 +0000
commit06755e404eb4b97dab5bc5ff90443f7d7d74d3cf (patch)
tree5558c824b995599f02caad278c646587bdc7e8b5 /src/include
parent0b0771d180d5b18a3d698ccac54449112a9fca91 (diff)
Patch for AMD RS690 chipset.
All the PCIe slots are enabled in this patch except power management. Signed-off-by: Michael Xie <Michael.Xie@amd.com> Reviewed-by: Marc Jones <marc.jones@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3588 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include')
-rw-r--r--src/include/boot/coreboot_tables.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/boot/coreboot_tables.h b/src/include/boot/coreboot_tables.h
index 3f8e60698e..e9e1b8f3de 100644
--- a/src/include/boot/coreboot_tables.h
+++ b/src/include/boot/coreboot_tables.h
@@ -43,6 +43,12 @@
* See also: util/lbtdump/lbtdump.c
*/
+/* AMD rs690 chip, declare global variables. */
+#if (CONFIG_GFXUMA == 1)
+ unsigned long uma_memory_start, uma_memory_size;
+#endif
+
+
struct lb_uint64 {
uint32_t lo;
uint32_t hi;