This patch solves crashes and BSODs that occur when booting Win7 with
authorScott Duplichan <scott@notabs.org>
Wed, 24 Nov 2010 00:39:44 +0000 (00:39 +0000)
committerScott Duplichan <scott@notabs.org>
Wed, 24 Nov 2010 00:39:44 +0000 (00:39 +0000)
commit88dc53178177c3cfc28bfebab2422dc4133bd7dc
tree9043197ae117f504212f0377ef17cce5da771115
parent0cda9597109f2e4cd922ee4ec66367b6513360db
This patch solves crashes and BSODs that occur when booting Win7 with
AMD RS780 uma graphics. Tested with frame buffer sizes 64m through 1GB
by running dxdiag and Windows media player at 1600x1200 true color.
Additional changes needed to boot Win7 on Mahogany_fam10 will follow.

-- Enable and program the debug bar as required by the ATI graphics driver.
   First, make the debug bar writable and allow resource allocation code
   to program it. Once programmed, enable its operation.
-- Disable the family 10h processor mmconf while the RS780 mmconf is in use.
-- Make strap programming more closely follow the reference BIOS.
-- Disable PCIe bar 3 after using it.
-- UMA size is no longer hardcoded.
-- Disable write combining for all steppings to eliminate stability problem.
-- Correct task file data.
-- Improve the accuracy of the Atom table that passes information to the driver.

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@6120 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/southbridge/amd/rs780/rs780.c
src/southbridge/amd/rs780/rs780.h
src/southbridge/amd/rs780/rs780_cmn.c
src/southbridge/amd/rs780/rs780_early_setup.c
src/southbridge/amd/rs780/rs780_gfx.c
src/southbridge/amd/rs780/rs780_pcie.c