No functional change, only moving uuid and protocol bits to include/efidevp.h
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This is fine.
We may wish at looking at doing the heavy lift of rebase our stuff to more modern UEFI upstream sources sometime.
Also need to look at sharing between UEFI boot loader and the new user land stuff.
sys/boot/efi/libefi/devpath.c | ||
---|---|---|
33 โ | (On Diff #24039) | I would keep this XXX as it is still true. It isn't something private to the loader, but something from the EFI spec, though perhaps the comment should cover a larger range of stuff in efidevp.h? |
sys/boot/efi/libefi/devpath.c | ||
---|---|---|
33 โ | (On Diff #24039) | Well, the efidevp.h has the device path related bits, so, its not just larger, but entire file. As for an example, the edk2 has this tree in MdePkg/Include/Protocol/ In that sense, that comment is applicable to entire current efi*.h content. |