riscv/purgatory: Omit use of bin2c
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 25 Jun 2022 22:34:37 +0000 (07:34 +0900)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 11 Aug 2022 16:32:34 +0000 (09:32 -0700)
commitd8357e3bf8f7aabd98bf4dc2709ee877b741cefc
tree16d6f22c0f8ce1a87ab7aeacc3f520056190e987
parent788177e76589e6441d43691f1a075feec2e25962
riscv/purgatory: Omit use of bin2c

The .incbin assembler directive is much faster than bin2c + $(CC).

Do similar refactoring as in commit 4c0f032d4963 ("s390/purgatory:
Omit use of bin2c").

Please note the .quad directive matches to size_t in C (both 8 byte)
because the purgatory is compiled only for the 64-bit kernel.
(KEXEC_FILE depends on 64BIT).

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20220625223438.835408-2-masahiroy@kernel.org
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/Kconfig
arch/riscv/purgatory/.gitignore
arch/riscv/purgatory/Makefile
arch/riscv/purgatory/kexec-purgatory.S [new file with mode: 0644]
scripts/remove-stale-files