diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-07-18 11:56:34 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-08-10 12:30:56 +0000 |
commit | 8757b23ae940800f34ecdc3d040a14587ead97ac (patch) | |
tree | aed9f441332d8c758b5c8dd4d0edec9517673fe3 | |
parent | 96b8517ea623c2baeb6f14e7b091d1d966558ddc (diff) |
mb/starlabs/starbook/adl: Correct the FMAP
Specify the size of the ME region so that it matches the IFD.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I51ba0a7646ab72d4dd22b99519708649c78b25b3
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76580
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/adl/board.fmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/adl/board.fmd b/src/mainboard/starlabs/starbook/variants/adl/board.fmd index 1d218f71e8..6a13b46f41 100644 --- a/src/mainboard/starlabs/starbook/variants/adl/board.fmd +++ b/src/mainboard/starlabs/starbook/variants/adl/board.fmd @@ -1,7 +1,7 @@ FLASH 0x2000000 { SI_ALL 0x1000000 { SI_DESC 0x1000 - SI_ME + SI_ME 0x466000 } SI_BIOS 0x1000000 { EC@0x0 0x20000 |