summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/stand
AgeCommit message (Expand)Author
2024-11-12Adds support for BPP16 16-bit color EFI framebuffer format as offeredTobias Heider
2024-11-05Fix typo in smbios product string for the HP OmniBook X.Mark Kettenis
2024-09-23add device tree mapping for HP OmniBook X 14Jonathan Gray
2024-09-20Add device tree mapping for Lenovo ThinkPad T14s.Mark Kettenis
2024-08-01Add device tree mapping for Samsung Galaxy Book4 Edge.Marcus Glocker
2024-07-10Extend DMA constraints override to include all SC8280XP and X1E80100 basedPatrick Wildt
2024-07-07Add device tree mapping for Lenovo Yoga Slim 7x.Patrick Wildt
2024-07-03Add device tree mapping for Asus Vivobook S15.Mark Kettenis
2024-07-03Switch to a table for mapping smbios vendor/product to device tree fileMark Kettenis
2024-06-30we don't need the NOBYFOUR space-savings option anymore, that codepathTheo de Raadt
2024-06-23Add support for ACPI firmware that provides the base address of individualMark Kettenis
2024-06-20Instead of allocating an arbitrary amount of extra space, let the EFIMark Kettenis
2024-06-17KNFMark Kettenis
2024-06-14When loading a device tree using the "mach dtb" command, give firmwareMark Kettenis
2024-02-23There is a 21BY x13s model. Handle it like 21BX.Mark Kettenis
2024-02-04Add a DMA constraint for the x13s. Some brilliant person at QualcommMark Kettenis
2023-10-26add cd9660Jonathan Gray
2023-10-26make efi_getdisklabel_cd9660() handle a block size of 512 and simplifyJonathan Gray
2023-10-09Recognize GICv4 in the MADT and configure it as arm,gic-v3.Patrick Wildt
2023-09-12Add an "openbsd,gic-its-id" property to gic-its nodes containing the ITS ID.Jonathan Matthew
2023-09-06revert disabling warnings for zlib on clang >= 15Jonathan Gray
2023-05-12Fall back on loading the kernel from the EFI system partition if we'reMark Kettenis
2023-04-18add support for loading files from the EFI System Partition.David Gwynne
2023-03-05arm64 needs -DBOOT_STTY as well.Mark Kettenis
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2023-02-15The GMAC on the Rockchip RK356x and RK3588 SoCs can only do 32-bit DMAMark Kettenis
2023-02-13Support device trees with NOPs in them (like the kernel version alreadyMark Kettenis
2023-01-04experiments for --execute-only on arm64 and riscv64 are going well,Theo de Raadt
2022-12-30Neuter zlib fatal warnings when building kernels and bootloaders with clang 15Jeremie Courreges-Anglas
2022-12-08Forcibly set console output to the framebuffer on the Lenovo x13s.Patrick Wildt
2022-12-07The ACPI tables on the Lenovo x13s are incomplete and unusable. ForPatrick Wildt
2022-11-05Bump version number so that it's easier to see if the running version hasPatrick Wildt
2022-11-05Not every device tree we're getting passed has an /aliases or /chosen node,Patrick Wildt
2022-11-05Activate the device tree we just loaded from disk. While this doesn't fixPatrick Wildt
2022-11-05Make sure fdt_find_node() returns NULL if it can't find the requested node.Patrick Wildt
2022-09-01Stop setting d_bbsize and d_sbsize. Nobody has paidKenneth R Westerback
2022-08-15Add softraid(4) RAID 1C boot supportKlemens Nanni
2022-07-30Now that we have proper .text and .data sections we need to move dt_blob toPatrick Wildt
2022-07-29Give to PE/COFF file proper .text and .data sections, and fill in theMark Kettenis
2022-06-28On the x13s, using the EfiLoaderData memory type for the memory blockMark Kettenis
2022-04-06Support switching from glass console to serial console on systems thatMark Kettenis
2022-03-17Fix previous commit; the FDT header is big-endian so we need to do theMark Kettenis
2022-03-16When we allocate space a buffer with some extra space for the FDT, adjustMark Kettenis
2022-03-14The current FDT code we use in the bootloader is buggy and will write intoMark Kettenis
2022-01-02preferense -> preferenceJonathan Gray
2022-01-02plaform -> platformJonathan Gray
2021-12-15typo in previousTheo de Raadt
2021-12-14Use "rng-seed" and "kaslr-seed" properties from the device tree to mix inMark Kettenis
2021-12-11remove unused variable to fix build with llvm 13; ok jca@Christian Weisgerber
2021-11-14Make sure efiboot is built with RELA/REL relocations and not RELR,Philip Guenther