u-boot-brain/arch/arm/cpu/armv7
Siarhei Siamashka d852600ef0 arm: Exercise v7_arch_cp15_set_acr even without errata fixups
By applying this patch, we are ensuring that the code paths
responsible for applying errata workarounds are also exercised
on CPU revisions, which actually don't need these workarounds.

Only CONFIG_ARM_ERRATA_621766, CONFIG_ARM_ERRATA_454179,
CONFIG_ARM_ERRATA_725233 and CONFIG_ARM_ERRATA_430973 are
covered by this patch (Cortex-A8).

This improves code coverage when testing U-Boot builds
on newer hardware. In particular, the problematic commit
00bbe96eba ("arm: omap: Unify get_device_type() function")
would break both BeageBoard and BeagleBoard XM rather than
just older BeagleBoard.

As an additional bonus, we need fewer instructins and the SPL
size is reduced.

Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2018-01-09 15:31:14 -05:00
..
bcm235xx arm: bcm235xx: clk_set_rate avoid possible NULL deref 2017-08-13 15:17:27 -04:00
bcm281xx bcm281xx: clock: avoid possible NULL dereference 2017-08-13 15:17:27 -04:00
bcmcygnus
bcmnsp
iproc-common
kona-common
ls102xa ata: Migrate CONFIG_SCSI_AHCI to Kconfig 2017-12-12 18:13:19 -05:00
s5p-common
stv0991 stv0991: fix STMicroelectronics copyright 2017-11-06 09:51:01 -05:00
sunxi sunxi: psci: Move entry address setting to separate function 2017-06-12 15:41:02 +05:30
vf610 env: Rename setenv() to env_set() 2017-08-16 08:22:18 -04:00
arch_timer.c arm: armv7: add us timer for bootstage 2016-12-09 08:39:10 -05:00
cache_v7_asm.S arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD 2017-03-18 20:28:01 -04:00
cache_v7.c
config.mk
cp15.c
cpu.c
Kconfig
lowlevel_init.S armv7: Mark the default lowlevel_init function as weak 2017-06-05 11:02:23 -04:00
Makefile imx: reorganize IMX code as other SOCs 2017-07-12 10:17:44 +02:00
nonsec_virt.S ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCY 2017-04-05 15:03:17 +05:30
psci-common.c
psci.S
smccc-call.S ARM: adjust arm-smccc code for use in U-Boot 2017-04-18 10:29:17 -04:00
start.S arm: Exercise v7_arch_cp15_set_acr even without errata fixups 2018-01-09 15:31:14 -05:00
syslib.c
virt-dt.c
virt-v7.c