index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
armv7
/
stand
Age
Commit message (
Expand
)
Author
2020-03-30
Port "mach dtb" code from arm64.
Mark Kettenis
2020-03-22
Make efi_device_path_depth() return the full device path depth if we don't
Mark Kettenis
2020-03-01
Allow armv7 efiboot(8) to read from an ffs2 filesystem. ok kettenis@
Otto Moerbeek
2020-01-13
Add the capability to boot from another block device than the one that
Mark Kettenis
2019-11-28
Implement a hexdump command in the boot loader. This helps to
Alexander Bluhm
2019-10-29
Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
Theo de Raadt
2019-10-25
Make it possible to switch to framebuffer "glass" console in case it
Mark Kettenis
2019-09-03
remove duplicate test introduced in rev 1.3
Jonathan Gray
2019-08-20
Network-based device paths use Messaging and not Media types. Thus
Patrick Wildt
2019-08-13
Allow PXE booting using u-boot by relaxing our requirements
Patrick Wildt
2019-08-04
crank version, following fchmod change
Theo de Raadt
2019-08-03
In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x
Theo de Raadt
2019-07-29
Support disk write in efiboot for armv7 and arm64.
YASUOKA Masahiko
2019-07-22
Disable caches and MMU before jumping to the kernel entry point. Needed
Mark Kettenis
2019-05-06
Whitespace removal
Mike Larkin
2019-04-25
Add a check to tftp_open() that we are actually opening a TFTP device.
Christian Weisgerber
2019-04-10
crank versions
Theo de Raadt
2019-04-10
change marks[] array to uint64_t, so the code can track full 64-bit
Theo de Raadt
2019-04-08
crank version; looks good deraadt
Florian Obser
2018-10-20
Sync with amd64 version.
Mark Kettenis
2018-08-25
Don't treat UnicodeChar == 0 as a keyboard input. The same fix was
YASUOKA Masahiko
2018-08-23
Set the pointer to the EFI Runtime Services, otherwise we call into
Patrick Wildt
2018-06-23
Add -z notext and -z norelro to prevent fatal warnings with ld.lld(1).
Mark Kettenis
2018-05-11
Compile the EFI bootloader with -mfloat-abi=soft to prevent the compiler from
Mark Kettenis
2018-03-31
Port arm64's network boot efforts to armv7 as well now that there is
Patrick Wildt
2018-03-31
Add CVS Ids.
Patrick Wildt
2018-03-02
The UEFI specification states that a watchdog timer should be armed for
Jonathan Gray
2017-11-22
Add __aeabi_ldivmod.S. Needed for clang.
Mark Kettenis
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-08-21
Pass the address of the EFI system table and the EFI memory map through
Mark Kettenis
2017-08-07
Add "machine exit" and "machine poweroff" commands to the arm64 and armv7
Mark Kettenis
2017-07-31
Back out previous commit but handle the case where the device path consists
Mark Kettenis
2017-07-29
Fix off-by-one in return value of efi_device_path_depth().
Mark Kettenis
2017-07-24
Port amd64's updates to the device path comparison to armv7. Fixes
Patrick Wildt
2017-07-04
zap .o, put both .c at deraadt@'s request
Marc Espie
2017-06-12
Backout last change to remove esym .data patching because it breaks
Marcus Glocker
2017-06-08
Remove esym (.data) patching. Thanks to Mark we stopped requiring this
Patrick Wildt
2017-05-07
Sync FDT code with arm64.
Mark Kettenis
2017-03-11
Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent().
Jonathan Gray
2017-01-22
Mark the .peheader section as "a". Makes it possible to link with lld.
Mark Kettenis
2016-12-30
Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.
YASUOKA Masahiko
2016-11-06
Do not create machine@ symlinks in obj as root during includes:, but
Theo Buehler
2016-10-23
Remove sunxi board IDs.
Mark Kettenis
2016-10-06
Remove board IDs for the i.MX platform. The kernel doesn't need them anymore.
Mark Kettenis
2016-09-24
Pass esym to the kernel in r0. Since u-boot passes 0 in this register, we
Mark Kettenis
2016-09-13
crank bootloader version after .SUNW_ctf change
Jasper Lievisse Adriaanse
2016-07-01
SolidRun's HummingBoards and CuBoxes are also available with
Patrick Wildt
2016-06-21
Remove code to generate uboot tags. It hardcoded information for a single
Mark Kettenis
2016-05-23
build armv7 efiboot
Jonathan Gray
2016-05-23
install into mdec
Jonathan Gray
[next]