From 1361beefb5cbd974f727c0123fe8a45a3b2f0266 Mon Sep 17 00:00:00 2001 From: Gavin Liu Date: Fri, 24 May 2024 14:56:02 +0800 Subject: soc/mediatek/mt8188: Decrease OP-TEE image size from 80 MB to 70 MB The secure buffer shrank from 42 MB to 32 MB, decreasing the total OP-TEE image size from 80 MB to 70 MB. BUG=b:246837563 TEST=emerge-geralt coreboot build coreboot and verify SVP works well Change-Id: I6729e65f83ef994fe59b5bd4ed098e6d3a847695 Signed-off-by: Gavin Liu Reviewed-on: https://review.coreboot.org/c/coreboot/+/82634 Tested-by: build bot (Jenkins) Reviewed-by: Yidi Lin Reviewed-by: Eric Lai Reviewed-by: Yu-Ping Wu --- src/soc/mediatek/mt8188/soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/soc/mediatek/mt8188/soc.c b/src/soc/mediatek/mt8188/soc.c index 35071d50f1..e7124ba14e 100644 --- a/src/soc/mediatek/mt8188/soc.c +++ b/src/soc/mediatek/mt8188/soc.c @@ -15,7 +15,7 @@ #include #define OPTEE_ADDRESS 0x43000000 -#define OPTEE_SIZE (80 * MiB) +#define OPTEE_SIZE (70 * MiB) void bootmem_platform_add_ranges(void) { -- cgit v1.2.3