u-boot/arch/arm
Lokesh Vutla e938b22521 arm: K3: Clean and invalidate Linux Image before jumping to Linux
U-Boot cleans and invalidate L1 and L2 caches before jumping to Linux
by set/way in cleanup_before_linux(). Additionally there is a custom
hook provided to clean and invalidate L3 cache.

Unfortunately on K3 devices(having a coherent architecture), there is no
easy way to quickly clean all the cache lines for L3. The entire address
range needs to be cleaned and invalidated by Virtual Address. This can
be implemented using the L3 custom hook but it take lot of time to clean
the entire address range. In the interest of boot time this might not be
a viable solution.

The best hit is to make sure the loaded Linux image is flushed so that
the entire image is written to DDR from L3. When Linux starts running with
caches disabled the full image is available from DDR.

Reported-by: Andrew F. Davis <afd@ti.com>
Reported-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2019-10-25 17:33:21 -04:00
..
cpu armv7: ls102xa: Don't power down OCRAM1 during deep sleep 2019-10-21 15:34:18 +05:30
dts ARM: dts: dra7: Add usb peripheral nodes in spl 2019-10-25 17:33:21 -04:00
include armv8: Update LX2160A/LX2120A/LX2080A SVR value 2019-10-21 15:34:18 +05:30
lib boot: arm: Enable support for custom board_prep_linux 2019-10-25 17:33:21 -04:00
mach-aspeed
mach-at91 ARM: at91: Add SFR definitions 2019-10-08 09:16:11 +03:00
mach-bcm283x ARM: bcm283x: Include definition for additional emmc clock 2019-09-06 18:16:59 +02:00
mach-bcmstb
mach-davinci ARM: omapl138_lcdk: Enable DM_GPIO and DM and GPIO Commands 2019-09-13 11:56:08 -04:00
mach-exynos
mach-highbank
mach-imx imx :hab: Add hab version command 2019-10-14 09:31:41 +02:00
mach-integrator
mach-k3 arm: K3: Clean and invalidate Linux Image before jumping to Linux 2019-10-25 17:33:21 -04:00
mach-keystone arm: mach-keystone: Use appended original image size in image processing 2019-07-29 17:58:52 -04:00
mach-kirkwood env: Move env_get() to env.h 2019-08-11 16:43:41 -04:00
mach-mediatek board: mediatek: Add pumpkin board support 2019-07-29 09:32:11 -04:00
mach-meson ARM: meson: add SM1 SoC id 2019-10-18 14:21:17 +02:00
mach-mvebu
mach-omap2 arm: dra7xx: Hang on any failure during IOdelay recalibration 2019-10-11 13:32:40 -04:00
mach-orion5x
mach-owl
mach-qemu
mach-rmobile spl: Allow tiny printf() to be controlled in SPL and TPL 2019-10-08 13:57:45 +08:00
mach-rockchip spl: pass args to board_return_to_bootrom 2019-10-08 16:35:16 +02:00
mach-s5pc1xx
mach-snapdragon
mach-socfpga ARM: socfpga: vining_fpga: Rename VINING|FPGA 2019-10-09 22:54:17 +02:00
mach-sti
mach-stm32
mach-stm32mp bsec: update after MISC u-class update 2019-08-27 11:19:23 +02:00
mach-sunxi
mach-tegra Revert "ARM: tegra: reserve unmapped RAM so EFI doesn't use it" 2019-10-06 16:02:37 +02:00
mach-uniphier dm: core: Add device_foreach_child() 2019-10-08 13:57:39 +08:00
mach-versal arm64: versal: Move common board dtb search 2019-10-08 13:14:54 +02:00
mach-versatile
mach-zynq
mach-zynqmp arm64: zynqmp: Use mailbox driver for PMUFW config loading 2019-10-08 09:55:11 +02:00
mach-zynqmp-r5
thumb1/include/asm/proc-armv
config.mk
Kconfig arm: remove the H2200 board 2019-10-16 18:09:08 -04:00
Kconfig.debug
Makefile