Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE from
boards to global. It's not a per-board value, but compatibility stuff. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4714 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -146,6 +146,14 @@ config USE_FALLBACK_IMAGE
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config HAVE_FAILOVER_BOOT
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
|
config USE_FAILOVER_IMAGE
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
config HAVE_HARD_RESET
|
config HAVE_HARD_RESET
|
||||||
bool
|
bool
|
||||||
default 0
|
default 0
|
||||||
|
@@ -72,16 +72,6 @@ config MEM_TRAIN_SEQ
|
|||||||
default y
|
default y
|
||||||
depends on BOARD_AMD_SERENGETI_CHEETAH
|
depends on BOARD_AMD_SERENGETI_CHEETAH
|
||||||
|
|
||||||
config HAVE_FAILOVER_BOOT
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_AMD_SERENGETI_CHEETAH
|
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_AMD_SERENGETI_CHEETAH
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 8
|
default 8
|
||||||
|
@@ -33,21 +33,6 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
|
|||||||
default 0x016c
|
default 0x016c
|
||||||
depends on BOARD_DELL_S1850
|
depends on BOARD_DELL_S1850
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_DELL_S1850
|
|
||||||
|
|
||||||
config HAVE_FAILOVER_BOOT
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_DELL_S1850
|
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_DELL_S1850
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
@@ -76,16 +76,6 @@ config HW_MEM_HOLE_SIZEK
|
|||||||
default 0x100000
|
default 0x100000
|
||||||
depends on BOARD_SUNW_ULTRA40
|
depends on BOARD_SUNW_ULTRA40
|
||||||
|
|
||||||
config HAVE_FAILOVER_BOOT
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_SUNW_ULTRA40
|
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_SUNW_ULTRA40
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
@@ -76,16 +76,6 @@ config HW_MEM_HOLE_SIZEK
|
|||||||
default 0x100000
|
default 0x100000
|
||||||
depends on BOARD_SUPERMICRO_H8DME
|
depends on BOARD_SUPERMICRO_H8DME
|
||||||
|
|
||||||
config HAVE_FAILOVER_BOOT
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_SUPERMICRO_H8DME
|
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_SUPERMICRO_H8DME
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
@@ -39,16 +39,6 @@ config HW_MEM_HOLE_SIZEK
|
|||||||
default 0x100000
|
default 0x100000
|
||||||
depends on BOARD_TYAN_S2850
|
depends on BOARD_TYAN_S2850
|
||||||
|
|
||||||
config HAVE_FAILOVER_BOOT
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2850
|
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2850
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
@@ -40,16 +40,6 @@ config HW_MEM_HOLE_SIZEK
|
|||||||
default 0x100000
|
default 0x100000
|
||||||
depends on BOARD_TYAN_S2875
|
depends on BOARD_TYAN_S2875
|
||||||
|
|
||||||
config HAVE_FAILOVER_BOOT
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2875
|
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2875
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
@@ -45,11 +45,6 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
|
|||||||
default 0x2881
|
default 0x2881
|
||||||
depends on BOARD_TYAN_S2881
|
depends on BOARD_TYAN_S2881
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2881
|
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZEK
|
config HW_MEM_HOLE_SIZEK
|
||||||
hex
|
hex
|
||||||
default 0x100000
|
default 0x100000
|
||||||
@@ -60,16 +55,6 @@ config MEM_TRAIN_SEQ
|
|||||||
default n
|
default n
|
||||||
depends on BOARD_TYAN_S2881
|
depends on BOARD_TYAN_S2881
|
||||||
|
|
||||||
config HAVE_FAILOVER_BOOT
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2881
|
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2881
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
@@ -45,11 +45,6 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
|
|||||||
default 0x2891
|
default 0x2891
|
||||||
depends on BOARD_TYAN_S2891
|
depends on BOARD_TYAN_S2891
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2891
|
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZEK
|
config HW_MEM_HOLE_SIZEK
|
||||||
hex
|
hex
|
||||||
default 0x100000
|
default 0x100000
|
||||||
@@ -60,16 +55,6 @@ config MEM_TRAIN_SEQ
|
|||||||
default n
|
default n
|
||||||
depends on BOARD_TYAN_S2891
|
depends on BOARD_TYAN_S2891
|
||||||
|
|
||||||
config HAVE_FAILOVER_BOOT
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2891
|
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2891
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
@@ -45,11 +45,6 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
|
|||||||
default 0x2892
|
default 0x2892
|
||||||
depends on BOARD_TYAN_S2892
|
depends on BOARD_TYAN_S2892
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2892
|
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZEK
|
config HW_MEM_HOLE_SIZEK
|
||||||
hex
|
hex
|
||||||
default 0x100000
|
default 0x100000
|
||||||
@@ -60,16 +55,6 @@ config MEM_TRAIN_SEQ
|
|||||||
default n
|
default n
|
||||||
depends on BOARD_TYAN_S2892
|
depends on BOARD_TYAN_S2892
|
||||||
|
|
||||||
config HAVE_FAILOVER_BOOT
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2892
|
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2892
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
@@ -45,11 +45,6 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
|
|||||||
default 0x2895
|
default 0x2895
|
||||||
depends on BOARD_TYAN_S2895
|
depends on BOARD_TYAN_S2895
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2895
|
|
||||||
|
|
||||||
config HW_MEM_HOLE_SIZEK
|
config HW_MEM_HOLE_SIZEK
|
||||||
hex
|
hex
|
||||||
default 0x100000
|
default 0x100000
|
||||||
@@ -60,16 +55,6 @@ config MEM_TRAIN_SEQ
|
|||||||
default n
|
default n
|
||||||
depends on BOARD_TYAN_S2895
|
depends on BOARD_TYAN_S2895
|
||||||
|
|
||||||
config HAVE_FAILOVER_BOOT
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2895
|
|
||||||
|
|
||||||
config USE_FAILOVER_IMAGE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends on BOARD_TYAN_S2895
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
Reference in New Issue
Block a user