mb/google/hatch: Select the fmd files for hatch baseboard
This patch selects the fmd files based on config BOARD_GOOGLE_BASEBOARD_HATCH and also renames them to add the baseboard name and layout size tags. BUG=b:154561163 TEST=Built hatch variants and verified that they select the right fmd files. Signed-off-by: V Sowmya <v.sowmya@intel.com> Change-Id: I5d99ae28cc972ffa635adf100b756c36e168a8f8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41567 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
@@ -87,11 +87,11 @@ config DRIVER_TPM_SPI_BUS
|
|||||||
config UART_FOR_CONSOLE
|
config UART_FOR_CONSOLE
|
||||||
default 0
|
default 0
|
||||||
|
|
||||||
if ROMSTAGE_SPD_CBFS
|
if BOARD_GOOGLE_BASEBOARD_HATCH
|
||||||
config FMDFILE
|
config FMDFILE
|
||||||
string
|
string
|
||||||
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/chromeos-16MiB.fmd" if BOARD_ROMSIZE_KB_16384
|
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/chromeos-hatch-16MiB.fmd" if BOARD_ROMSIZE_KB_16384
|
||||||
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/chromeos.fmd" if BOARD_ROMSIZE_KB_32768
|
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/chromeos-hatch-32MiB.fmd" if BOARD_ROMSIZE_KB_32768
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if ROMSTAGE_SPD_SMBUS
|
if ROMSTAGE_SPD_SMBUS
|
||||||
|
Reference in New Issue
Block a user