Yu-Ping Wu has submitted this change. ( https://review.coreboot.org/c/coreboot/+/85598?usp=email )
Change subject: util/mtkheader: Add GFH header for mt8189 bootblock code ......................................................................
util/mtkheader: Add GFH header for mt8189 bootblock code
Set bootblock load address for bootROM.
BUG=b:379008996 BRANCH=none TEST=Build Pass.
Change-Id: I47078272880a89e81c851ede307cdc306b1c79ac Signed-off-by: Vince Liu vince-wl.liu@mediatek.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/85598 Reviewed-by: Paul Menzel paulepanter@mailbox.org Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Yu-Ping Wu yupingso@google.com Reviewed-by: Yidi Lin yidilin@google.com --- M util/mtkheader/gen-bl-img.py 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Paul Menzel: Looks good to me, but someone else must approve build bot (Jenkins): Verified Yu-Ping Wu: Looks good to me, approved Yidi Lin: Looks good to me, approved
diff --git a/util/mtkheader/gen-bl-img.py b/util/mtkheader/gen-bl-img.py index 3201225..7cd7dbb 100755 --- a/util/mtkheader/gen-bl-img.py +++ b/util/mtkheader/gen-bl-img.py @@ -24,6 +24,7 @@ entries = { 'mt8173': 0x000C1000, 'mt8183': 0x00201000, + 'mt8189': 0x02001000, 'mt8196': 0x02001000, }