zephyr/soc/arm/bcm_vk/viper
Abhishek Shah 3a63e8564e soc: arm: viper: Fix callee saved register corruption in el3 init
x19 is callee saved register. z_arch_el3_plat_init being a callee,
it should save it before using it. However, at this point, stack
has not been setup. So, let's just use x20 instead which is not
being used caller yet. This bug was causing VBAR_EL1 corruption,
but since [10:0] bits are reserved, bug was hidden.

Signed-off-by: Abhishek Shah <abhishek.shah@broadcom.com>
2020-07-13 11:53:36 +02:00
..
CMakeLists.txt
Kconfig.defconfig.series
Kconfig.defconfig.viper_bcm58402_a72
Kconfig.defconfig.viper_bcm58402_m7
Kconfig.series
Kconfig.soc
linker_a72.ld
linker_m7.ld soc: arm: Fix header inclusion from deprecated paths 2020-06-09 10:38:36 +02:00
linker.ld
mmu_regions.c soc: arm: viper: Add PCIe highmem OB memory in MMU table 2020-07-07 15:07:51 +02:00
plat_core.S soc: arm: viper: Fix callee saved register corruption in el3 init 2020-07-13 11:53:36 +02:00
soc.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
soc.h drivers: pcie: ep: iproc: Add reset interrupt handlers 2020-06-22 12:44:54 +02:00