u-boot/arch/arm/cpu/armv7
Tomasz Duszynski 3586cb8227 Revert "sunxi: psci: avoid error address-of-packed-member"
Using memcpy() for some MMIO access is generally frowned upon and might
break things on some platforms. Allwinner H3, which fails to boot, being
an example here.

Moreover, fields being accessed are naturally aligned and warnings
produced by GCC have been quiesced for some time already by:

53dc8ae ("gcc-9: silence 'address-of-packed-member' warning")

That said, it should be okay to revert this commit.

This reverts commit 9bd34a69a4.

Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
Acked-by: Jagan Teki <jagan@amarulasolutions.com>
2020-03-18 15:37:08 +05:30
..
bcm235xx
bcm281xx common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
bcmcygnus common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
bcmnsp common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
iproc-common
kona-common
ls102xa ARM: LS1021A: remove redundant "depends on ARCH_LS1021A" 2020-01-24 14:28:26 +05:30
s5p-common
stv0991 common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
sunxi Revert "sunxi: psci: avoid error address-of-packed-member" 2020-03-18 15:37:08 +05:30
vf610 common: Move clock functions into a new file 2020-01-17 13:27:29 -05:00
arch_timer.c
cache_v7.c
cache_v7_asm.S
config.mk
cp15.c
cpu.c
exception_level.c
Kconfig
lowlevel_init.S
Makefile
mpu_v7r.c
nonsec_virt.S
psci-common.c
psci.S
sctlr.S
smccc-call.S
start.S
syslib.c
virt-dt.c
virt-v7.c