From 06755e404eb4b97dab5bc5ff90443f7d7d74d3cf Mon Sep 17 00:00:00 2001 From: Michael Xie Date: Mon, 22 Sep 2008 13:07:20 +0000 Subject: Patch for AMD RS690 chipset. All the PCIe slots are enabled in this patch except power management. Signed-off-by: Michael Xie Reviewed-by: Marc Jones Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3588 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/boot/coreboot_tables.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include') 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; -- cgit v1.2.3