summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/stand
AgeCommit message (Expand)Author
2024-06-30we don't need the NOBYFOUR space-savings option anymore, that codepathTheo de Raadt
2024-06-20Instead of allocating an arbitrary amount of extra space, let the EFIMark Kettenis
2024-06-17When loading a device tree using the "mach dtb" command, give firmwareMark Kettenis
2024-03-10Invalidating the D-cache after disabling it turned out to be a bad ideaMark Kettenis
2024-03-03Flush the D-cache before we disable the cache. This makes more sense andMark Kettenis
2023-10-26make efi_getdisklabel_cd9660() handle a block size of 512 and simplifyJonathan Gray
2023-09-06revert disabling warnings for zlib on clang >= 15Jonathan Gray
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2023-02-13Support device trees with NOPs in them (like the kernel version alreadyMark Kettenis
2022-12-30Neuter zlib fatal warnings when building kernels and bootloaders with clang 15Jeremie Courreges-Anglas
2022-12-22Bring 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 "everythingPhilip Guenther
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-03-22After copying the FDT into a new larger buffer, adjust the FDT size toMark Kettenis
2022-03-14The current FDT code we use in the bootloader is buggy and will write intoMark Kettenis
2021-12-12remove unused variable to fix build with llvm 13Jonathan Gray
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
2021-10-26Allocate fresh memory to put our device tree into, to make sure we have leastPatrick Wildt
2021-10-26Remove more occurences of O_RDONLY in our bootloaders.Patrick Wildt
2021-10-06Add openbsd,dma-constraint property to /chosen node on armv7Visa Hankala
2021-06-25Move unused eficall.h files to the Attic.Kenneth R Westerback
2021-06-10Oops. Forgot to commit the version bump.Kenneth R Westerback
2021-06-10Sync efid_io() with the recent improvements kettenis@ made toKenneth R Westerback
2021-06-07Replace all uses of 'EFI_CALL(func, params)' withKenneth R Westerback
2021-06-04yasuoka@ pointed out that amd64 clang now understandsKenneth R Westerback
2021-06-02Use the same logic in all copies of gpt_chk_mbr(), relaxing theKenneth R Westerback
2021-03-16Node without a "status" property should be considered enabled as well.Mark Kettenis
2021-03-16Make sure that switching the console from serial to framebuffer worksMark Kettenis
2021-03-11spellingJonathan Gray
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-18Our check to see if the EFI services support Mtftp() doesn't workPatrick Wildt
2020-05-17Remove board ID support. 6.7 shipped with a kernel that doesn't needMark Kettenis
2020-05-10Pass boothowto from the bootloader to the kernel by adding aMark Kettenis
2020-04-27Remove reset hack; these days the U-Boot we ship for the CuBox-i isMark Kettenis
2020-03-30Port "mach dtb" code from arm64.Mark Kettenis
2020-03-22Make efi_device_path_depth() return the full device path depth if we don'tMark Kettenis
2020-03-01Allow armv7 efiboot(8) to read from an ffs2 filesystem. ok kettenis@Otto Moerbeek
2020-01-13Add the capability to boot from another block device than the one thatMark Kettenis
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-10-25Make it possible to switch to framebuffer "glass" console in case itMark Kettenis
2019-09-03remove duplicate test introduced in rev 1.3Jonathan Gray
2019-08-20Network-based device paths use Messaging and not Media types. ThusPatrick Wildt
2019-08-13Allow PXE booting using u-boot by relaxing our requirementsPatrick Wildt
2019-08-04crank version, following fchmod changeTheo de Raadt
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
2019-07-29Support disk write in efiboot for armv7 and arm64.YASUOKA Masahiko