]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
efidp manipulates UEFI Device Paths in various ways. At the moment, it
authorWarner Losh <imp@FreeBSD.org>
Thu, 9 Mar 2017 00:33:38 +0000 (00:33 +0000)
committerWarner Losh <imp@FreeBSD.org>
Thu, 9 Mar 2017 00:33:38 +0000 (00:33 +0000)
commit2bcbcb593d6c06694134e91e1a0753ca3ab93164
tree36718f7d64c6cdfd171ed7913a370715a24d0fbd
parent2f2f5c6728faaff4697e5cb7342c7240d0b4aec2
efidp manipulates UEFI Device Paths in various ways. At the moment, it
formats and parses UEFI standard Device Paths. In the future it will
also translate between FreeBSD driver names and UEFI Device Paths.

Sponsored by: Netflix
usr.sbin/Makefile
usr.sbin/efidp/Makefile [new file with mode: 0644]
usr.sbin/efidp/Makefile.depend [new file with mode: 0644]
usr.sbin/efidp/efidp.8 [new file with mode: 0644]
usr.sbin/efidp/efidp.c [new file with mode: 0644]