Age | Commit message (Expand) | Author |
2024-11-12 | Adds support for BPP16 16-bit color EFI framebuffer format as offered | Tobias Heider |
2024-11-05 | Fix typo in smbios product string for the HP OmniBook X. | Mark Kettenis |
2024-09-23 | add device tree mapping for HP OmniBook X 14 | Jonathan Gray |
2024-09-20 | Add device tree mapping for Lenovo ThinkPad T14s. | Mark Kettenis |
2024-08-01 | Add device tree mapping for Samsung Galaxy Book4 Edge. | Marcus Glocker |
2024-07-10 | Extend DMA constraints override to include all SC8280XP and X1E80100 based | Patrick Wildt |
2024-07-07 | Add device tree mapping for Lenovo Yoga Slim 7x. | Patrick Wildt |
2024-07-03 | Add device tree mapping for Asus Vivobook S15. | Mark Kettenis |
2024-07-03 | Switch to a table for mapping smbios vendor/product to device tree file | Mark Kettenis |
2024-06-30 | we don't need the NOBYFOUR space-savings option anymore, that codepath | Theo de Raadt |
2024-06-23 | Add support for ACPI firmware that provides the base address of individual | Mark Kettenis |
2024-06-20 | Instead of allocating an arbitrary amount of extra space, let the EFI | Mark Kettenis |
2024-06-17 | KNF | Mark Kettenis |
2024-06-14 | When loading a device tree using the "mach dtb" command, give firmware | Mark Kettenis |
2024-02-23 | There is a 21BY x13s model. Handle it like 21BX. | Mark Kettenis |
2024-02-04 | Add a DMA constraint for the x13s. Some brilliant person at Qualcomm | Mark Kettenis |
2023-10-26 | add cd9660 | Jonathan Gray |
2023-10-26 | make efi_getdisklabel_cd9660() handle a block size of 512 and simplify | Jonathan Gray |
2023-10-09 | Recognize GICv4 in the MADT and configure it as arm,gic-v3. | Patrick Wildt |
2023-09-12 | Add an "openbsd,gic-its-id" property to gic-its nodes containing the ITS ID. | Jonathan Matthew |
2023-09-06 | revert disabling warnings for zlib on clang >= 15 | Jonathan Gray |
2023-05-12 | Fall back on loading the kernel from the EFI system partition if we're | Mark Kettenis |
2023-04-18 | add support for loading files from the EFI System Partition. | David Gwynne |
2023-03-05 | arm64 needs -DBOOT_STTY as well. | Mark Kettenis |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2023-02-15 | The GMAC on the Rockchip RK356x and RK3588 SoCs can only do 32-bit DMA | Mark Kettenis |
2023-02-13 | Support device trees with NOPs in them (like the kernel version already | Mark Kettenis |
2023-01-04 | experiments for --execute-only on arm64 and riscv64 are going well, | Theo de Raadt |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-12-08 | Forcibly set console output to the framebuffer on the Lenovo x13s. | Patrick Wildt |
2022-12-07 | The ACPI tables on the Lenovo x13s are incomplete and unusable. For | Patrick Wildt |
2022-11-05 | Bump version number so that it's easier to see if the running version has | Patrick Wildt |
2022-11-05 | Not every device tree we're getting passed has an /aliases or /chosen node, | Patrick Wildt |
2022-11-05 | Activate the device tree we just loaded from disk. While this doesn't fix | Patrick Wildt |
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-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 |