summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_device_path.c
AgeCommit message (Expand)Author
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-23efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt
2018-04-23efi_loader: correcty determine total device path lengthHeinrich Schuchardt
2018-04-23efi_loader: correctly determine length of empty device pathHeinrich Schuchardt
2018-04-23efi_loader: fix AppendDevicePathHeinrich Schuchardt
2018-04-23efi_loader: implement CreateDeviceNodeHeinrich Schuchardt
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger
2018-04-04efi_loader: initialize device path on allocPatrick Wildt
2018-04-04efi_loader: Fix network DP with DM_ETHAlexander Graf
2018-02-27Kconfig: cmd: Make networking command dependent on NETMichal Simek
2018-01-22efi_loader: allow creation of more device part nodesHeinrich Schuchardt
2018-01-22efi_loader: provide function to get last node of a device pathHeinrich Schuchardt
2018-01-22efi_loader: provide a function to create a partition nodeHeinrich Schuchardt
2018-01-22efi_loader: return NULL from device path functionsHeinrich Schuchardt
2018-01-22efi_loader: support device path for IDE and SCSI disksHeinrich Schuchardt
2018-01-22efi_loader: create full device path for block devicesHeinrich Schuchardt
2017-12-16efi_loader: comments for dp_part_fill()Heinrich Schuchardt
2017-12-16efi_loader: correctly setup device paths for block devicesHeinrich Schuchardt
2017-12-16efi_loader: correctly determine if an MMC device is an SD-cardHeinrich Schuchardt
2017-12-16efi_loader: Ensure efi_dp_find_obj() finds exact matchesAlexander Graf
2017-12-01efi_loader: simplify find_objHeinrich Schuchardt
2017-12-01efi_loader: initialise partition_signature memoryJonathan Gray
2017-12-01efi_loader: efi_dp_match should have const argumentsHeinrich Schuchardt
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark
2017-09-20efi_loader: add device-path utilsRob Clark