mb/google/sarien: Add default fmap for non-ChromeOS builds
Test: build/boot google/sarien with non-ChromeOS build, edk2 payload. Linux 5.15, Windows 11 tested. Change-Id: Ibc1857e6b120b0bb827ed610981c4d2bf8f78d1f Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58184 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
c5ec497bbc
commit
7f2c0bf838
|
@ -106,4 +106,7 @@ config VBOOT
|
|||
config INTEL_GMA_VBT_FILE
|
||||
default "src/mainboard/\$(MAINBOARDDIR)/data.vbt"
|
||||
|
||||
config FMDFILE
|
||||
default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/default.fmd" if !CHROMEOS
|
||||
|
||||
endif # BOARD_GOOGLE_BASEBOARD_SARIEN
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
FLASH@0xfe000000 0x2000000 {
|
||||
SI_BIOS@0x400000 {
|
||||
MEMORY_MAPPED@0xc00000 { /* 16MiB total */
|
||||
RW_MRC_CACHE 0x10000
|
||||
SMMSTORE 0x40000
|
||||
RO_VPD 0x4000
|
||||
FMAP 0x300
|
||||
COREBOOT(CBFS)
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue