summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_device_path.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-19efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt1-16/+2
2019-11-13efi_loader: fix efi_dp_from_name()Heinrich Schuchardt1-3/+12
2019-10-17efi_loader: device_path: check against file path lengthAKASHI Takahiro1-2/+9
2019-10-06efi: device path for nvmePatrick Wildt1-0/+20
2019-09-20efi_loader: device_path: support Sandbox's "host" devicesAKASHI Takahiro1-0/+33
2019-09-06efi_loader: correctly render CD-ROM device path nodesHeinrich Schuchardt1-1/+1
2019-07-17efi_loader: efi_dp_from_file() expect UTF-8 pathHeinrich Schuchardt1-9/+31
2019-04-23efi_loader: check length in CreateDeviceNode()Heinrich Schuchardt1-0/+3
2019-04-23efi_loader: efi_setup_loaded_image() handle missing file nameAKASHI Takahiro1-3/+4
2019-04-12efi_loader: add protection for block_devPatrick Delaunay1-1/+1
2019-04-12efi_loader: remove stray #define LOG_CATEGORY LOGL_ERRHeinrich Schuchardt1-2/+0
2019-03-03efi_loader: do not add \ in efi_fs_from_name()Heinrich Schuchardt1-6/+1
2019-02-16efi_loader: efi_dp_split_file_path() error handlingHeinrich Schuchardt1-4/+12
2018-12-03efi_loader: allow device == NULL in efi_dp_from_name()AKASHI Takahiro1-4/+7
2018-12-02efi_loader: fix typos in efi_device_path.cHeinrich Schuchardt1-11/+12
2018-12-02efi_loader: add efi_dp_from_name()AKASHI Takahiro1-0/+47
2018-12-02efi_loader: eliminate handle memberHeinrich Schuchardt1-1/+1
2018-10-16efi_loader: efi_dp_get_next_instance() superfluous statementHeinrich Schuchardt1-1/+0
2018-09-23efi_loader: create root nodeHeinrich Schuchardt1-4/+0
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-1/+0
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