coreboot/src
Zheng Bao 1088bbff45 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
2010-03-16 01:41:14 +00:00
..
arch/i386 This patch is what I needed to compile coreboot with LLVM. 2010-03-16 01:02:18 +00:00
boot This is a general cleanup patch 2010-02-22 06:09:43 +00:00
console This patch is what I needed to compile coreboot with LLVM. 2010-03-16 01:02:18 +00:00
cpu Add scan-build support to the build system. 2010-03-14 21:25:03 +00:00
devices 1. Move run_bios prototype to device.h 2010-03-05 18:27:19 +00:00
drivers This is a general cleanup patch 2010-02-22 06:09:43 +00:00
include 1. This patch is about the pci header of RS780 and SB700. It is made 2010-03-16 01:36:21 +00:00
lib This patch implements MBI (modular bios interface) support to the i830 chipset. 2010-03-01 08:34:19 +00:00
mainboard Fix llshell 2010-03-13 22:07:15 +00:00
northbridge Add SDRAMPWR_4DIMM Kconfig option (not user-visible in menuconfig). 2010-03-13 20:16:48 +00:00
pc80 use names instead of numbers where possible, also print a better message if no 2010-02-28 19:12:37 +00:00
southbridge Features supported in RS780 code: 2010-03-16 01:41:14 +00:00
superio Add Win Enterprises' PL6064 board 2010-02-24 16:36:56 +00:00
Kconfig Make CLANG selectable in Kconfig 2010-03-16 01:17:19 +00:00
Kconfig.deprecated_options Move deprecated Kconfig options to their own file, 2010-03-14 21:31:05 +00:00