1) Remove unused kconfig options.
2) Correct UMA graphics PCI device ID. Signed-off-by: Scott Duplichan <scott@notabs.org> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6593 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a64ab46b62
commit
5d878ad312
|
@ -22,8 +22,6 @@ if BOARD_AMD_PERSIMMON
|
||||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
def_bool y
|
def_bool y
|
||||||
select ARCH_X86
|
select ARCH_X86
|
||||||
select DIMM_DDR3
|
|
||||||
select DIMM_UNREGISTERED
|
|
||||||
select CPU_AMD_AGESA_WRAPPER_FAMILY14
|
select CPU_AMD_AGESA_WRAPPER_FAMILY14
|
||||||
select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14_ROOT_COMPLEX
|
select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14_ROOT_COMPLEX
|
||||||
select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
||||||
|
@ -42,7 +40,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
select AMDMCT
|
select AMDMCT
|
||||||
select HAVE_ACPI_TABLES
|
select HAVE_ACPI_TABLES
|
||||||
select BOARD_ROMSIZE_KB_4096
|
select BOARD_ROMSIZE_KB_4096
|
||||||
select ENABLE_APIC_EXT_ID
|
|
||||||
select TINY_BOOTBLOCK
|
select TINY_BOOTBLOCK
|
||||||
select GFXUMA
|
select GFXUMA
|
||||||
|
|
||||||
|
@ -86,18 +83,6 @@ config MEM_TRAIN_SEQ
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
config SB_HT_CHAIN_ON_BUS0
|
|
||||||
int
|
|
||||||
default 1
|
|
||||||
|
|
||||||
config HT_CHAIN_END_UNITID_BASE
|
|
||||||
hex
|
|
||||||
default 0x1
|
|
||||||
|
|
||||||
config HT_CHAIN_UNITID_BASE
|
|
||||||
hex
|
|
||||||
default 0x0
|
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 11
|
default 11
|
||||||
|
@ -130,10 +115,9 @@ config ONBOARD_VGA_IS_PRIMARY
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
#define CONFIG_VGA_BIOS_ID "1002,9804"
|
|
||||||
config VGA_BIOS_ID
|
config VGA_BIOS_ID
|
||||||
string
|
string
|
||||||
default "1002,9804"
|
default "1002,9802"
|
||||||
|
|
||||||
config DRIVERS_PS2_KEYBOARD
|
config DRIVERS_PS2_KEYBOARD
|
||||||
bool
|
bool
|
||||||
|
|
|
@ -18,17 +18,9 @@
|
||||||
##
|
##
|
||||||
config NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
config NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
||||||
bool
|
bool
|
||||||
select HAVE_DEBUG_RAM_SETUP
|
|
||||||
select HAVE_DEBUG_SMBUS
|
|
||||||
select HYPERTRANSPORT_PLUGIN_SUPPORT
|
|
||||||
select MMCONF_SUPPORT
|
select MMCONF_SUPPORT
|
||||||
select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14_ROOT_COMPLEX
|
select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14_ROOT_COMPLEX
|
||||||
|
|
||||||
config HT3_SUPPORT
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZEK
|
config HW_MEM_HOLE_SIZEK
|
||||||
hex
|
hex
|
||||||
default 0x100000
|
default 0x100000
|
||||||
|
@ -49,30 +41,6 @@ config MMCONF_BUS_NUMBER
|
||||||
default 16
|
default 16
|
||||||
depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
||||||
|
|
||||||
config DIMM_DDR3
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
|
||||||
|
|
||||||
config DIMM_REGISTERED
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
|
||||||
|
|
||||||
if !DIMM_REGISTERED
|
|
||||||
config DIMM_SUPPORT
|
|
||||||
hex
|
|
||||||
default 0x0004
|
|
||||||
endif
|
|
||||||
|
|
||||||
if DIMM_DDR3
|
|
||||||
if DIMM_REGISTERED
|
|
||||||
config DIMM_SUPPORT
|
|
||||||
hex
|
|
||||||
default 0x0005
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
config BOOTBLOCK_NORTHBRIDGE_INIT
|
config BOOTBLOCK_NORTHBRIDGE_INIT
|
||||||
string
|
string
|
||||||
default "northbridge/amd/agesa_wrapper/family14/bootblock.c"
|
default "northbridge/amd/agesa_wrapper/family14/bootblock.c"
|
||||||
|
|
Loading…
Reference in New Issue