git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
226a606
)
imx: ele_ahab: Add i.MX94 support to display_life_cycle()
author
Ye Li
<ye.li@nxp.com>
Tue, 23 Sep 2025 02:15:02 +0000
(10:15 +0800)
committer
Fabio Estevam
<festevam@gmail.com>
Fri, 26 Sep 2025 12:51:21 +0000
(09:51 -0300)
Extend display_life_cycle() to support i.MX94.
Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Signed-off-by: Alice Guo <alice.guo@nxp.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/ele_ahab.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/ele_ahab.c
b/arch/arm/mach-imx/ele_ahab.c
index
39aba65
..
38e671e
100644
(file)
--- a/
arch/arm/mach-imx/ele_ahab.c
+++ b/
arch/arm/mach-imx/ele_ahab.c
@@
-411,7
+411,7
@@
static int do_authenticate(struct cmd_tbl *cmdtp, int flag, int argc,
return CMD_RET_SUCCESS;
}
-#if IS_ENABLED(CONFIG_IMX95)
+#if IS_ENABLED(CONFIG_IMX95)
|| IS_ENABLED(CONFIG_IMX94)
#define FSB_LC_OFFSET 0x414
#define LC_OEM_OPEN 0x10
static void display_life_cycle(u32 lc)