Age | Commit message (Expand) | Author |
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 |
2019-07-22 | Disable caches and MMU before jumping to the kernel entry point. Needed | Mark Kettenis |
2019-05-06 | Whitespace removal | Mike Larkin |
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 |
2018-10-20 | Sync with amd64 version. | 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-06-23 | Add -z notext and -z norelro to prevent fatal warnings with ld.lld(1). | Mark Kettenis |
2018-05-11 | Compile the EFI bootloader with -mfloat-abi=soft to prevent the compiler from | Mark Kettenis |
2018-03-31 | Port arm64's network boot efforts to armv7 as well now that there is | Patrick Wildt |
2018-03-31 | Add CVS Ids. | Patrick Wildt |
2018-03-02 | The UEFI specification states that a watchdog timer should be armed for | Jonathan Gray |
2017-11-22 | Add __aeabi_ldivmod.S. Needed for clang. | Mark Kettenis |