Age | Commit message (Expand) | Author |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-08-15 | Add softraid(4) RAID 1C boot support | Klemens Nanni |
2022-07-30 | Now that we have proper .text and .data sections we need to move dt_blob to | Patrick Wildt |
2022-07-29 | Give to PE/COFF file proper .text and .data sections, and fill in the | Mark Kettenis |
2022-06-28 | On the x13s, using the EfiLoaderData memory type for the memory block | Mark Kettenis |
2022-04-06 | Support switching from glass console to serial console on systems that | Mark Kettenis |
2022-03-17 | Fix previous commit; the FDT header is big-endian so we need to do the | Mark Kettenis |
2022-03-16 | When we allocate space a buffer with some extra space for the FDT, adjust | Mark Kettenis |
2022-03-14 | The current FDT code we use in the bootloader is buggy and will write into | Mark Kettenis |
2022-01-02 | preferense -> preference | Jonathan Gray |
2022-01-02 | plaform -> platform | Jonathan Gray |
2021-12-15 | typo in previous | Theo de Raadt |
2021-12-14 | Use "rng-seed" and "kaslr-seed" properties from the device tree to mix in | Mark Kettenis |
2021-12-11 | remove unused variable to fix build with llvm 13; ok jca@ | Christian Weisgerber |
2021-11-14 | Make sure efiboot is built with RELA/REL relocations and not RELR, | Philip Guenther |
2021-10-26 | Allocate fresh memory to put our device tree into, to make sure we have least | Patrick Wildt |
2021-10-26 | Remove more occurences of O_RDONLY in our bootloaders. | Patrick Wildt |
2021-07-09 | Parse /soc/dma-ranges to populate the openbsd,dma-constraint property. | Patrick Wildt |
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 |