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
This commit is contained in:
Michael Xie
2008-09-22 13:07:20 +00:00
committed by Stefan Reinauer
parent 0b0771d180
commit 06755e404e
12 changed files with 2351 additions and 0 deletions

View File

@@ -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;