RS780 function ProgK8TempMmioBase is setting a reserved
authorScott Duplichan <scott@notabs.org>
Thu, 7 Oct 2010 18:25:04 +0000 (18:25 +0000)
committerRudolf Marek <r.marek@assembler.cz>
Thu, 7 Oct 2010 18:25:04 +0000 (18:25 +0000)
commita3bd1b1b25bb3056a6cc092b7a17a383e119a21f
tree08884b8ebb15b8d5d81d72fce64bdc63369b53ba
parent6798b478027cb3fd44d52706ad69dee29bae19ba
RS780 function ProgK8TempMmioBase is setting a reserved
bit in the AMD processor 'MMIO Limit Address Register'.
I suspect it is because of a typo where 0x80 was entered
as 0x8. If 0x80 is used, then the strap configuration
register accesses become non-posted, which is how the
Shiner reference BIOS does it.

Signed-off-by: Scott Duplichan <scott@notabs.org>
Acked-by: Rudolf Marek <r.marek@assembler.cz>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5919 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/southbridge/amd/rs690/rs690_cmn.c
src/southbridge/amd/rs780/rs780_cmn.c