Patch for AMD RS690 chipset.
authorMichael Xie <Michael.Xie@amd.com>
Mon, 22 Sep 2008 13:07:20 +0000 (13:07 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 22 Sep 2008 13:07:20 +0000 (13:07 +0000)
commit06755e404eb4b97dab5bc5ff90443f7d7d74d3cf
tree5558c824b995599f02caad278c646587bdc7e8b5
parent0b0771d180d5b18a3d698ccac54449112a9fca91
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
12 files changed:
src/arch/i386/boot/coreboot_table.c
src/config/Options.lb
src/include/boot/coreboot_tables.h
src/southbridge/amd/rs690/Config.lb [new file with mode: 0644]
src/southbridge/amd/rs690/chip.h [new file with mode: 0644]
src/southbridge/amd/rs690/rs690.c [new file with mode: 0644]
src/southbridge/amd/rs690/rs690.h [new file with mode: 0644]
src/southbridge/amd/rs690/rs690_cmn.c [new file with mode: 0644]
src/southbridge/amd/rs690/rs690_early_setup.c [new file with mode: 0644]
src/southbridge/amd/rs690/rs690_gfx.c [new file with mode: 0644]
src/southbridge/amd/rs690/rs690_ht.c [new file with mode: 0644]
src/southbridge/amd/rs690/rs690_pcie.c [new file with mode: 0644]