diff options
author | Jarried Lin <jarried.lin@mediatek.corp-partner.google.com> | 2024-11-08 19:01:40 +0800 |
---|---|---|
committer | Yu-Ping Wu <yupingso@google.com> | 2024-11-11 03:20:12 +0000 |
commit | 6131d7745cf97edc284c25c51492bee1d34e322a (patch) | |
tree | b0598c420fab0786306757a441865ad192bbc781 /src/soc/mediatek | |
parent | b604d417d58a0099178031f56a277492b573da83 (diff) |
soc/mediatek/mt8196: Increase bootblock size from 70KB to 75KB
Increase the bootblock size to support TPM.
TEST=Build pass
BUG=b:317009620
Change-Id: I11fb505790a85d967032d48d9aa18e22f525a2e5
Signed-off-by: Jarried Lin <jarried.lin@mediatek.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85043
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'src/soc/mediatek')
-rw-r--r-- | src/soc/mediatek/mt8196/include/soc/memlayout.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8196/include/soc/memlayout.ld b/src/soc/mediatek/mt8196/include/soc/memlayout.ld index 9bddf10259..f5710f45c2 100644 --- a/src/soc/mediatek/mt8196/include/soc/memlayout.ld +++ b/src/soc/mediatek/mt8196/include/soc/memlayout.ld @@ -43,7 +43,7 @@ SECTIONS DRAM_INIT_CODE(0x02000000, 600K) #else /* The beginning 4K of SRAM_L2C is reserved for BOOTROM until BOOTBLOCK is started. */ - BOOTBLOCK(0x02001000, 70K) + BOOTBLOCK(0x02001000, 75K) #endif OVERLAP_DECOMPRESSOR_VERSTAGE_ROMSTAGE(0x02096000, 272K) PRERAM_CBFS_CACHE(0x020DA000, 48K) |