summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/stand
AgeCommit message (Expand)Author
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
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-08-21Pass the address of the EFI system table and the EFI memory map throughMark Kettenis
2017-08-07Add "machine exit" and "machine poweroff" commands to the arm64 and armv7Mark Kettenis
2017-07-31Back out previous commit but handle the case where the device path consistsMark Kettenis
2017-07-29Fix off-by-one in return value of efi_device_path_depth().Mark Kettenis
2017-07-24Port amd64's updates to the device path comparison to armv7. FixesPatrick Wildt
2017-07-04zap .o, put both .c at deraadt@'s requestMarc Espie
2017-06-12Backout last change to remove esym .data patching because it breaksMarcus Glocker
2017-06-08Remove esym (.data) patching. Thanks to Mark we stopped requiring thisPatrick Wildt
2017-05-07Sync FDT code with arm64.Mark Kettenis
2017-03-11Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent().Jonathan Gray
2017-01-22Mark the .peheader section as "a". Makes it possible to link with lld.Mark Kettenis
2016-12-30Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.YASUOKA Masahiko
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-10-23Remove sunxi board IDs.Mark Kettenis
2016-10-06Remove board IDs for the i.MX platform. The kernel doesn't need them anymore.Mark Kettenis
2016-09-24Pass esym to the kernel in r0. Since u-boot passes 0 in this register, weMark Kettenis
2016-09-13crank bootloader version after .SUNW_ctf changeJasper Lievisse Adriaanse
2016-07-01SolidRun's HummingBoards and CuBoxes are also available withPatrick Wildt
2016-06-21Remove code to generate uboot tags. It hardcoded information for a singleMark Kettenis
2016-05-23build armv7 efibootJonathan Gray
2016-05-23install into mdecJonathan Gray
2016-05-20Add compatible string to board id mappings for almost all of the otherJonathan Gray
2016-05-20Attempt to allocate 32MB at the lowest address that is aligned on a 256MBMark Kettenis
2016-05-20Set "openbsd.bootduid" property of "/chosen" to the DUID of the boot disk.Mark Kettenis
2016-05-19Make fdt_node_add_property() behave like fdt_node_set_property() if theMark Kettenis
2016-05-19Match compatible strings for utilite which identifies as "cm-fx6" inJonathan Gray
2016-05-17Fix a few more warnings such that this compiles again.Mark Kettenis
2016-05-17Enable -Wall -Werror. Fix warnings uncovered by this.Mark Kettenis