mb/google/drallion: Add default FMAP for non-ChromeOS builds
Test: build/boot google/drallion with non-ChromeOS build, Tianocore payload. Windows 10, Linux 5.10.x booted successfully Change-Id: I6358b1d5c71eee065fed96b7bca31e37f30d3a8f Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58405 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
aeb8b3d4d6
commit
4afd0915a6
2 changed files with 14 additions and 0 deletions
|
@ -89,4 +89,7 @@ config VBOOT
|
|||
select HAS_RECOVERY_MRC_CACHE
|
||||
select VBOOT_LID_SWITCH
|
||||
|
||||
config FMDFILE
|
||||
default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/default.fmd" if !CHROMEOS
|
||||
|
||||
endif # BOARD_GOOGLE_BASEBOARD_DRALLION
|
||||
|
|
11
src/mainboard/google/drallion/default.fmd
Normal file
11
src/mainboard/google/drallion/default.fmd
Normal file
|
@ -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 a new issue