Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
loader: add HTTP support using UEFIAdd support for an HTTP "network filesystem" using the UEFI's HTTPstack.This also supports HTTPS, but TianoCore EDK2 implementations currentlycrash while fetc
loader: add HTTP support using UEFIAdd support for an HTTP "network filesystem" using the UEFI's HTTPstack.This also supports HTTPS, but TianoCore EDK2 implementations currentlycrash while fetching loader files.Only IPv4 is supported at the moment. IPv6 support is planned for afollow-up changeset.Note that we include some headers from the TianoCore EDK II project instand/efi/include/Protocol verbatim, including links to the license insteadof including the full text because that's their preferred way ofcommunicating it, despite not being normal FreeBSD project practice.Submitted by: scottphReviewed by: imp, bcranDifferential Revision: https://reviews.freebsd.org/D20643
show more ...
loader.efi: efi variable rework and lsefi command addedThis update does add diag and debug capabilities to interpret the efivariables, configuration and protocols (lsefi).The side effect is that
loader.efi: efi variable rework and lsefi command addedThis update does add diag and debug capabilities to interpret the efivariables, configuration and protocols (lsefi).The side effect is that we add/update bunch of related headers.