coreboot-kgpe-d16/src
Zheng Bao d11bd003c6 This patch is about some noticable bugs which was made by no reason.
1. In rs690_cmn.c, mask the lower 4 bits of the BAR3. No doubt, right?
2. In rs690_pcie.c,
  (1) Obviously, the mask should be 0xF, and bit 19 should be set to 1 (in comment).
      In rpr 5.10.2, step 2, step 2.1 & step 2.6
  (2) The dynamic buffer allocation is enabled by setting bit 11 of PCIEIND: 0x20,
      instead of PCIEIND_P: 0x20.
      In rpr 5.10.2, step 5. Dynamic Slave CPL Buffer Allocation

Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4336 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-06-04 01:57:03 +00:00
..
arch Many Kudos go to Segher Boessenkool and Patrick Georgi for figuring this one 2009-05-30 15:12:33 +00:00
boot Attached patch moves the CBFS payload loader to selfboot.c as it's 2009-05-26 14:00:49 +00:00
config Many Kudos go to Segher Boessenkool and Patrick Georgi for figuring this one 2009-05-30 15:12:33 +00:00
console Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +00:00
cpu Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +00:00
devices Fix build with CONFIG_*_ROM_RUN. 2009-05-29 03:44:47 +00:00
drivers Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should 2009-04-01 13:43:21 +00:00
include Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +00:00
lib Add lzma.o for CBFS, regardless if CONFIG_COMPRESSED_PAYLOAD_LZMA is 2009-05-28 22:18:25 +00:00
mainboard Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +00:00
northbridge Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +00:00
pc80 Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +00:00
pmc/altimus/mpc7410 Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
ram use printk, when possible. (trivial) 2008-08-01 12:12:37 +00:00
sdram fix typo in commend of generic_sdram.c (trivial) 2008-08-01 11:36:40 +00:00
southbridge This patch is about some noticable bugs which was made by no reason. 2009-06-04 01:57:03 +00:00
stream Refactor copy_and_run so that it uses a single code base instead of 2009-04-30 07:07:22 +00:00
superio Revert "CMOS: Add set_option and rework get_option." 2009-06-03 14:19:33 +00:00