summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/stand
AgeCommit message (Expand)Author
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
2019-07-22Disable caches and MMU before jumping to the kernel entry point. NeededMark Kettenis
2019-05-06Whitespace removalMike Larkin
2019-04-25Add a check to tftp_open() that we are actually opening a TFTP device.Christian Weisgerber
2019-04-10crank versionsTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-08crank version; looks good deraadtFlorian Obser
2018-10-20Sync with amd64 version.Mark Kettenis
2018-08-25Don't treat UnicodeChar == 0 as a keyboard input. The same fix wasYASUOKA Masahiko
2018-08-23Set the pointer to the EFI Runtime Services, otherwise we call intoPatrick Wildt
2018-06-23Add -z notext and -z norelro to prevent fatal warnings with ld.lld(1).Mark Kettenis
2018-05-11Compile the EFI bootloader with -mfloat-abi=soft to prevent the compiler fromMark Kettenis
2018-03-31Port arm64's network boot efforts to armv7 as well now that there isPatrick Wildt
2018-03-31Add CVS Ids.Patrick Wildt
2018-03-02The UEFI specification states that a watchdog timer should be armed forJonathan Gray
2017-11-22Add __aeabi_ldivmod.S. Needed for clang.Mark Kettenis