summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/stand
AgeCommit message (Expand)Author
2019-01-31Implement booting from softraid on arm64. This consists of creating aPatrick Wildt
2019-01-09Make arm64 efiboot can boot from partitions other than "a".YASUOKA Masahiko
2018-10-20Sync with amd64 version.Mark Kettenis
2018-08-30Move .dynstr before _edata to fix image size calculation. The PEPatrick Wildt
2018-08-25Add GPT support. Mostly copied from amd64.Mark Kettenis
2018-08-25Insert new child nodes at the end.Mark Kettenis
2018-08-25Don't treat UnicodeChar == 0 as a keyboard input. The same fix wasYASUOKA Masahiko
2018-08-23Set the pointer to the EFI Runtime Services, otherwise we call intoPatrick Wildt
2018-08-19Implement "mach dtb <filename.dtb>" in efiboot(8). This way we canPatrick Wildt
2018-08-11Make GICv3 redistributor support actually work and add ITS support.Mark Kettenis
2018-07-10Always use PSCI to enable secondary CPUs if it is detected.Mark Kettenis
2018-07-10Add a "machine acpi" command to force booting with ACPI enabled.Mark Kettenis
2018-07-09Add a phandle to v2m nodes.Mark Kettenis
2018-06-30Some tweaks such that ACPI 5.1 tables are recognized as well.Mark Kettenis
2018-06-25Add code that builds a basic device tree from ACPI tables if the firmwareMark Kettenis
2018-04-08Add support for the EFI Random Number Generator Protocol and use it to XORMark Kettenis
2018-03-31Bump version number so that we can see if efiboot(8) supports EFI's SimplePatrick Wildt
2018-03-31In addition to using EFI's PXE protocol implement a network driver thatPatrick Wildt
2018-03-02The UEFI specification states that a watchdog timer should be armed forJonathan Gray
2018-02-06Allow the kernel to recognize that it has been netbooted and to add theChristian Weisgerber
2018-01-30Fix TFTP reading of zero-size files:Christian Weisgerber
2018-01-21Implement network boot support in efiboot(8). This changes efiboot(8)Patrick Wildt
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-08-23If the firmware provides a framebuffer through the Graphics Output Protocol,Mark Kettenis
2017-08-22Some small cleanups to reduce the diffs to the armv7 efiboot.Mark Kettenis
2017-08-07Add "machine exit" and "machine poweroff" commands to the arm64 and armv7Mark Kettenis
2017-07-31Back out previous commit but handle the case where the device path consistsMark Kettenis
2017-07-29Fix off-by-one in return value of efi_device_path_depth().Mark Kettenis
2017-07-24Port amd64's updates to the device path comparison to arm64 as well.Patrick Wildt
2017-07-17Use .c instead of .o here too.Mark Kettenis
2017-05-07Pass the address of the EFI system table and the EFI memory map throughMark Kettenis
2017-03-11Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent().Jonathan Gray
2017-02-08Pass the physical address to the end of symbols to the kernel. FromPatrick Wildt
2017-02-08Retry BS->ExitBootServices() if it fails, like on amd64. Also we needPatrick Wildt
2017-02-05Since turning of the MMU in the beginning of the kernel removesPatrick Wildt
2017-02-04In reality our kernel does not need to be aligned at a 256M boundary,Patrick Wildt
2017-02-03whitespace fixesPatrick Wildt
2017-02-03Explicitly ask EFI to allocate the page we picked out to lay ourPatrick Wildt
2017-01-23We are supposed to be mapped on a 128 MB block, so skip the firstPatrick Wildt
2017-01-22Increment the right loop variable.Mark Kettenis
2017-01-22Mark the .peheader section as "a". Makes it possible to link with lld.Mark Kettenis
2016-12-30Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.YASUOKA Masahiko
2016-12-18Adjust OpenBSD/arm64 files with FreeBSD origin to show the upstreamPatrick Wildt
2016-12-17Import of OpenBSD/arm64Patrick Wildt