summaryrefslogtreecommitdiff
path: root/tools/mtk_image.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-01-19 07:56:59 -0500
committerTom Rini <trini@konsulko.com>2021-01-19 07:56:59 -0500
commitdb0dd72e27ce62c5b28f07595b91ed00d0565819 (patch)
tree912603265aac7ae1fb843c02986dbbb0835b7060 /tools/mtk_image.h
parentae3d8b6c403218e68b56bce962ba7737161cc6f4 (diff)
parentac7a51c0e48f2aa81ae20caf8d6b9fad976675cd (diff)
Merge branch '2021-01-18-assorted-platform-updates'
- Assorted MediaTek, AST2x00 updates - Assorted driver fixes for various platforms - Keymile platform updates - Add pwm command, mp5416 pmic driver
Diffstat (limited to 'tools/mtk_image.h')
-rw-r--r--tools/mtk_image.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/mtk_image.h b/tools/mtk_image.h
index 4e78b3d0ff0..7dda71ce88a 100644
--- a/tools/mtk_image.h
+++ b/tools/mtk_image.h
@@ -136,7 +136,9 @@ struct gfh_brom_cfg {
struct gfh_common_header gfh;
uint32_t cfg_bits;
uint32_t usbdl_by_auto_detect_timeout_ms;
- uint8_t unused[0x48];
+ uint8_t unused[0x45];
+ uint8_t jump_bl_arm64;
+ uint8_t unused2[2];
uint32_t usbdl_by_kcol0_timeout_ms;
uint32_t usbdl_by_flag_timeout_ms;
uint32_t pad;
@@ -146,6 +148,8 @@ struct gfh_brom_cfg {
#define GFH_BROM_CFG_USBDL_AUTO_DETECT_DIS 0x10
#define GFH_BROM_CFG_USBDL_BY_KCOL0_TIMEOUT_EN 0x80
#define GFH_BROM_CFG_USBDL_BY_FLAG_TIMEOUT_EN 0x100
+#define GFH_BROM_CFG_JUMP_BL_ARM64_EN 0x1000
+#define GFH_BROM_CFG_JUMP_BL_ARM64 0x64
struct gfh_bl_sec_key {
struct gfh_common_header gfh;