Please find appended. This patch gets rid of the %gs magic altogether,
fixes a few alignment wrinkles and sets up and registers the MMCONF area for AMD Fam10h CPUs (where selected by mainboard configuration). It removes a bit of code that proved troublesome in MMCONF setups from mcp55_early_setup_car.c, as per earlier discussion. Signed-off-by: Arne Georg Gleditsch <arne.gleditsch@numascale.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5796 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Myles Watson
parent
e0a000cc12
commit
d6689ed781
@@ -23,6 +23,7 @@ config NORTHBRIDGE_AMD_AMDFAM10
|
||||
select HAVE_DEBUG_SMBUS
|
||||
select HYPERTRANSPORT_PLUGIN_SUPPORT
|
||||
select NORTHBRIDGE_AMD_AMDFAM10_ROOT_COMPLEX
|
||||
select MMCONF_SUPPORT
|
||||
|
||||
config AGP_APERTURE_SIZE
|
||||
hex
|
||||
@@ -54,6 +55,16 @@ config HW_MEM_HOLE_SIZE_AUTO_INC
|
||||
default n
|
||||
depends on NORTHBRIDGE_AMD_AMDFAM10
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xe0000000
|
||||
depends on NORTHBRIDGE_AMD_AMDFAM10
|
||||
|
||||
config MMCONF_BUS_NUMBER
|
||||
int
|
||||
default 256
|
||||
depends on NORTHBRIDGE_AMD_AMDFAM10
|
||||
|
||||
config BOOTBLOCK_NORTHBRIDGE_INIT
|
||||
string
|
||||
default "northbridge/amd/amdfam10/bootblock.c"
|
||||
|
Reference in New Issue
Block a user