Age | Commit message (Expand) | Author |
2024-06-30 | we don't need the NOBYFOUR space-savings option anymore, that codepath | Theo de Raadt |
2024-06-20 | Instead of allocating an arbitrary amount of extra space, let the EFI | Mark Kettenis |
2024-06-17 | When loading a device tree using the "mach dtb" command, give firmware | Mark Kettenis |
2024-03-10 | Invalidating the D-cache after disabling it turned out to be a bad idea | Mark Kettenis |
2024-03-03 | Flush the D-cache before we disable the cache. This makes more sense and | Mark Kettenis |
2023-10-26 | make efi_getdisklabel_cd9660() handle a block size of 512 and simplify | Jonathan Gray |
2023-09-06 | revert disabling warnings for zlib on clang >= 15 | Jonathan Gray |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2023-02-13 | Support device trees with NOPs in them (like the kernel version already | Mark Kettenis |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-12-22 | Bring over various changes from the arm64 version of this code. | Mark Kettenis |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-11-05 | Make sure fdt_find_node() returns NULL if it can't find the requested node. | Patrick Wildt |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-03-22 | After copying the FDT into a new larger buffer, adjust the FDT size to | Mark Kettenis |
2022-03-14 | The current FDT code we use in the bootloader is buggy and will write into | Mark Kettenis |
2021-12-12 | remove unused variable to fix build with llvm 13 | Jonathan Gray |
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-10-06 | Add openbsd,dma-constraint property to /chosen node on armv7 | Visa Hankala |
2021-06-25 | Move unused eficall.h files to the Attic. | Kenneth R Westerback |
2021-06-10 | Oops. Forgot to commit the version bump. | Kenneth R Westerback |
2021-06-10 | Sync efid_io() with the recent improvements kettenis@ made to | Kenneth R Westerback |
2021-06-07 | 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-03-16 | Node without a "status" property should be considered enabled as well. | Mark Kettenis |
2021-03-16 | Make sure that switching the console from serial to framebuffer works | Mark Kettenis |
2021-03-11 | spelling | Jonathan Gray |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-18 | Our check to see if the EFI services support Mtftp() doesn't work | Patrick Wildt |
2020-05-17 | Remove board ID support. 6.7 shipped with a kernel that doesn't need | Mark Kettenis |
2020-05-10 | Pass boothowto from the bootloader to the kernel by adding a | Mark Kettenis |
2020-04-27 | Remove reset hack; these days the U-Boot we ship for the CuBox-i is | Mark Kettenis |
2020-03-30 | Port "mach dtb" code from arm64. | Mark Kettenis |
2020-03-22 | Make efi_device_path_depth() return the full device path depth if we don't | Mark Kettenis |
2020-03-01 | Allow armv7 efiboot(8) to read from an ffs2 filesystem. ok kettenis@ | Otto Moerbeek |
2020-01-13 | Add the capability to boot from another block device than the one that | 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-10-25 | Make it possible to switch to framebuffer "glass" console in case it | Mark Kettenis |
2019-09-03 | remove duplicate test introduced in rev 1.3 | Jonathan Gray |
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-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 |