Get rid of the old romstage-as-bootblock ROM layout
This change removes CONFIG_TINY_BOOTBLOCK, CONFIG_BIG_BOOTBLOCK, and all their uses, assuming TINY_BOOTBLOCK=y, BIG_BOOTBLOCK=n. This might break a couple of boards on runtime, but so far, fixes were quite simple. There's a flag day: Code that relies on CONFIG_TINY_BOOTBLOCK must be adapted. Change-Id: I1e17a4a1b9c9adb8b43ca4db8aed5a6d44d645f5 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/320 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
1da104647d
commit
914377efd6
@@ -20,7 +20,6 @@
|
||||
config SOUTHBRIDGE_AMD_AMD8111
|
||||
bool
|
||||
select IOAPIC
|
||||
select TINY_BOOTBLOCK
|
||||
|
||||
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
||||
string
|
||||
|
@@ -21,7 +21,6 @@ config SOUTHBRIDGE_AMD_SB600
|
||||
bool
|
||||
select IOAPIC
|
||||
select HAVE_USBDEBUG
|
||||
select TINY_BOOTBLOCK
|
||||
|
||||
if SOUTHBRIDGE_AMD_SB600
|
||||
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
||||
|
@@ -21,13 +21,11 @@ config SOUTHBRIDGE_AMD_SB700
|
||||
bool
|
||||
select IOAPIC
|
||||
select HAVE_USBDEBUG
|
||||
select TINY_BOOTBLOCK
|
||||
|
||||
config SOUTHBRIDGE_AMD_SP5100
|
||||
bool
|
||||
select IOAPIC
|
||||
select HAVE_USBDEBUG
|
||||
select TINY_BOOTBLOCK
|
||||
|
||||
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
||||
string
|
||||
|
@@ -21,7 +21,6 @@ config SOUTHBRIDGE_AMD_SB800
|
||||
bool
|
||||
select IOAPIC
|
||||
select HAVE_USBDEBUG
|
||||
select TINY_BOOTBLOCK
|
||||
|
||||
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
||||
string
|
||||
|
@@ -1,7 +1,6 @@
|
||||
config SOUTHBRIDGE_BROADCOM_BCM5785
|
||||
bool
|
||||
select HAVE_HARD_RESET
|
||||
select TINY_BOOTBLOCK
|
||||
|
||||
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
||||
string
|
||||
|
@@ -1,6 +1,5 @@
|
||||
config SOUTHBRIDGE_INTEL_I82371EB
|
||||
bool
|
||||
select TINY_BOOTBLOCK
|
||||
select HAVE_ACPI_RESUME if HAVE_ACPI_TABLES
|
||||
|
||||
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
||||
|
@@ -19,7 +19,6 @@
|
||||
|
||||
config SOUTHBRIDGE_INTEL_SCH
|
||||
bool
|
||||
select TINY_BOOTBLOCK
|
||||
select HAVE_USBDEBUG
|
||||
|
||||
if SOUTHBRIDGE_INTEL_SCH
|
||||
|
@@ -3,7 +3,6 @@ config SOUTHBRIDGE_NVIDIA_CK804
|
||||
select HAVE_HARD_RESET
|
||||
select HAVE_USBDEBUG
|
||||
select IOAPIC
|
||||
select TINY_BOOTBLOCK
|
||||
|
||||
if SOUTHBRIDGE_NVIDIA_CK804
|
||||
|
||||
|
@@ -2,7 +2,6 @@ config SOUTHBRIDGE_NVIDIA_MCP55
|
||||
bool
|
||||
select HAVE_USBDEBUG
|
||||
select IOAPIC
|
||||
select TINY_BOOTBLOCK
|
||||
|
||||
if SOUTHBRIDGE_NVIDIA_MCP55
|
||||
|
||||
|
@@ -2,7 +2,6 @@ config SOUTHBRIDGE_SIS_SIS966
|
||||
bool
|
||||
select IOAPIC
|
||||
select HAVE_USBDEBUG
|
||||
select TINY_BOOTBLOCK
|
||||
|
||||
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
||||
string
|
||||
|
Reference in New Issue
Block a user