stand: switch the loader over to using efi-edk2.hSponsored by: NetflixDifferential Revision: https://reviews.freebsd.org/D53652
stand/efi: Fix a typo in a source code comment- s/externel/external/MFC after: 3 days
loader/efi: strip trailing whitespaceMany of these no-doubt are in upstream, but they are interfering withthe filters I use to judge commits (no traling whitespace). We don'tdirectly get stuff fr
loader/efi: strip trailing whitespaceMany of these no-doubt are in upstream, but they are interfering withthe filters I use to judge commits (no traling whitespace). We don'tdirectly get stuff from upstream. If/when we pull this from contribwe'll revisit.Sponsored by: Netflix
show more ...
stand/efi: Consolidate integer typesWe have no need for 5 different copies of these.Sponsored by: NetflixReviewed by: rcm, kevans, andrewDifferential Revision: https://reviews.freebsd.org/D42
stand/efi: Consolidate integer typesWe have no need for 5 different copies of these.Sponsored by: NetflixReviewed by: rcm, kevans, andrewDifferential Revision: https://reviews.freebsd.org/D42699
Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
Move sys/boot to stand. Fix all references to new locationSponsored by: Netflix