mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
[arm] Add support for 32-bit ARM
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -10,12 +10,10 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
|
||||
#define UACCESS_EFI
|
||||
#define IOAPI_X86
|
||||
#define IOMAP_VIRT
|
||||
#define PCIAPI_EFI
|
||||
#define CONSOLE_EFI
|
||||
#define TIMER_EFI
|
||||
#define NAP_EFIX86
|
||||
#define UMALLOC_EFI
|
||||
#define SMBIOS_EFI
|
||||
#define SANBOOT_NULL
|
||||
@@ -35,6 +33,16 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#define USB_EFI /* Provide EFI_USB_IO_PROTOCOL interface */
|
||||
|
||||
#define REBOOT_CMD /* Reboot command */
|
||||
|
||||
#if defined ( __i386__ ) || defined ( __x86_64__ )
|
||||
#define IOAPI_X86
|
||||
#define NAP_EFIX86
|
||||
#define CPUID_CMD /* x86 CPU feature detection command */
|
||||
#endif
|
||||
|
||||
#if defined ( __arm__ )
|
||||
#define IOAPI_ARM
|
||||
#define NAP_EFIARM
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_DEFAULTS_EFI_H */
|
||||
|
||||
Reference in New Issue
Block a user