u-boot/arch
Andrew Davis c90462e691 arm: mach-k3: Remove non-cached memory map areas
All normal memory areas should be mapped as such.

We added these un-cached holes in our memory map to hack around the
remoteproc driver missing the proper cache maintenance operations.

The problem is having these non-cached memory map areas causes stability
issues later in system operation due to the nature of the K3 coherency
architecture. Plus these are board specific carveouts and instead
should have been added at the board level, not here in the SoC common
code area.

Remove these non-cached memory map areas.

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
2023-12-15 15:27:48 -05:00
..
arc arc: Remove common.h usage 2023-10-24 16:34:45 -04:00
arm arm: mach-k3: Remove non-cached memory map areas 2023-12-15 15:27:48 -05:00
m68k m68k: Remove CONFIG_FSLDMAFEC 2023-11-07 14:50:51 -05:00
microblaze microblaze: Remove common.h usage 2023-10-24 16:34:45 -04:00
mips boot: Drop size parameter from image_setup_libfdt() 2023-12-13 18:39:05 -05:00
nios2 nios2: io.h: Add defines for ins/outs functions 2023-11-28 16:19:06 -05:00
powerpc Merge patch series "Import "string" I/O functions from Linux" 2023-11-28 16:19:19 -05:00
riscv riscv: io.h: Fix signatures of reads/writes functions 2023-11-28 16:19:06 -05:00
sandbox sandbox: Add a dummy booti command 2023-12-13 18:39:05 -05:00
sh spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN 2023-10-06 14:38:12 -04:00
x86 acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h 2023-12-13 18:39:05 -05:00
xtensa xtensa: io.h: Add defines for ins/outs functions 2023-11-28 16:19:06 -05:00
.gitignore
Kconfig scsi: Forceably finish migration to DM_SCSI 2023-11-07 18:36:06 -05:00
Kconfig.nxp LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms 2023-07-06 13:04:56 +08:00
u-boot-elf.lds