mb/lenovo/*20*: Remove default FMAP

These boards don't need a default FMAP. Moreover, having a default FMAP
disables automatic integration of optional regions like `CONSOLE`.

Also, these files contain an error: `COREBOOT` isn't placed at the top
of the image. Resulting in default builds without a reset vector ;)

Change-Id: If6331e19955034c02828e88902a5934c34d3e784
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33110
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Nico Huber 2019-05-30 11:48:02 +02:00 committed by Patrick Georgi
parent 10490b98e2
commit d64f889972
8 changed files with 0 additions and 68 deletions

View File

@ -46,7 +46,6 @@ config VBOOT_VBNV_OFFSET
config FMDFILE
string
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/vboot-rwa.fmd" if VBOOT
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/board.fmd"
config MAINBOARD_DIR
string

View File

@ -1,16 +0,0 @@
FLASH@0xff800000 0x800000 {
SI_ALL@0x0 0x500000 {
SI_DESC@0x0 0x1000
SI_GBE@0x1000 0x2000
SI_ME@0x3000 0x4ed000
}
SI_BIOS@0x500000 0x300000 {
RW_MRC_CACHE@0 0x10000
SMMSTORE(PRESERVE)@0x10000 0x40000
WP_RO@0x50000 0x2a0000 {
FMAP@0x0 0x800
COREBOOT(CBFS)@0x1000 0x29f000
}
}
}

View File

@ -45,7 +45,6 @@ config VBOOT_VBNV_OFFSET
config FMDFILE
string
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/vboot-rwa.fmd" if VBOOT
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/board.fmd"
config MAINBOARD_DIR
string

View File

@ -1,16 +0,0 @@
FLASH@0xff800000 0x800000 {
SI_ALL@0x0 0x500000 {
SI_DESC@0x0 0x1000
SI_GBE@0x1000 0x2000
SI_ME@0x3000 0x4ed000
}
SI_BIOS@0x500000 0x300000 {
RW_MRC_CACHE@0 0x10000
SMMSTORE(PRESERVE)@0x10000 0x40000
WP_RO@0x50000 0x2a0000 {
FMAP@0x0 0x800
COREBOOT(CBFS)@0x1000 0x29f000
}
}
}

View File

@ -58,7 +58,6 @@ config DEVICETREE
config FMDFILE
string
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/vboot-rwa.fmd" if VBOOT
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/board.fmd"
config MAINBOARD_PART_NUMBER
string

View File

@ -1,16 +0,0 @@
FLASH@0xff800000 0x800000 {
SI_ALL@0x0 0x500000 {
SI_DESC@0x0 0x1000
SI_GBE@0x1000 0x2000
SI_ME@0x3000 0x4ed000
}
SI_BIOS@0x500000 0x300000 {
RW_MRC_CACHE@0 0x10000
SMMSTORE(PRESERVE)@0x10000 0x40000
WP_RO@0x50000 0x2a0000 {
FMAP@0x0 0x800
COREBOOT(CBFS)@0x1000 0x29f000
}
}
}

View File

@ -53,7 +53,6 @@ config VARIANT_DIR
config FMDFILE
string
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/vboot-rwa.fmd" if VBOOT
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/board.fmd"
config MAINBOARD_PART_NUMBER
string

View File

@ -1,16 +0,0 @@
FLASH@0xff800000 0x800000 {
SI_ALL@0x0 0x500000 {
SI_DESC@0x0 0x1000
SI_GBE@0x1000 0x2000
SI_ME@0x3000 0x4ed000
}
SI_BIOS@0x500000 0x300000 {
RW_MRC_CACHE@0 0x10000
SMMSTORE(PRESERVE)@0x10000 0x40000
WP_RO@0x50000 0x2a0000 {
FMAP@0x0 0x800
COREBOOT(CBFS)@0x1000 0x29f000
}
}
}