]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader.efi: efi variable rework and lsefi command added
authortsoome <tsoome@FreeBSD.org>
Thu, 3 Jan 2019 20:27:50 +0000 (20:27 +0000)
committertsoome <tsoome@FreeBSD.org>
Thu, 3 Jan 2019 20:27:50 +0000 (20:27 +0000)
commit0ee2302122d0710ced1e55a4c6dfb4e38e19ce37
treefc91143db49ed460da9790f060f26fb0c3020c45
parent7a0106e15ba0559d0bd19a4c9a8c01f0992f22b8
loader.efi: efi variable rework and lsefi command added

This update does add diag and debug capabilities to interpret the efi
variables, configuration and protocols (lsefi).

The side effect is that we add/update bunch of related headers.
19 files changed:
stand/efi/include/Guid/MemoryTypeInformation.h [new file with mode: 0644]
stand/efi/include/Guid/MtcVendor.h [new file with mode: 0644]
stand/efi/include/Guid/ZeroGuid.h [new file with mode: 0644]
stand/efi/include/Protocol/EdidActive.h [new file with mode: 0644]
stand/efi/include/Protocol/EdidDiscovered.h [new file with mode: 0644]
stand/efi/include/Protocol/EdidOverride.h [new file with mode: 0644]
stand/efi/include/efi.h
stand/efi/include/efiapi.h
stand/efi/include/eficon.h
stand/efi/include/efidef.h
stand/efi/include/efigpt.h [new file with mode: 0644]
stand/efi/include/efiip.h [new file with mode: 0644]
stand/efi/include/efilib.h
stand/efi/include/efipciio.h
stand/efi/include/efipoint.h [new file with mode: 0644]
stand/efi/include/efitcp.h [new file with mode: 0644]
stand/efi/include/efiudp.h [new file with mode: 0644]
stand/efi/libefi/env.c
stand/efi/loader/main.c