Re: [PATCH v2] efi: Unify dmi setup code over architectures arm/arm64, io64 and x86

2019-03-27 Thread Ard Biesheuvel
[PATCH] efi/arm: Show SMBIOS bank/device location in cper and > > ghes error logs > > > > wents in for arm/arm64, we can unify the code. See patch below. > > V2 with the fix in arm_dmi_init() below. > Could you please resend this as a proper patch? I am having trouble ap

Re: [PATCH v2] efi: Unify dmi setup code over architectures arm/arm64, io64 and x86

2019-03-21 Thread Ard Biesheuvel
> [PATCH] efi/arm: Show SMBIOS bank/device location in cper and > > > > ghes error logs > > > > > > > > wents in for arm/arm64, we can unify the code. See patch below. > > > > > > V2 with the fix in arm_dmi_init() below. > > > > > > -Rober

Re: [PATCH v2] efi: Unify dmi setup code over architectures arm/arm64, io64 and x86

2019-03-20 Thread Ard Biesheuvel
[PATCH] efi/arm: Show SMBIOS bank/device location in cper and > > ghes error logs > > > > wents in for arm/arm64, we can unify the code. See patch below. > > V2 with the fix in arm_dmi_init() below. > > -Robert > > > -- >8 -- > From: Robert Richter >

[PATCH v2] efi: Unify dmi setup code over architectures arm/arm64, io64 and x86

2019-03-20 Thread Robert Richter
nify the code. See patch below. V2 with the fix in arm_dmi_init() below. -Robert -- >8 -- From: Robert Richter Subject: [PATCH v2] efi: Unify dmi setup code over architectures arm/arm64, io64 and x86 All architectures (arm/arm64, io64 and x86) do the same here, so unify the code. Note: