[Armadeus-commitlog] armadeus/u-boot branch, armadeus-2024.01, updated. 7e8cb6ba478a0db04404c32c5f
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-10-03 14:49:21
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus/u-boot".
The branch, armadeus-2024.01 has been updated
via 7e8cb6ba478a0db04404c32c5f9d24bb115d62f9 (commit)
via 0d148c3634683c48b999bd10361dadeee4d71afb (commit)
via 2ed215fc8a9b43f80cfbcabda4640ddc19be22e1 (commit)
via 0f99c0218c92982a7a2e5271f4467f40ec770d68 (commit)
via 4fb89e3ee090063312c95860540dab96b54a74b1 (commit)
from 9243306233e136d65c2e382415e63951e725e9f6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7e8cb6ba478a0db04404c32c5f9d24bb115d62f9
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Oct 2 09:34:55 2024 +0200
configs: opos93dev_defconfig: enable AHAB_BOOT
commit 0d148c3634683c48b999bd10361dadeee4d71afb
Author: Ye Li <ye...@nx...>
Date: Mon Apr 1 09:41:09 2024 +0800
arm: imx9: Call imx9_probe_mu for DM post in board_r
This event callback imx9_probe_mu needs to be called in board_r
as well, because many ELE APIs depending on this MU probed
Signed-off-by: Ye Li <ye...@nx...>
(cherry picked from commit ffb0a930ce7e234d4d9136a5695a48b6e3d2a7c6)
commit 2ed215fc8a9b43f80cfbcabda4640ddc19be22e1
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Oct 3 10:43:03 2024 +0200
imx9: opos93: start ELE RNG
commit 0f99c0218c92982a7a2e5271f4467f40ec770d68
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Oct 3 11:45:24 2024 +0200
arm: dts: opos93: remove unused reserved memory
commit 4fb89e3ee090063312c95860540dab96b54a74b1
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Sep 27 16:57:29 2024 +0200
arm: dts: opos93: remove unused pin muxing group
-----------------------------------------------------------------------
Summary of changes:
arch/arm/dts/imx93-opos93-u-boot.dtsi | 2 ++
arch/arm/dts/imx93-opos93.dtsi | 7 -------
arch/arm/mach-imx/imx9/opos93.c | 4 ++++
arch/arm/mach-imx/imx9/soc.c | 1 +
configs/opos93dev_defconfig | 1 +
include/configs/opos93dev.h | 4 ----
6 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/arch/arm/dts/imx93-opos93-u-boot.dtsi b/arch/arm/dts/imx93-opos93-u-boot.dtsi
index f25b93219f..aa95106ae1 100644
--- a/arch/arm/dts/imx93-opos93-u-boot.dtsi
+++ b/arch/arm/dts/imx93-opos93-u-boot.dtsi
@@ -3,6 +3,8 @@
* Copyright 2024 Armadeus Systems <co...@ar...>
*/
+/delete-node/ &ele_reserved;
+
/ {
wdt-reboot {
compatible = "wdt-reboot";
diff --git a/arch/arm/dts/imx93-opos93.dtsi b/arch/arm/dts/imx93-opos93.dtsi
index 03b36c54a2..ec649740c1 100644
--- a/arch/arm/dts/imx93-opos93.dtsi
+++ b/arch/arm/dts/imx93-opos93.dtsi
@@ -168,13 +168,6 @@
>;
};
- pinctrl_uart1: uart1grp {
- fsl,pins = <
- MX93_PAD_UART1_RXD__LPUART1_RX 0x51e
- MX93_PAD_UART1_TXD__LPUART1_TX 0x31e
- >;
- };
-
pinctrl_uart5: uart5grp {
fsl,pins = <
MX93_PAD_DAP_TCLK_SWCLK__LPUART5_CTS_B 0x131e
diff --git a/arch/arm/mach-imx/imx9/opos93.c b/arch/arm/mach-imx/imx9/opos93.c
index 65c5d7d05c..e58dc466ec 100644
--- a/arch/arm/mach-imx/imx9/opos93.c
+++ b/arch/arm/mach-imx/imx9/opos93.c
@@ -122,6 +122,10 @@ void board_init_f(ulong dummy)
/* DDR initialization */
spl_dram_init();
+ ret = ele_start_rng();
+ if (ret)
+ printf("failed to start ELE RNG\n");
+
/* Put M33 into CPUWAIT for following kick */
ret = m33_prepare();
if (!ret)
diff --git a/arch/arm/mach-imx/imx9/soc.c b/arch/arm/mach-imx/imx9/soc.c
index bf03764e11..60c0bc27bd 100644
--- a/arch/arm/mach-imx/imx9/soc.c
+++ b/arch/arm/mach-imx/imx9/soc.c
@@ -577,6 +577,7 @@ int imx9_probe_mu(void)
return 0;
}
EVENT_SPY_SIMPLE(EVT_DM_POST_INIT_F, imx9_probe_mu);
+EVENT_SPY_SIMPLE(EVT_DM_POST_INIT_R, imx9_probe_mu);
int timer_init(void)
{
diff --git a/configs/opos93dev_defconfig b/configs/opos93dev_defconfig
index ddc617d9c3..75aad61ac8 100644
--- a/configs/opos93dev_defconfig
+++ b/configs/opos93dev_defconfig
@@ -11,6 +11,7 @@ CONFIG_ENV_OFFSET=0x0
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="imx93-opos93dev"
CONFIG_SPL_TEXT_BASE=0x2049A000
+CONFIG_AHAB_BOOT=y
CONFIG_TARGET_OPOS93DEV=y
CONFIG_SYS_MONITOR_LEN=524288
CONFIG_SPL_SERIAL=y
diff --git a/include/configs/opos93dev.h b/include/configs/opos93dev.h
index 68da8994e5..b56afb8322 100644
--- a/include/configs/opos93dev.h
+++ b/include/configs/opos93dev.h
@@ -13,10 +13,6 @@
#define CFG_SYS_UBOOT_BASE \
(QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512)
-#ifdef CONFIG_SPL_BUILD
-#define CFG_MALLOC_F_ADDR 0x204D0000
-#endif
-
/* Link Definitions */
#define CFG_SYS_INIT_RAM_ADDR 0x80000000
#define CFG_SYS_INIT_RAM_SIZE 0x200000
hooks/post-receive
--
armadeus/u-boot
|