summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2023-07-20efi_loader: support all uclasses in device pathHeinrich Schuchardt1-31/+25
2023-07-20efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIOHeinrich Schuchardt1-9/+3
2023-07-20efi_loader: make efi_remove_protocol() staticIlias Apalodimas1-3/+3
2023-07-20efi_loader: use efi_install_multiple_protocol_interfaces()Ilias Apalodimas1-4/+4
2023-07-20efi_loader: simplify efi_uninstall_protocol()Heinrich Schuchardt1-8/+1
2023-07-17Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-14/+19
2023-07-17efi: Use the installed ACPI tablesSimon Glass1-14/+19
2023-07-15efi_loader: fix the return codes of UninstallProtocolIlias Apalodimas1-0/+2
2023-07-15efi_loader: check the status of disconnected driversIlias Apalodimas1-2/+8
2023-07-15efi_loader: reconnect drivers on failureIlias Apalodimas1-5/+26
2023-07-15Load option with short device path for boot varsRaymond Mao1-0/+6
2023-07-15Fix incorrect return code of boot option updateRaymond Mao1-2/+6
2023-07-15Move bootorder and bootoption apis to libRaymond Mao2-0/+400
2023-07-11Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-2/+7
2023-07-09efi_loader: Increase default variable store size to 64KiBAlper Nebi Yasak1-2/+3
2023-07-09efi_loader: Avoid underflow when calculating remaining var store sizeAlper Nebi Yasak1-0/+4
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini1-65/+26
2023-06-16efi_loader: simplify efi_disk_removeIlias Apalodimas1-65/+26
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini3-75/+45
2023-06-08efi_loader: check lowest supported versionMasahisa Kojima1-1/+18
2023-06-08efi_loader: get lowest supported version from device treeMasahisa Kojima1-1/+49
2023-06-08efi_loader: versioning support in GetImageInfoMasahisa Kojima1-6/+35
2023-06-08efi_loader: store firmware version into FmpState variableMasahisa Kojima1-19/+145
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima1-3/+3
2023-06-02efi_loader: check return value of part_get_info()Heinrich Schuchardt1-1/+6
2023-06-01efi: Correct .efi rulesSimon Glass1-0/+3
2023-05-13efi_loader: fix efi_dp_from_file()Heinrich Schuchardt2-36/+16
2023-05-13efi_loader: simplify efi_dp_from_name()Heinrich Schuchardt1-10/+8
2023-05-13efi_loader: error code efi_dp_from_name()Heinrich Schuchardt1-1/+1
2023-05-13efi_loader: clean up efi_dp_from_fileHeinrich Schuchardt1-7/+9
2023-05-13efi_loader: duplicate code in efi_dp_from_nameHeinrich Schuchardt1-13/+1
2023-05-13efi_loader: avoid #ifdef in efi_dp_from_name()Heinrich Schuchardt1-12/+8
2023-05-13efi_loader: support booting semihosting fileHeinrich Schuchardt1-1/+2
2023-05-13efi_loader: print file path w/o boot deviceHeinrich Schuchardt1-4/+4
2023-04-21efi_loader: remove unused efi_capsule_authenticateHeinrich Schuchardt1-6/+0
2023-04-08efi: loader: Make efi_runtime_mmio staticBin Meng1-1/+1
2023-04-08efi: loader: Make efi_mem staticBin Meng1-1/+1
2023-04-08efi: loader: Make efi_event_queue and efi_register_notify_events staticBin Meng1-2/+2
2023-04-08efi_loader: avoid using HandleProtocol in initrddump.efiHeinrich Schuchardt1-2/+3
2023-04-08efi_loader: avoid using HandleProtocol in helloworld.efiHeinrich Schuchardt1-5/+8
2023-04-05efi_loader: device_path: support blkmap devicesTobias Waldekranz1-0/+30
2023-04-03Merge branch 'next'Tom Rini4-52/+41
2023-04-01efi_loader: remove duplicate assignmentHeinrich Schuchardt1-1/+1
2023-04-01efi_loader: correct shortening of device-pathsHeinrich Schuchardt1-15/+6
2023-03-25efi_loader: simplify efi_str_to_u16()Heinrich Schuchardt1-3/+2
2023-03-25efi_loader: move dp_alloc() to efi_alloc()Heinrich Schuchardt2-48/+38
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt1-12/+33
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt1-0/+7
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt1-12/+33
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt1-0/+7