AMD hudson yantgze: Drop APIC_ID_OFFSET
Not used with AGESA vendorcode. Change-Id: I1c4e1dea8836143334d336f99afcee2ca326b0c9 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5521 Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
740862c7d3
commit
fd478f92a4
|
@ -38,10 +38,6 @@ config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default amd/olivehill
|
default amd/olivehill
|
||||||
|
|
||||||
config APIC_ID_OFFSET
|
|
||||||
hex
|
|
||||||
default 0x0
|
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "DB-FT3"
|
default "DB-FT3"
|
||||||
|
|
|
@ -39,10 +39,6 @@ config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default amd/parmer
|
default amd/parmer
|
||||||
|
|
||||||
config APIC_ID_OFFSET
|
|
||||||
hex
|
|
||||||
default 0x0
|
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "Parmer"
|
default "Parmer"
|
||||||
|
|
|
@ -39,10 +39,6 @@ config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default amd/thatcher
|
default amd/thatcher
|
||||||
|
|
||||||
config APIC_ID_OFFSET
|
|
||||||
hex
|
|
||||||
default 0x0
|
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "Thatcher"
|
default "Thatcher"
|
||||||
|
|
|
@ -39,10 +39,6 @@ config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default asrock/imb-a180
|
default asrock/imb-a180
|
||||||
|
|
||||||
config APIC_ID_OFFSET
|
|
||||||
hex
|
|
||||||
default 0x0
|
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "IMB-A180"
|
default "IMB-A180"
|
||||||
|
|
|
@ -64,10 +64,6 @@ config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default asus/f2a85-m
|
default asus/f2a85-m
|
||||||
|
|
||||||
config APIC_ID_OFFSET
|
|
||||||
hex
|
|
||||||
default 0x0
|
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "F2A85-M"
|
default "F2A85-M"
|
||||||
|
|
|
@ -41,10 +41,6 @@ config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default hp/pavilion_m6_1035dx
|
default hp/pavilion_m6_1035dx
|
||||||
|
|
||||||
config APIC_ID_OFFSET
|
|
||||||
hex
|
|
||||||
default 0x0
|
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "Pavilion m6 1035dx"
|
default "Pavilion m6 1035dx"
|
||||||
|
|
Loading…
Reference in New Issue