Vince Liu has uploaded this change for review. ( 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 --- M util/mtkheader/gen-bl-img.py 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/85598/1
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, }