| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-26 | Fix "mach dtb" return code to avoid bogus boot |  kn | 1 | -6/+8 |
| 2021-03-23 | Pack the SPCR struct definition since the struct isn't naturally aligned |  patrick | 1 | -2/+2 |
| 2021-03-11 | spelling |  jsg | 3 | -6/+6 |
| 2021-03-09 | Node without a "status" property should be considered enabled as well. |  kettenis | 1 | -3/+3 |
| 2021-02-09 | Make sure that switching the console from serial to framebuffer works |  kettenis | 2 | -22/+25 |
| 2020-12-09 | Use daddr_t and not daddr32_t in boot media. |  krw | 8 | -18/+18 |
| 2020-12-06 | Add missing byteswaps. |  kettenis | 1 | -3/+3 |
| 2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes |  deraadt | 1 | -2/+2 |
| 2020-05-25 | Adjust fwrandom() to return 0 for sucess, -1 for failure |  deraadt | 1 | -3/+6 |
| 2020-05-18 | Our check to see if the EFI services support Mtftp() doesn't work |  patrick | 2 | -5/+9 |
| 2020-05-11 | Should have bumped this to 1.0 a long time ago. |  kettenis | 1 | -2/+2 |
| 2020-05-11 | On ACPI systems, if there is no SPCR table (or if it doesn't provide us |  kettenis | 1 | -1/+8 |
| 2020-05-10 | Pass boothowto from the bootloader to the kernel by adding a |  kettenis | 3 | -6/+9 |
| 2020-04-21 | Add an openbsd,dma-constraint property to the /chosen node and set it |  kettenis | 3 | -4/+29 |
| 2020-03-22 | Make efi_device_path_depth() return the full device path depth if we don't |  kettenis | 2 | -4/+4 |
| 2020-02-29 | Allow arm64 efiboot(8) to read from an ffs2 filesystem. ok kettenis@ |  otto | 2 | -3/+6 |
| 2019-12-26 | In ACPI mode, do not generate "cpu" nodes for CPUs that are disabled. |  kettenis | 1 | -3/+5 |
| 2019-11-28 | Implement a hexdump command in the boot loader. This helps to |  bluhm | 1 | -3/+4 |
| 2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 2 | -4/+4 |
| 2019-08-20 | Network-based device paths use Messaging and not Media types. Thus |  patrick | 1 | -3/+3 |
| 2019-08-13 | Allow PXE booting using u-boot by relaxing our requirements |  patrick | 2 | -16/+5 |
| 2019-08-12 | Remove spurious newline. Spotted by patrick@ |  kettenis | 1 | -2/+1 |
| 2019-08-12 | Make it possible to switch to framebuffer "glass" console in case it |  kettenis | 4 | -10/+105 |
| 2019-08-10 | Fix pixel formats. Turns out the order in the device tree description is |  kettenis | 1 | -3/+3 |
| 2019-08-04 | crank version, following fchmod change |  deraadt | 1 | -2/+2 |
| 2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 2 | -5/+5 |
| 2019-07-29 | Support disk write in efiboot for armv7 and arm64. |  yasuoka | 1 | -3/+7 |
| 2019-04-25 | Add a check to tftp_open() that we are actually opening a TFTP device. |  naddy | 2 | -2/+16 |
| 2019-04-10 | crank versions |  deraadt | 1 | -2/+2 |
| 2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 1 | -2/+2 |
| 2019-04-08 | crank version; looks good deraadt |  florian | 1 | -2/+2 |
| 2019-01-31 | Bump version number to be able to distinguish bootloaders with softraid |  kettenis | 1 | -2/+2 |
| 2019-01-31 | Implement booting from softraid on arm64. This consists of creating a |  patrick | 8 | -40/+863 |
| 2019-01-09 | Make arm64 efiboot can boot from partitions other than "a". |  yasuoka | 2 | -5/+5 |
| 2018-10-20 | Sync with amd64 version. |  kettenis | 1 | -9/+7 |
| 2018-08-30 | Move .dynstr before _edata to fix image size calculation. The PE |  patrick | 1 | -2/+2 |
| 2018-08-25 | Add GPT support. Mostly copied from amd64. |  kettenis | 1 | -41/+352 |
| 2018-08-25 | Insert new child nodes at the end. |  kettenis | 1 | -1/+5 |
| 2018-08-25 | Don't treat UnicodeChar == 0 as a keyboard input. The same fix was |  yasuoka | 1 | -2/+2 |
| 2018-08-23 | Set the pointer to the EFI Runtime Services, otherwise we call into |  patrick | 1 | -1/+2 |
| 2018-08-19 | Implement "mach dtb <filename.dtb>" in efiboot(8). This way we can |  patrick | 1 | -6/+45 |
| 2018-08-11 | Make GICv3 redistributor support actually work and add ITS support. |  kettenis | 1 | -17/+73 |
| 2018-07-10 | Always use PSCI to enable secondary CPUs if it is detected. |  kettenis | 1 | -2/+6 |
| 2018-07-10 | Add a "machine acpi" command to force booting with ACPI enabled. |  kettenis | 1 | -2/+12 |
| 2018-07-09 | Add a phandle to v2m nodes. |  kettenis | 1 | -1/+4 |
| 2018-06-30 | Some tweaks such that ACPI 5.1 tables are recognized as well. |  kettenis | 1 | -9/+14 |
| 2018-06-25 | Add code that builds a basic device tree from ACPI tables if the firmware |  kettenis | 6 | -5/+1101 |
| 2018-04-08 | Add support for the EFI Random Number Generator Protocol and use it to XOR |  kettenis | 3 | -6/+93 |
| 2018-03-31 | Bump version number so that we can see if efiboot(8) supports EFI's Simple |  patrick | 1 | -2/+2 |
| 2018-03-31 | In addition to using EFI's PXE protocol implement a network driver that |  patrick | 4 | -40/+289 |