summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_device_path.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: use EfiBootServicesData for device pathHeinrich Schuchardt2021-08-171-1/+1
* efi_loader: set partition GUID in device path for SIG_TYPE_GUIDAlfonso Sánchez-Beato2021-07-181-2/+8
* efi_loader: path length in efi_dp_from_name()Heinrich Schuchardt2021-05-251-2/+7
* efi_loader: Add device path related functions for initrd via Boot####Ilias Apalodimas2021-03-251-5/+105
* efi_loader: Uart device pathHeinrich Schuchardt2021-03-251-9/+32
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-1/+1
* dm: Avoid accessing seq directlySimon Glass2020-12-181-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-7/+7
* efi_loader: efi_dp_check_length()Heinrich Schuchardt2020-08-241-0/+33
* efi_loader: device path for SATA devicesHeinrich Schuchardt2020-05-211-0/+21
* efi_loader: device path for virtio block devicesHeinrich Schuchardt2020-05-211-0/+30
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-2/+2
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* efi_loader: remove redundant assignment in dp_fill()Heinrich Schuchardt2020-05-071-1/+1
* efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt2019-11-191-16/+2
* efi_loader: fix efi_dp_from_name()Heinrich Schuchardt2019-11-121-3/+12
* efi_loader: device_path: check against file path lengthAKASHI Takahiro2019-10-171-2/+9
* efi: device path for nvmePatrick Wildt2019-10-061-0/+20
* efi_loader: device_path: support Sandbox's "host" devicesAKASHI Takahiro2019-09-201-0/+33
* efi_loader: correctly render CD-ROM device path nodesHeinrich Schuchardt2019-09-051-1/+1
* efi_loader: efi_dp_from_file() expect UTF-8 pathHeinrich Schuchardt2019-07-161-9/+31
* efi_loader: check length in CreateDeviceNode()Heinrich Schuchardt2019-04-231-0/+3
* efi_loader: efi_setup_loaded_image() handle missing file nameAKASHI Takahiro2019-04-231-3/+4
* efi_loader: add protection for block_devPatrick Delaunay2019-04-121-1/+1
* efi_loader: remove stray #define LOG_CATEGORY LOGL_ERRHeinrich Schuchardt2019-04-121-2/+0
* efi_loader: do not add \ in efi_fs_from_name()Heinrich Schuchardt2019-03-021-6/+1
* efi_loader: efi_dp_split_file_path() error handlingHeinrich Schuchardt2019-02-161-4/+12
* efi_loader: allow device == NULL in efi_dp_from_name()AKASHI Takahiro2018-12-031-4/+7
* efi_loader: fix typos in efi_device_path.cHeinrich Schuchardt2018-12-021-11/+12
* efi_loader: add efi_dp_from_name()AKASHI Takahiro2018-12-021-0/+47
* efi_loader: eliminate handle memberHeinrich Schuchardt2018-12-021-1/+1
* efi_loader: efi_dp_get_next_instance() superfluous statementHeinrich Schuchardt2018-10-161-1/+0
* efi_loader: create root nodeHeinrich Schuchardt2018-09-231-4/+0
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt2018-04-231-0/+64
* efi_loader: correcty determine total device path lengthHeinrich Schuchardt2018-04-231-9/+25
* efi_loader: correctly determine length of empty device pathHeinrich Schuchardt2018-04-231-0/+2
* efi_loader: fix AppendDevicePathHeinrich Schuchardt2018-04-231-3/+6
* efi_loader: implement CreateDeviceNodeHeinrich Schuchardt2018-04-231-0/+15
* Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger2018-04-131-1/+1
* efi_loader: initialize device path on allocPatrick Wildt2018-04-041-0/+1
* efi_loader: Fix network DP with DM_ETHAlexander Graf2018-04-041-2/+5
* Kconfig: cmd: Make networking command dependent on NETMichal Simek2018-02-271-1/+1
* efi_loader: allow creation of more device part nodesHeinrich Schuchardt2018-01-221-5/+49
* efi_loader: provide function to get last node of a device pathHeinrich Schuchardt2018-01-221-0/+20
* efi_loader: provide a function to create a partition nodeHeinrich Schuchardt2018-01-221-36/+70
* efi_loader: return NULL from device path functionsHeinrich Schuchardt2018-01-221-6/+36
* efi_loader: support device path for IDE and SCSI disksHeinrich Schuchardt2018-01-221-0/+64