Re: [PATCH v2] powerpc/purgatory: Omit use of bin2c

From: Michael Ellerman
Date: Fri Jul 29 2022 - 09:12:15 EST


On Mon, 25 Jul 2022 10:56:19 +0900, Masahiro Yamada wrote:
> 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 PPC64).
>
> [...]

Applied to powerpc/next.

[1/1] powerpc/purgatory: Omit use of bin2c
https://git.kernel.org/powerpc/c/9257971377e2fe6e82f41f688651a82a2f160a88

cheers