summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm64/dev/efi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-111-2/+2
* OF_finddevice() returns -1 upon failure. Fix various checks of the returnkettenis2020-07-041-2/+2
* Implement smbios support on arm64.kettenis2019-08-041-1/+16
* Enable the FPU when calling EFI runtime services. The new UEFI firmware forkettenis2018-07-021-1/+6
* If ACPI tables are present, set a global variable to point at theirkettenis2018-06-241-7/+15
* Sadly some UEFI frimware writes to mappings marked as runtime code so we can'tkettenis2018-04-061-4/+14
* Runtime services may (and do) use device mappings on some UEFI implementations.kettenis2018-01-121-1/+10
* Implement FUCKWIT for arm64; unmap the kernel almost entirely while userlandkettenis2018-01-101-3/+7
* Implement support for calling EFI runtime services and use it to implementkettenis2018-01-041-0/+258