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>
This commit is contained in:
Jarried Lin 2024-06-11 19:33:20 +08:00 committed by Felix Held
parent a87649cee3
commit 76723874a7

View File

@ -23,7 +23,8 @@ def align(data, size, pattern=b'\0'):
def gen_gfh_info(chip, data): def gen_gfh_info(chip, data):
entries = { entries = {
'mt8173': 0x000C1000, 'mt8173': 0x000C1000,
'mt8183': 0x00201000 'mt8183': 0x00201000,
'mt8196': 0x02001000,
} }
gfh_format = '<44I' gfh_format = '<44I'