aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2023-07-20efi_loader: support all uclasses in device pathHeinrich Schuchardt
2023-07-20efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIOHeinrich Schuchardt
2023-07-20efi_loader: make efi_remove_protocol() staticIlias Apalodimas
2023-07-20efi_loader: use efi_install_multiple_protocol_interfaces()Ilias Apalodimas
2023-07-20efi_loader: simplify efi_uninstall_protocol()Heinrich Schuchardt
2023-07-17Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2023-07-17efi: Use the installed ACPI tablesSimon Glass
2023-07-15efi_loader: fix the return codes of UninstallProtocolIlias Apalodimas
2023-07-15efi_loader: check the status of disconnected driversIlias Apalodimas
2023-07-15efi_loader: reconnect drivers on failureIlias Apalodimas
2023-07-15Load option with short device path for boot varsRaymond Mao
2023-07-15Fix incorrect return code of boot option updateRaymond Mao
2023-07-15Move bootorder and bootoption apis to libRaymond Mao
2023-07-11Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-07-09efi_loader: Increase default variable store size to 64KiBAlper Nebi Yasak
2023-07-09efi_loader: Avoid underflow when calculating remaining var store sizeAlper Nebi Yasak
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini
2023-06-16efi_loader: simplify efi_disk_removeIlias Apalodimas
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-06-08efi_loader: check lowest supported versionMasahisa Kojima
2023-06-08efi_loader: get lowest supported version from device treeMasahisa Kojima
2023-06-08efi_loader: versioning support in GetImageInfoMasahisa Kojima
2023-06-08efi_loader: store firmware version into FmpState variableMasahisa Kojima
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima
2023-06-02efi_loader: check return value of part_get_info()Heinrich Schuchardt
2023-05-31efi: Correct .efi rulesSimon Glass
2023-05-13efi_loader: fix efi_dp_from_file()Heinrich Schuchardt
2023-05-13efi_loader: simplify efi_dp_from_name()Heinrich Schuchardt
2023-05-13efi_loader: error code efi_dp_from_name()Heinrich Schuchardt
2023-05-13efi_loader: clean up efi_dp_from_fileHeinrich Schuchardt
2023-05-13efi_loader: duplicate code in efi_dp_from_nameHeinrich Schuchardt
2023-05-13efi_loader: avoid #ifdef in efi_dp_from_name()Heinrich Schuchardt
2023-05-13efi_loader: support booting semihosting fileHeinrich Schuchardt
2023-05-13efi_loader: print file path w/o boot deviceHeinrich Schuchardt
2023-04-21efi_loader: remove unused efi_capsule_authenticateHeinrich Schuchardt
2023-04-08efi: loader: Make efi_runtime_mmio staticBin Meng
2023-04-08efi: loader: Make efi_mem staticBin Meng
2023-04-08efi: loader: Make efi_event_queue and efi_register_notify_events staticBin Meng
2023-04-08efi_loader: avoid using HandleProtocol in initrddump.efiHeinrich Schuchardt
2023-04-08efi_loader: avoid using HandleProtocol in helloworld.efiHeinrich Schuchardt
2023-04-05efi_loader: device_path: support blkmap devicesTobias Waldekranz
2023-04-03Merge branch 'next'Tom Rini
2023-04-01efi_loader: remove duplicate assignmentHeinrich Schuchardt
2023-04-01efi_loader: correct shortening of device-pathsHeinrich Schuchardt
2023-03-25efi_loader: simplify efi_str_to_u16()Heinrich Schuchardt
2023-03-25efi_loader: move dp_alloc() to efi_alloc()Heinrich Schuchardt
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt