]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: adjust arm-smccc code for use in U-Boot
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 14 Apr 2017 02:10:23 +0000 (11:10 +0900)
committerTom Rini <trini@konsulko.com>
Tue, 18 Apr 2017 14:29:17 +0000 (10:29 -0400)
commitc54bcf6805cc6762cb998751b8e005f39ee1dad1
treed2ec5cc578ee63c8f6fc675bbd60d01eea69c570
parentc2da86f39ed6cbccccc2736bdc421fd606734232
ARM: adjust arm-smccc code for use in U-Boot

Adjust ARM SMC Calling Convention code for U-Boot:
  - Replace the license block with SPDX
  - Change path to asm-offsets.h
  - Define UNWIND() as no-op
  - Add Kconfig entry
  - Add asm-offsets

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/Kconfig
arch/arm/cpu/armv7/Makefile
arch/arm/cpu/armv7/smccc-call.S
arch/arm/cpu/armv8/Makefile
arch/arm/cpu/armv8/smccc-call.S
arch/arm/include/asm/opcodes-sec.h
arch/arm/include/asm/opcodes-virt.h
arch/arm/include/asm/opcodes.h
arch/arm/lib/asm-offsets.c
include/linux/arm-smccc.h