From 4afd0915a60eb9f76d0499adf8101ced038ab935 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sun, 17 Oct 2021 19:09:31 -0500 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58405 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/google/drallion/default.fmd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/mainboard/google/drallion/default.fmd (limited to 'src/mainboard/google/drallion/default.fmd') diff --git a/src/mainboard/google/drallion/default.fmd b/src/mainboard/google/drallion/default.fmd new file mode 100644 index 0000000000..4f2bedf9c2 --- /dev/null +++ b/src/mainboard/google/drallion/default.fmd @@ -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) + } + } +} -- cgit v1.2.3