diff options
author | Sean Rhodes <sean@starlabs.systems> | 2024-03-21 09:57:48 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-03-22 16:20:12 +0000 |
commit | 5827ffcdafbac04ac28e641c934a9c4478ca7a16 (patch) | |
tree | b6238e9153746a4c5e4430a4376955f3f49c4c4b /src | |
parent | f1826583b0750b3c84c9ad9d001864f88b900718 (diff) |
mb/starlabs/starbook/adl: Correct the layout
Adjust the size of the ME partition to match the descriptor
Change-Id: Ibdec5121518452ec16cebcc4f2fb563355373be3
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81394
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-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 6a13b46f41..b652a36fe6 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 0x466000 + SI_ME 0x41c000 } SI_BIOS 0x1000000 { EC@0x0 0x20000 |