From 38988a727e9e15bbc675929205db3ba682575fcc Mon Sep 17 00:00:00 2001 From: Jarried Lin Date: Mon, 9 Feb 2026 13:17:18 +0800 Subject: [PATCH] util/mediatek: Reduce non-boot related BROM settings Reduce BROM settings that are not related to boot to save boot time. BUG=b:480810041 TEST= 0:1st timestamp reduce from 400ms to 250ms Change-Id: Ia97a78515d80a141b9b409407f6e41a07261cad9 Signed-off-by: Jarried Lin Reviewed-on: https://review.coreboot.org/c/coreboot/+/91423 Tested-by: build bot (Jenkins) Reviewed-by: Chen-Tsung Hsieh Reviewed-by: Yidi Lin --- util/mediatek/gen-bl-img.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mediatek/gen-bl-img.py b/util/mediatek/gen-bl-img.py index 7cd7dbb079..a98b1ea845 100755 --- a/util/mediatek/gen-bl-img.py +++ b/util/mediatek/gen-bl-img.py @@ -43,7 +43,7 @@ def gen_gfh_info(chip, data): 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, - 0x00000000, 0x00000000, 0x00006400, 0x00001388, + 0x00000000, 0x52000000, 0x00006400, 0x00001388, 0x00000000, 0x00000000, 0x00000000, 0x00000000) return gfh