Autodetect both x64 and ia32 boot*.efi payloads
authorDarren Hart <dvhart@linux.intel.com>
Wed, 21 Aug 2013 22:38:07 +0000 (15:38 -0700)
committerKay Sievers <kay@vrfy.org>
Wed, 21 Aug 2013 22:46:45 +0000 (00:46 +0200)
commit813ff7b246408d9c4d209036000701bfc8a24f50
tree869e9bc5e1bc56d5399d74b7dc7e5c43a456ba30
parent1fb5438efa8718255ab412d36cfb1a5b18d95012
Autodetect both x64 and ia32 boot*.efi payloads

The EFI specification documents /EFI/BOOT/bootx64.efi for x86_64
machines and /EFI/BOOT/bootia32.efi for ia32 machines. Update the auto
detection to allow for both.

Add the MACHINE_TYPE_NAME define to the efi/src build so we can use it
as the standard suffix for the EFI payloads (ia32 or x64).

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Makefile.am
src/efi/gummiboot.c