u-boot/arch/arm/mach-k3
Matt Ranostay cab8510821 armv8: mach-k3: correct define checking for AM625/AM642 memory maps
Using CONFIG_IS_ENABLED breaks accessing memory map structure when
doing a A53 SPL build for AM625 and AM642 platforms. This is due to
'abc if CONFIG_SPL_BUILD is defined and CONFIG_SPL_FOO is set to 'y''
in which there is no CONFIG_SPL_SOC_K3_AM625/CONFIG_SPL_SOC_K3_AM642
defined in the configuration.

For the A53 SPL builds on these platform to access the memory mapping
which it will need for enabling the mmu/cache it must use #if defined(X)
checks and not CONFIG_IS_ENABLED.

Cc: Suman Anna <s-anna@ti.com>
Cc: Neha Francis <n-francis@ti.com>
Signed-off-by: Matt Ranostay <mranostay@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2022-07-25 13:02:04 -04:00
..
am62x arm: mach-k3: am62: Introduce autogenerated SoC data 2022-06-10 13:37:32 -04:00
include/mach arm64: mach-k3: am625_init: Probe ESM nodes 2022-07-25 09:38:47 -04:00
j721e clk: ti: k3: Update driver to account for divider flags 2021-09-17 14:47:03 -04:00
j721s2 arm: K3: Add basic support for J721S2 SoC definition 2022-02-08 09:41:26 -05:00
j7200 clk: ti: k3: Update driver to account for divider flags 2021-09-17 14:47:03 -04:00
am6_init.c arm: mach-k3: am6_init: Fix the path and value's length in the fixup performed for usb boot 2022-06-10 13:37:32 -04:00
am625_init.c arm64: mach-k3: am625_init: Probe ESM nodes 2022-07-25 09:38:47 -04:00
am642_init.c arch: arm: mach-k3: am642_init: bring back MCU_PADCFG_MMR1 unlock 2022-06-16 15:22:54 -04:00
arm64-mmu.c armv8: mach-k3: correct define checking for AM625/AM642 memory maps 2022-07-25 13:02:04 -04:00
cache.S arm: mach-k3: Clean non-coherent lines out of L3 cache 2020-08-11 10:18:27 +05:30
common.c arm: mach-k3: common: Use ddr_init in spl_enable_dcache 2022-07-06 14:30:08 -04:00
common.h arm: mach-k3: Cleanup common start_non_linux_remote_cores() 2021-07-27 11:00:44 +05:30
config.mk tools: k3_fit_atf: add DM binary to the FIT image 2021-06-11 16:34:52 +05:30
config_secure.mk arm: mach-k3: Add secure device build support 2019-04-26 17:51:51 -04:00
j721e_init.c arm: k3: j721e: add dynamic sf bus override support for j721e 2022-07-06 14:30:08 -04:00
j721s2_init.c spl: mmc: extend spl_mmc_boot_mode() to take mmc argument 2022-04-04 23:24:17 +01:00
Kconfig board: ti: Introduce the basic files to support AM62 SK board 2022-06-10 13:37:33 -04:00
lowlevel_init.S armv7r: K3: Allow SPL to run only on core 0 2018-11-26 22:52:11 -05:00
Makefile arm: mach-k3: Introduce the basic files to support AM62 2022-06-10 13:37:32 -04:00
r5_mpu.c armv7R: K3: r5_mpu: Enable execute permission for MCU0 BTCM 2020-03-03 13:08:14 +05:30
security.c arm: mach-k3: add support for detecting firmware images from FIT 2021-06-11 16:34:52 +05:30
sysfw-loader.c arm: k3: j721e: add dynamic sf bus override support for j721e 2022-07-06 14:30:08 -04:00