summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/include/ipxe/efi
Commit message (Collapse)AuthorAgeFilesLines
* [efi] Centralise definition of efi_cpu_nap()Michael Brown2024-09-131-18/+0Star
| | | | | | | | | Define a cpu_halt() function which is architecture-specific but platform-independent, and merge the multiple architecture-specific implementations of the EFI cpu_nap() function into a single central efi_cpu_nap() that uses cpu_halt() if applicable. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [arm] Add support for 32-bit ARMMichael Brown2016-05-061-0/+18
Signed-off-by: Michael Brown <mcb30@ipxe.org>