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 <qinwentao@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87771
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
Wentao Qin 2025-02-11 15:18:34 +08:00 committed by Yidi Lin
commit 3d40b7d018

View file

@ -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)