summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_device_path_to_text.c
AgeCommit message (Expand)Author
2022-02-05efi_loader: fix text output for Uart() DP nodesHeinrich Schuchardt
2022-02-05efi_loader: fix device path to text protocolHeinrich Schuchardt
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-08-17efi_loader: use EfiBootServicesData for DP to textHeinrich Schuchardt
2021-08-14efi_loader: Uri() device path nodeHeinrich Schuchardt
2021-03-31efi_loader: Uart device path missing breakHeinrich Schuchardt
2021-03-19efi_loader: Uart device pathHeinrich Schuchardt
2021-02-26efi_loader: limit output length for VenHw, VenMediaHeinrich Schuchardt
2021-02-21efi_loader: multi part device paths to textHeinrich Schuchardt
2021-02-04efi_loader: VenMedia device path nodeHeinrich Schuchardt
2020-05-21efi_loader: device path for SATA devicesHeinrich Schuchardt
2020-05-18common: Drop part.h from common headerSimon Glass
2019-10-06efi: device path for nvmePatrick Wildt
2019-09-09efi_loader: eliminate inline function ascii2unicode()Heinrich Schuchardt
2019-09-05efi_loader: correctly render UsbClass DP nodes as textHeinrich Schuchardt
2019-09-05efi_loader: correctly render CD-ROM device path nodesHeinrich Schuchardt
2019-09-05efi_loader: correctly render MAC address device path nodesHeinrich Schuchardt
2019-09-05efi_loader: correct text conversion for vendor DPHeinrich Schuchardt
2019-05-19efi_loader: merge adjacent sprintf()Heinrich Schuchardt
2019-05-12efi_loader: ACPI device node to textHeinrich Schuchardt
2018-12-02efi_loader: fix typosHeinrich Schuchardt
2018-09-23efi_loader: remove redundant statementHeinrich Schuchardt
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-01-22efi_loader: text output for device path end nodeHeinrich Schuchardt
2018-01-22efi_loader: support device path for IDE and SCSI disksHeinrich Schuchardt
2017-12-16efi_loader: correct DeviceNodeToText for media typesHeinrich Schuchardt
2017-12-01efi_loader: add missing breaksRob Clark
2017-12-01efi_loader: comments for EFI_DEVICE_PATH_TO_TEXT_PROTOCOLHeinrich Schuchardt
2017-12-01efi_loader: fix efi_convert_device_node_to_textHeinrich Schuchardt
2017-12-01efi_loader: efi_dp_str should print path not nodeHeinrich Schuchardt
2017-12-01efi_loader: size of media device path node represenationHeinrich Schuchardt
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark
2017-09-20efi_loader: flesh out device-path to textRob Clark
2017-09-20efi_loader: drop redundant efi_device_path_protocolRob Clark
2017-07-28efi_loader: add some missing breaksRob Clark
2017-07-24efi_loader: implement ConvertDeviceNodeToTextxypron.glpk@gmx.de
2017-07-19efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de