summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/stand
AgeCommit message (Expand)Author
2021-06-25Move unused eficall.h files to the Attic.Kenneth R Westerback
2021-06-07"intrisic" -> "intrinsic" in a couple of comments.Kenneth R Westerback
2021-06-06Replace all uses of 'EFI_CALL(func, params)' withKenneth R Westerback
2021-06-04yasuoka@ pointed out that amd64 clang now understandsKenneth R Westerback
2021-06-02Use the same logic in all copies of gpt_chk_mbr(), relaxing theKenneth R Westerback
2021-06-02Add support for booting from disks with 4k sectors. Inspired by theMark Kettenis
2021-05-15Remove OUTPUT_FORMAT and OUTPUT_ARCH from linker script. These areMark Kettenis
2021-03-26Fix "mach dtb" return code to avoid bogus bootkn
2021-03-23Pack the SPCR struct definition since the struct isn't naturally alignedPatrick Wildt
2021-03-11spellingJonathan Gray
2021-03-09Node without a "status" property should be considered enabled as well.Mark Kettenis
2021-02-09Make sure that switching the console from serial to framebuffer worksMark Kettenis
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-12-06Add missing byteswaps.Mark Kettenis
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-25Adjust fwrandom() to return 0 for sucess, -1 for failureTheo de Raadt
2020-05-18Our check to see if the EFI services support Mtftp() doesn't workPatrick Wildt
2020-05-11Should have bumped this to 1.0 a long time ago.Mark Kettenis
2020-05-11On ACPI systems, if there is no SPCR table (or if it doesn't provide usMark Kettenis
2020-05-10Pass boothowto from the bootloader to the kernel by adding aMark Kettenis
2020-04-21Add an openbsd,dma-constraint property to the /chosen node and set itMark Kettenis
2020-03-22Make efi_device_path_depth() return the full device path depth if we don'tMark Kettenis
2020-02-29Allow arm64 efiboot(8) to read from an ffs2 filesystem. ok kettenis@Otto Moerbeek
2019-12-26In ACPI mode, do not generate "cpu" nodes for CPUs that are disabled.Mark Kettenis
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-08-20Network-based device paths use Messaging and not Media types. ThusPatrick Wildt
2019-08-13Allow PXE booting using u-boot by relaxing our requirementsPatrick Wildt
2019-08-12Remove spurious newline. Spotted by patrick@Mark Kettenis
2019-08-12Make it possible to switch to framebuffer "glass" console in case itMark Kettenis
2019-08-10Fix pixel formats. Turns out the order in the device tree description isMark Kettenis
2019-08-04crank version, following fchmod changeTheo de Raadt
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
2019-07-29Support disk write in efiboot for armv7 and arm64.YASUOKA Masahiko
2019-04-25Add a check to tftp_open() that we are actually opening a TFTP device.Christian Weisgerber
2019-04-10crank versionsTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-08crank version; looks good deraadtFlorian Obser
2019-01-31Bump version number to be able to distinguish bootloaders with softraidMark Kettenis
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