u-boot-brain/arch/arm/mach-tegra/tegra186
Stephen Warren 1ab557a074 armv8: add hooks for all cache-wide operations
SoC-specific logic may be required for all forms of cache-wide
operations; invalidate and flush of both dcache and icache (note that
only 3 of the 4 possible combinations make sense, since the icache never
contains dirty lines). This patch adds an optional hook for all
implemented cache-wide operations, and renames the one existing hook to
better represent exactly which operation it is implementing. A dummy
no-op implementation of each hook is provided.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-11-07 14:36:29 -08:00
..
cache.S armv8: add hooks for all cache-wide operations 2016-11-07 14:36:29 -08:00
Kconfig ARM: tegra: add p2771-0000 board support 2016-05-31 11:22:59 -07:00
Makefile ARM: tegra: flush caches via SMC call 2016-09-27 09:11:03 -07:00
nvtboot_ll.S ARM: tegra: ensure nvtboot_boot_x0 alignment 2016-11-07 14:36:28 -08:00
nvtboot_mem.c ARM: tegra: pick up actual memory size 2016-07-21 09:31:30 -07:00