Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/83569?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: util/mtkheader: Add gfh header for mt8196 bootblock code ......................................................................
util/mtkheader: Add gfh header for mt8196 bootblock code
TEST=Build Pass. BUG=b:317009620
Change-Id: Ida203a72c23b94b1848418c9727a5788df421eea Signed-off-by: Jarried Lin jarried.lin@mediatek.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/83569 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, 2 insertions(+), 1 deletion(-)
Approvals: Yidi Lin: Looks good to me, approved Yu-Ping Wu: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/util/mtkheader/gen-bl-img.py b/util/mtkheader/gen-bl-img.py index 1627a79..3201225 100755 --- a/util/mtkheader/gen-bl-img.py +++ b/util/mtkheader/gen-bl-img.py @@ -23,7 +23,8 @@ def gen_gfh_info(chip, data): entries = { 'mt8173': 0x000C1000, - 'mt8183': 0x00201000 + 'mt8183': 0x00201000, + 'mt8196': 0x02001000, }
gfh_format = '<44I'