History log of /openbsd/sys/arch/armv7/stand/efiboot/efiboot.h (Results 1 – 8 of 8)
Revision Date Author Comments
# 864fc787 22-Dec-2022 kettenis <kettenis@openbsd.org>

Bring over various changes from the arm64 version of this code.

ok patrick@


# 4109c0ba 17-May-2020 kettenis <kettenis@openbsd.org>

Remove board ID support. 6.7 shipped with a kernel that doesn't need
it anymore.

jsg@


# e3df5f77 10-May-2020 kettenis <kettenis@openbsd.org>

Pass boothowto from the bootloader to the kernel by adding a
openbsd,boothowto property under /chosen.

ok patrick@


# 48816fc0 25-Oct-2019 kettenis <kettenis@openbsd.org>

Make it possible to switch to framebuffer "glass" console in case it
isn't the default already. Same change as we made on arm64 two months ago.

ok patrick@


# 78b33e4a 31-Mar-2018 patrick <patrick@openbsd.org>

Port arm64's network boot efforts to armv7 as well now that there is
support for using U-Boot's network layer. Since arm64 and armv7's
efiboot(8) have the same heritance the diffs from arm64 simply

Port arm64's network boot efforts to armv7 as well now that there is
support for using U-Boot's network layer. Since arm64 and armv7's
efiboot(8) have the same heritance the diffs from arm64 simply applied
to armv7.

show more ...


# 154f8435 17-May-2016 kettenis <kettenis@openbsd.org>

Enable -Wall -Werror. Fix warnings uncovered by this.

Set board IDs for i.IMX6 boards based on the "compatible" property of the
root node for now to ease the transition to full FDT support in the
k

Enable -Wall -Werror. Fix warnings uncovered by this.

Set board IDs for i.IMX6 boards based on the "compatible" property of the
root node for now to ease the transition to full FDT support in the
kernel.

show more ...


# 251e8750 17-May-2016 kettenis <kettenis@openbsd.org>

Add support for passing an FDT. The bootloader will update the "bootargs"
property of the "/chosen" node to pass arguments to the kernel.


# 0bcd5623 14-May-2016 kettenis <kettenis@openbsd.org>

Initial stab at an EFI bootloader for armv7. Bits and pieces from FreeBSD
and our amd64 EFI bootloader. The current code works on a 2GB CuBox-i,
but probably not on anything else. It needs a u-boo

Initial stab at an EFI bootloader for armv7. Bits and pieces from FreeBSD
and our amd64 EFI bootloader. The current code works on a 2GB CuBox-i,
but probably not on anything else. It needs a u-boot with EFI loader
support.

show more ...