summaryrefslogtreecommitdiffstats
path: root/sys/arch/armv7/stand
AgeCommit message (Expand)AuthorFilesLines
2021-03-16Node without a "status" property should be considered enabled as well.kettenis1-3/+3
2021-03-16Make sure that switching the console from serial to framebuffer workskettenis2-22/+25
2021-03-11spellingjsg2-4/+4
2020-12-09Use daddr_t and not daddr32_t in boot media.krw6-12/+12
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt1-2/+2
2020-05-18Our check to see if the EFI services support Mtftp() doesn't workpatrick2-5/+9
2020-05-17Remove board ID support. 6.7 shipped with a kernel that doesn't needkettenis4-34/+9
2020-05-10Pass boothowto from the bootloader to the kernel by adding akettenis3-6/+9
2020-04-27Remove reset hack; these days the U-Boot we ship for the CuBox-i iskettenis1-10/+1
2020-03-30Port "mach dtb" code from arm64.kettenis2-8/+86
2020-03-22Make efi_device_path_depth() return the full device path depth if we don'tkettenis2-4/+4
2020-03-01Allow armv7 efiboot(8) to read from an ffs2 filesystem. ok kettenis@otto2-4/+7
2020-01-13Add the capability to boot from another block device than the one thatkettenis5-73/+461
2019-11-28Implement a hexdump command in the boot loader. This helps tobluhm1-3/+4
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2-4/+4
2019-10-25Make it possible to switch to framebuffer "glass" console in case itkettenis6-11/+266
2019-09-03remove duplicate test introduced in rev 1.3jsg1-3/+1
2019-08-20Network-based device paths use Messaging and not Media types. Thuspatrick1-3/+3
2019-08-13Allow PXE booting using u-boot by relaxing our requirementspatrick2-16/+5
2019-08-04crank version, following fchmod changederaadt1-2/+2
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2-5/+5
2019-07-29Support disk write in efiboot for armv7 and arm64.yasuoka1-3/+9
2019-07-22Disable caches and MMU before jumping to the kernel entry point. Neededkettenis2-3/+110
2019-05-06Whitespace removalmlarkin1-2/+2
2019-04-25Add a check to tftp_open() that we are actually opening a TFTP device.naddy2-2/+16
2019-04-10crank versionsderaadt1-2/+2
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitderaadt1-2/+2
2019-04-08crank version; looks good deraadtflorian1-2/+2
2018-10-20Sync with amd64 version.kettenis1-15/+16
2018-08-25Don't treat UnicodeChar == 0 as a keyboard input. The same fix wasyasuoka1-2/+2
2018-08-23Set the pointer to the EFI Runtime Services, otherwise we call intopatrick1-1/+2
2018-06-23Add -z notext and -z norelro to prevent fatal warnings with ld.lld(1).kettenis1-2/+3
2018-05-11Compile the EFI bootloader with -mfloat-abi=soft to prevent the compiler fromkettenis1-1/+2
2018-03-31Port arm64's network boot efforts to armv7 as well now that there ispatrick7-17/+602
2018-03-31Add CVS Ids.patrick3-0/+4
2018-03-02The UEFI specification states that a watchdog timer should be armed forjsg1-1/+4
2017-11-22Add __aeabi_ldivmod.S. Needed for clang.kettenis1-1/+2
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt1-2/+1
2017-08-21Pass the address of the EFI system table and the EFI memory map throughkettenis2-11/+92
2017-08-07Add "machine exit" and "machine poweroff" commands to the arm64 and armv7kettenis3-6/+38
2017-07-31Back out previous commit but handle the case where the device path consistskettenis2-4/+17
2017-07-29Fix off-by-one in return value of efi_device_path_depth().kettenis2-4/+4
2017-07-24Port amd64's updates to the device path comparison to armv7. Fixespatrick2-23/+49
2017-07-04zap .o, put both .c at deraadt@'s requestespie1-2/+2
2017-06-12Backout last change to remove esym .data patching because it breaksmglocker1-1/+20
2017-06-08Remove esym (.data) patching. Thanks to Mark we stopped requiring thispatrick1-20/+1
2017-05-07Sync FDT code with arm64.kettenis2-7/+7
2017-03-11Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent().jsg1-2/+2
2017-01-22Mark the .peheader section as "a". Makes it possible to link with lld.kettenis1-1/+1
2016-12-30Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.yasuoka1-2/+2