u-boot-brain/arch/arm/cpu/armv8/fsl-layerscape
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
..
doc armv8: fsl_lsch2: Add LS1046A SoC support 2016-07-26 09:02:23 -07:00
cpu.c armv8: fsl-layerscape: Fix "cpu status" command 2016-10-06 09:56:57 -07:00
cpu.h armv8/fsl_lsch3: Change arch to fsl-layerscape 2015-10-29 10:34:00 -07:00
fdt.c armv8: fsl: Enable USB only when SYSCLK is 100 MHz 2016-10-06 09:59:02 -07:00
fsl_lsch2_serdes.c Merge git://git.denx.de/u-boot-fsl-qoriq 2016-09-26 17:10:56 -04:00
fsl_lsch2_speed.c armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021A 2016-09-26 08:53:07 -07:00
fsl_lsch3_serdes.c Merge git://git.denx.de/u-boot-fsl-qoriq 2016-09-26 17:10:56 -04:00
fsl_lsch3_speed.c Fix various typos, scattered over the code. 2016-05-05 21:39:26 -04:00
Kconfig armv8: fsl-layerscape: Move DDR config options to Kconfig 2016-10-06 09:59:11 -07:00
lowlevel.S armv8: add hooks for all cache-wide operations 2016-11-07 14:36:29 -08:00
ls1012a_serdes.c armv8: fsl-layerscape: Add support of QorIQ LS1012A SoC 2016-06-03 14:12:50 -07:00
ls1043a_serdes.c armv8/ls1043ardb: Add LS1043ARDB board support 2015-10-29 10:34:01 -07:00
ls1046a_serdes.c armv8: fsl_lsch2: Add LS1046A SoC support 2016-07-26 09:02:23 -07:00
ls2080a_serdes.c armv8: fsl-layerscape: Updating entries in Serdes Table 2016-03-21 12:42:13 -07:00
Makefile armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021A 2016-09-26 08:53:07 -07:00
mp.c armv8: fsl-layerscape: Fix "cpu status" command 2016-10-06 09:56:57 -07:00
ppa.c ls1043ardb: PPA: add PPA validation in case of secure boot 2016-09-14 14:06:39 -07:00
soc.c armv8/fsl-lsch2: Implement workaround for PIN MUX erratum A010539 2016-10-06 09:57:36 -07:00
spl.c armv8: fsl-layerscape: spl: remove BSS clearing and board_init_r 2016-09-14 14:10:22 -07:00