Page MenuHomeFreeBSD

uefi.8: clarify history and drop AUTHORS
ClosedPublic

Authored by emaste on Jan 24 2018, 6:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 12, 9:28 AM
Unknown Object (File)
Sun, May 12, 9:28 AM
Unknown Object (File)
Sun, May 12, 5:44 AM
Unknown Object (File)
Feb 2 2024, 10:46 PM
Unknown Object (File)
Jan 18 2024, 1:13 PM
Unknown Object (File)
Dec 22 2023, 10:53 PM
Unknown Object (File)
Nov 27 2023, 11:19 AM
Unknown Object (File)
Nov 11 2023, 2:00 PM

Details

Summary
  • EFI support first appeared in 5.0 for ia64
  • AUTHORS missed the folks responsible for that work, rpaulo who did the i386 port, and the folks who came after the amd64 porting effort for general UEFI improvements or arch ports (@imp, @tsoome, @andrew, @manu etc.). Just remove the section.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

share/man/man8/uefi.8
151 ↗(On Diff #38402)

My only suggestion would be to add a note for arm here. Not sure when arm support first shipped (11.0 or some 10.x release?) Also, not sure if that is arm64-only? (My RPI3 uses EFI to boot arm64, but uboot for armv7 on HEAD)

armv7 isn't really supported, status goes on and off at each u-boot or loader.efi changes, I'm trying to keep it working but sometimes it fails. (also we don't install loader.efi or boot1.efi for arm RELEASE/SNAPSHOT images).

This revision is now accepted and ready to land.Jan 24 2018, 9:00 PM
This revision was automatically updated to reflect the committed changes.
In D14033#294754, @manu wrote:

armv7 isn't really supported, status goes on and off at each u-boot or loader.efi changes, I'm trying to keep it working but sometimes it fails. (also we don't install loader.efi or boot1.efi for arm RELEASE/SNAPSHOT images).

It works with qemu and an EDK2 based UEFI. This was the reference platform I used to port boot1.efit & loader.efi to 32 bit arm.