Re: [PATCH v4 01/10] efi: Rename armxx to arch

2019-01-17 Thread Daniel Kiper
On Mon, Nov 26, 2018 at 12:38:06AM +0100, Alexander Graf wrote: > Some architectures want to boot Linux as plain UEFI binary. Today that > really only encompasses ARM and AArch64, but going forward more > architectures may adopt that model. > > So rename our internal API accordingly. > > Signed-off

[PATCH v4 01/10] efi: Rename armxx to arch

2018-11-25 Thread Alexander Graf
Some architectures want to boot Linux as plain UEFI binary. Today that really only encompasses ARM and AArch64, but going forward more architectures may adopt that model. So rename our internal API accordingly. Signed-off-by: Alexander Graf Acked-by: Leif Lindholm Reviewed-by: Alistair Francis