Hi all, This series introdues a couple of small fixes that involves enabling hyperflash at R5 SPL and u-boot proper stage and Kconfig changes that are required for HBMC boot on j721e/j7200
Test logs: https://gist.github.com/anuragdutta731/0f56e8d9bdf0cfe3d221c69d09a58704 Changelog: v4: 1. Removed fixes tag from commit message 2. Added configs for j7200 as well Link to v3: https://lore.kernel.org/all/20250902102000.1388848-1-a-du...@ti.com/ Changelog : v3 : 1. Modified commit messages and added correct fixes tag Link to v2: https://lore.kernel.org/all/20250902064839.1296877-1-a-du...@ti.com/ Changelog : v2 : 1. Modified commit messages according to review comments 2. Added configs for r5 spl for j721e for hbmc boot Link to v1 : https://lore.kernel.org/all/20250416061652.2394419-1-a-du...@ti.com/ P.S.: We have cross-checked the generated .config file to verify whether the configurations added in this series are actually reflected. And Yes, they are. So, please include this series in the 2025.10 master. Anurag Dutta (4): mtd: Kconfig: Add SPL_MUX_MMIO dependency to HBMC driver configs: j721e_evm_r5: Enable HBMC and MUX_MMIO at SPL configs: j7200_evm_*_defconfig: Enable HBMC and MUX_MMIO at SPL arm: dts: k3-j721e-r5-common-proc-board: Enable HBMC in R5 SPL stage arch/arm/dts/k3-j721e-r5-common-proc-board.dts | 1 + configs/j7200_evm_a72_defconfig | 1 + configs/j7200_evm_r5_defconfig | 2 ++ configs/j721e_evm_r5_defconfig | 2 ++ drivers/mtd/Kconfig | 2 +- 5 files changed, 7 insertions(+), 1 deletion(-) -- 2.34.1