summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_device_path.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-23efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt1-0/+64
2018-04-23efi_loader: correcty determine total device path lengthHeinrich Schuchardt1-9/+25
2018-04-23efi_loader: correctly determine length of empty device pathHeinrich Schuchardt1-0/+2
2018-04-23efi_loader: fix AppendDevicePathHeinrich Schuchardt1-3/+6
2018-04-23efi_loader: implement CreateDeviceNodeHeinrich Schuchardt1-0/+15
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger1-1/+1
2018-04-04efi_loader: initialize device path on allocPatrick Wildt1-0/+1
2018-04-04efi_loader: Fix network DP with DM_ETHAlexander Graf1-2/+5
2018-02-28Kconfig: cmd: Make networking command dependent on NETMichal Simek1-1/+1
2018-01-23efi_loader: allow creation of more device part nodesHeinrich Schuchardt1-5/+49
2018-01-23efi_loader: provide function to get last node of a device pathHeinrich Schuchardt1-0/+20
2018-01-23efi_loader: provide a function to create a partition nodeHeinrich Schuchardt1-36/+70
2018-01-23efi_loader: return NULL from device path functionsHeinrich Schuchardt1-6/+36
2018-01-23efi_loader: support device path for IDE and SCSI disksHeinrich Schuchardt1-0/+64
2018-01-23efi_loader: create full device path for block devicesHeinrich Schuchardt1-2/+16
2017-12-17efi_loader: comments for dp_part_fill()Heinrich Schuchardt1-1/+8
2017-12-17efi_loader: correctly setup device paths for block devicesHeinrich Schuchardt1-2/+2
2017-12-17efi_loader: correctly determine if an MMC device is an SD-cardHeinrich Schuchardt1-3/+21
2017-12-17efi_loader: Ensure efi_dp_find_obj() finds exact matchesAlexander Graf1-2/+17
2017-12-01efi_loader: simplify find_objHeinrich Schuchardt1-24/+19
2017-12-01efi_loader: initialise partition_signature memoryJonathan Gray1-2/+19
2017-12-01efi_loader: efi_dp_match should have const argumentsHeinrich Schuchardt1-1/+2
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark1-0/+24
2017-09-20efi_loader: add device-path utilsRob Clark1-0/+563