summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_device_path.c
AgeCommit message (Expand)Author
2019-08-30efi_loader: efi_dp_from_file() expect UTF-8 pathHeinrich Schuchardt
2019-04-23efi_loader: check length in CreateDeviceNode()Heinrich Schuchardt
2019-04-23efi_loader: efi_setup_loaded_image() handle missing file nameAKASHI Takahiro
2019-04-12efi_loader: add protection for block_devPatrick Delaunay
2019-04-12efi_loader: remove stray #define LOG_CATEGORY LOGL_ERRHeinrich Schuchardt
2019-03-02efi_loader: do not add \ in efi_fs_from_name()Heinrich Schuchardt
2019-02-16efi_loader: efi_dp_split_file_path() error handlingHeinrich Schuchardt
2018-12-03efi_loader: allow device == NULL in efi_dp_from_name()AKASHI Takahiro
2018-12-02efi_loader: fix typos in efi_device_path.cHeinrich Schuchardt
2018-12-02efi_loader: add efi_dp_from_name()AKASHI Takahiro
2018-12-02efi_loader: eliminate handle memberHeinrich Schuchardt
2018-10-16efi_loader: efi_dp_get_next_instance() superfluous statementHeinrich Schuchardt
2018-09-23efi_loader: create root nodeHeinrich Schuchardt
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
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