Features supported in RS780 code:
authorZheng Bao <zheng.bao@amd.com>
Tue, 16 Mar 2010 01:41:14 +0000 (01:41 +0000)
committerZheng Bao <Zheng.Bao@amd.com>
Tue, 16 Mar 2010 01:41:14 +0000 (01:41 +0000)
commit1088bbff4503df7e8507aae45da823268262ca8f
tree414123cac2bdd5f70b10d64082b792e7a52e2c45
parenteff2ffdee8489f97b265b0335b766be3db9a633a
Features supported in RS780 code:
  * PCIe initialization.
  * Internal Graphics initialization.
  * HT Link initialization. It works in HT1 or HT3 mode.

Note:
1. I tried to add the description of every step to the code. For example,
   if it is made based on rpr, section 2.4.5, I will pasted the words
   from 2.4.5 to the c code. But the document I worked with might be
   different with the most updated one. A new section has been added and
   the 2.4.5 might be changed to 2.5.5. That migh lead to confusing. I
   correct every comment if I met one. But I have to confess that I am so
   reluctant to find out everyone. I believe it will be correct in the long
   run.
2. The interanl graphics part is done by Libo Feng <libo.feng@amd.com>.
3. There is a conflict between RPR and our CIM code. Please see the comment in
   switching_gppsb_configurations in rs780_pcie.c.

Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5219 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
12 files changed:
src/southbridge/amd/rs780/Config.lb [new file with mode: 0644]
src/southbridge/amd/rs780/Kconfig [new file with mode: 0644]
src/southbridge/amd/rs780/Makefile.inc [new file with mode: 0644]
src/southbridge/amd/rs780/chip.h [new file with mode: 0644]
src/southbridge/amd/rs780/rs780.c [new file with mode: 0644]
src/southbridge/amd/rs780/rs780.h [new file with mode: 0644]
src/southbridge/amd/rs780/rs780_cmn.c [new file with mode: 0644]
src/southbridge/amd/rs780/rs780_early_setup.c [new file with mode: 0644]
src/southbridge/amd/rs780/rs780_gfx.c [new file with mode: 0644]
src/southbridge/amd/rs780/rs780_ht.c [new file with mode: 0644]
src/southbridge/amd/rs780/rs780_pcie.c [new file with mode: 0644]
src/southbridge/amd/rs780/rs780_rev.h [new file with mode: 0644]