Age | Commit message (Expand) | Author |
2021-06-25 | Move 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-06 | Replace all uses of 'EFI_CALL(func, params)' with | Kenneth R Westerback |
2021-06-04 | yasuoka@ pointed out that amd64 clang now understands | Kenneth R Westerback |
2021-06-02 | Use the same logic in all copies of gpt_chk_mbr(), relaxing the | Kenneth R Westerback |
2021-06-02 | Add support for booting from disks with 4k sectors. Inspired by the | Mark Kettenis |
2021-05-15 | Remove OUTPUT_FORMAT and OUTPUT_ARCH from linker script. These are | Mark Kettenis |
2021-03-26 | Fix "mach dtb" return code to avoid bogus boot | kn |
2021-03-23 | Pack the SPCR struct definition since the struct isn't naturally aligned | Patrick Wildt |
2021-03-11 | spelling | Jonathan Gray |
2021-03-09 | Node without a "status" property should be considered enabled as well. | Mark Kettenis |
2021-02-09 | Make sure that switching the console from serial to framebuffer works | Mark Kettenis |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-12-06 | Add missing byteswaps. | Mark Kettenis |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-25 | Adjust fwrandom() to return 0 for sucess, -1 for failure | Theo de Raadt |
2020-05-18 | Our check to see if the EFI services support Mtftp() doesn't work | Patrick Wildt |
2020-05-11 | Should have bumped this to 1.0 a long time ago. | Mark Kettenis |
2020-05-11 | On ACPI systems, if there is no SPCR table (or if it doesn't provide us | Mark Kettenis |
2020-05-10 | Pass boothowto from the bootloader to the kernel by adding a | Mark Kettenis |
2020-04-21 | Add an openbsd,dma-constraint property to the /chosen node and set it | Mark Kettenis |
2020-03-22 | Make efi_device_path_depth() return the full device path depth if we don't | Mark Kettenis |
2020-02-29 | Allow arm64 efiboot(8) to read from an ffs2 filesystem. ok kettenis@ | Otto Moerbeek |
2019-12-26 | In ACPI mode, do not generate "cpu" nodes for CPUs that are disabled. | Mark Kettenis |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-08-20 | Network-based device paths use Messaging and not Media types. Thus | Patrick Wildt |
2019-08-13 | Allow PXE booting using u-boot by relaxing our requirements | Patrick Wildt |
2019-08-12 | Remove spurious newline. Spotted by patrick@ | Mark Kettenis |
2019-08-12 | Make it possible to switch to framebuffer "glass" console in case it | Mark Kettenis |
2019-08-10 | Fix pixel formats. Turns out the order in the device tree description is | Mark Kettenis |
2019-08-04 | crank version, following fchmod change | Theo de Raadt |
2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-07-29 | Support disk write in efiboot for armv7 and arm64. | YASUOKA Masahiko |
2019-04-25 | Add a check to tftp_open() that we are actually opening a TFTP device. | Christian Weisgerber |
2019-04-10 | crank versions | Theo de Raadt |
2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit | Theo de Raadt |
2019-04-08 | crank version; looks good deraadt | Florian Obser |
2019-01-31 | Bump version number to be able to distinguish bootloaders with softraid | Mark Kettenis |
2019-01-31 | Implement booting from softraid on arm64. This consists of creating a | Patrick Wildt |
2019-01-09 | Make arm64 efiboot can boot from partitions other than "a". | YASUOKA Masahiko |
2018-10-20 | Sync with amd64 version. | Mark Kettenis |
2018-08-30 | Move .dynstr before _edata to fix image size calculation. The PE | Patrick Wildt |
2018-08-25 | Add GPT support. Mostly copied from amd64. | Mark Kettenis |
2018-08-25 | Insert new child nodes at the end. | Mark Kettenis |
2018-08-25 | Don't treat UnicodeChar == 0 as a keyboard input. The same fix was | YASUOKA Masahiko |
2018-08-23 | Set the pointer to the EFI Runtime Services, otherwise we call into | Patrick Wildt |
2018-08-19 | Implement "mach dtb <filename.dtb>" in efiboot(8). This way we can | Patrick Wildt |
2018-08-11 | Make GICv3 redistributor support actually work and add ITS support. | Mark Kettenis |
2018-07-10 | Always use PSCI to enable secondary CPUs if it is detected. | Mark Kettenis |