boot
Signed-off-by: Sinthu Raja
Signed-off-by: Anurag Dutta
---
include/configs/ti_omap5_common.h | 15 +++
1 file changed, 15 insertions(+)
diff --git a/include/configs/ti_omap5_common.h
b/include/configs/ti_omap5_common.h
index d315a52f36f..ef97711e644 100644
--- a/include/configs
From: Sinthu Raja
As AM57x uses overlays for display and camera interfaces, add support to
load DT overlay files to MMC boot.
Signed-off-by: Sinthu Raja
Signed-off-by: Anurag Dutta
---
include/configs/ti_omap5_common.h | 11 +++
include/env/ti/mmc.h | 1 +
2 files
The u-boot is unable to load the FIT image due to incorrect
boot arguments in case of am57_hs evm as can be seen in [1].
This series introduces multiple changes pertaining to several
environment variables and overlays that are responsible for
successful [2] loading of kernel image.
Test links:
[1]
7_common.h is common for both K3 and
AM57xx platforms. AM57xx platforms' fdtfile name does not have '/' and
"conf-" prefix so the setexpr command fails and boot hangs.
Override the get_fit_config in AM57x specific config header to get the
correct FIT config name.
Sign
From: Sinthu Raja
As AM57x uses overlays for display and camera interfaces, add support to
load DT overlay files to MMC boot.
Signed-off-by: Sinthu Raja
Signed-off-by: Anurag Dutta
---
include/configs/ti_omap5_common.h | 11 +++
include/env/ti/mmc.h | 1 +
2 files
boot
Signed-off-by: Sinthu Raja
Signed-off-by: Anurag Dutta
---
include/configs/ti_omap5_common.h | 15 +++
1 file changed, 15 insertions(+)
diff --git a/include/configs/ti_omap5_common.h
b/include/configs/ti_omap5_common.h
index d315a52f36f..ef97711e644 100644
--- a/include/configs
7_common.h is common for both K3 and
AM57xx platforms. AM57xx platforms' fdtfile name does not have '/' and
"conf-" prefix so the setexpr command fails and boot hangs.
Override the get_fit_config in AM57x specific config header to get the
correct FIT config name.
Sign
The u-boot is unable to load the FIT image due to incorrect
boot arguments in case of am57_hs evm as can be seen in [1].
This series introduces multiple changes pertaining to several
environment variables and overlays that are responsible for
successful [2] loading of kernel image.
Test links:
[1]
Saved environments lead to inconsistencies leading to conflicts
with the default environment that U-boot should update during
development. Remove the previously saved environment so that
the default environment is always loaded.
Signed-off-by: Anurag Dutta
---
configs/am57xx_evm_defconfig | 4
Saved environments cause inconsistencies leading to conflicts
with the default environment that U-boot should update during
development. Remove the previously saved environment so that
the default environment is always loaded.
Signed-off-by: Anurag Dutta
---
configs/am57xx_hs_evm_defconfig | 4
/b253ddb0a5538ab6588a3535d7bbecf7
Anurag Dutta (2):
configs: am57xx_hs: Remove saved environments
configs: am57xx: Remove saved environments
configs/am57xx_evm_defconfig| 4 +---
configs/am57xx_hs_evm_defconfig | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
--
2.34.1
The HBMC_AM654 driver was dependent on SYSCON because syscon APIs were
being used to select the multiplexer state. Change the dependency to
MULTIPLEXER and MUX_MMIO because mux APIs are now being used to
select mux state.
Signed-off-by: Anurag Dutta
---
drivers/mtd/Kconfig | 2 +-
1 file
From: Vaishnav Achath
Kernel commit dbb124cf6888 ("configs: j7200: Remove HBMC_AM654
config") removed the HBMC_AM654 config because hbmc was broken
in u-boot. Hence, add the missing configs necessary to re-enable
Hyperflash boot.
Signed-off-by: Vaishnav Achath
Signed-off-by: An
J7200.
Fixes: cf1d6867f774 ("board: ti: j7200: Introduce support for j7200 build
targets")
Signed-off-by: Aswath Govindraju
Signed-off-by: Vaishnav Achath
Signed-off-by: Anurag Dutta
---
include/configs/j721e_evm.h | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
di
From: Vaishnav Achath
Kernel commit 5b2671594b80 ("configs: j721e: Remove HBMC_AM654
config") removed the HBMC_AM654 config because hbmc was broken
in u-boot. Hence, add the missing configs necessary to re-enable
Hyperflash boot.
Signed-off-by: Vaishnav Achath
Signed-off-by: An
From: Vaishnav Achath
Add 32-bit address overrides for Hyper Bus Memory Controller
for Hyperflash to be functional in R5 SPL.
Signed-off-by: Vaishnav Achath
Signed-off-by: Anurag Dutta
---
arch/arm/dts/k3-j721e-r5-common-proc-board.dts | 7 +++
1 file changed, 7 insertions(+)
diff --git
: Anurag Dutta
---
drivers/mtd/hbmc-am654.c | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/drivers/mtd/hbmc-am654.c b/drivers/mtd/hbmc-am654.c
index 599beda30d..98988a8e24 100644
--- a/drivers/mtd/hbmc-am654.c
+++ b/drivers/mtd/hbmc-am654.c
@@ -5,8 +5,8 @@
#include
From: Vaishnav Achath
Add 32-bit address overrides for Hyper Bus Memory Controller
for Hyperflash to be functional in R5 SPL.
Signed-off-by: Vaishnav Achath
Signed-off-by: Anurag Dutta
---
arch/arm/dts/k3-j7200-r5-common-proc-board.dts | 7 +++
1 file changed, 7 insertions(+)
diff --git
Add config required to build mmio-mux driver and dependencies.
Signed-off-by: Anurag Dutta
---
drivers/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/Makefile b/drivers/Makefile
index 9440af1b09..0e1f58c515 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -21,6
https://gist.github.com/anuragdutta731/50aae6fec707a3ffad6d985de6757fe4
2) j7200-evm hyperflash boot test:
https://gist.github.com/anuragdutta731/c3a4d60f8bfd9c425d6c44b36eb7322b
Anurag Dutta (3):
mux: Makefile: Add config for mux drivers
mtd: HBMC-AM654: Changed syscon API to mux APIs
mtd: Kc
20 matches
Mail list logo