From 3d40b7d018f5b6846afe2e46ce70621e9a934178 Mon Sep 17 00:00:00 2001 From: Wentao Qin Date: Tue, 11 Feb 2025 15:18:34 +0800 Subject: [PATCH] soc/mediatek/mt8189: Increase bootblock size from 60KB to 70KB Increase the bootblock size to support TPM. BUG=b:395784036 BRANCH=none TEST=Build pass Change-Id: Ieabb30b0458f6275bda14602126e0ccabbd7a714 Signed-off-by: Wentao Qin Reviewed-on: https://review.coreboot.org/c/coreboot/+/87771 Tested-by: build bot (Jenkins) Reviewed-by: Yidi Lin Reviewed-by: Yu-Ping Wu --- src/soc/mediatek/mt8189/include/soc/memlayout.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/mediatek/mt8189/include/soc/memlayout.ld b/src/soc/mediatek/mt8189/include/soc/memlayout.ld index b3ca9b76a4..66705329d2 100644 --- a/src/soc/mediatek/mt8189/include/soc/memlayout.ld +++ b/src/soc/mediatek/mt8189/include/soc/memlayout.ld @@ -44,7 +44,7 @@ SECTIONS * is fixed at SRAM_L2C_START + 4K, and the 4K can be reused after bootblock is started. * To move the address, gen-bl-img.py also needs to be modified accordingly. */ - BOOTBLOCK(0x02001000, 60K) + BOOTBLOCK(0x02001000, 70K) #endif OVERLAP_DECOMPRESSOR_VERSTAGE_ROMSTAGE(0x0207D000, 272K)