ACK: [PATCH] lib: fwts_arch: i686 arch name is also an X86 arch (LP: #1547554)
ivanhu
ivan.hu at canonical.com
Mon Feb 22 08:15:55 UTC 2016
On 2016年02月20日 00:10, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> i386 platforms fail the rsdp test because the i686 arch is not
> recognised in the arch lookup table. Add it.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> src/lib/src/fwts_arch.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/lib/src/fwts_arch.c b/src/lib/src/fwts_arch.c
> index f5e8b78..1fe3843 100644
> --- a/src/lib/src/fwts_arch.c
> +++ b/src/lib/src/fwts_arch.c
> @@ -27,6 +27,7 @@ static const struct fwts_arch_info arch_info[] = {
> { FWTS_ARCH_X86, "x86" },
> { FWTS_ARCH_X86, "x86_32" },
> { FWTS_ARCH_X86, "x86_64" },
> + { FWTS_ARCH_X86, "i686" },
> { FWTS_ARCH_IA64, "ia64" },
> { FWTS_ARCH_ARM64, "arm64" },
> { FWTS_ARCH_ARM64, "aarch64" },
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list