Lines Matching +full:rom +full:- +full:15 +full:h
4 @ All 64-bit capable Allwinner SoCs reset in AArch32 (and continue to
5 @ exectute the Boot ROM in this state), so we need to switch to AArch64
8 @ (RMR), which triggers a warm-reset of a core and can request to switch
11 @ RVBAR system register, which is architecturally read-only.
17 @ beginning of the AArch64 U-Boot code.
19 @ ${CROSS_COMPILE}gcc -c -o rmr_switch.o rmr_switch.S
20 @ ${CROSS_COMPILE}objdump -d rmr_switch.o
22 @ The resulting words should be inserted into the U-Boot file at
23 @ arch/arm/include/asm/arch-sunxi/boot0.h.
25 @ This file is not build by the U-Boot build system, but provided only as a
27 @ code found in encoded form in boot0.h.
29 #include <config.h>
42 mrc 15, 0, r0, cr12, cr0, 2 @ read RMR register
44 mcr 15, 0, r0, cr12, cr0, 2 @ write RMR register