summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2025-04-06efi_loader: stop network in EXIT_BOOT_SERVICESHeinrich Schuchardt
2025-03-26efi_loader: fix ipv4 device path node conversionVincent Stehlé
2025-03-24lmb: change the return code on lmb_alloc_addr()Ilias Apalodimas
2025-03-17efi_loader: Move .dynamic out of .text in EFISam Edwards
2025-02-28efi_loader: efi_net: let efi_net_set_dp properly update the device pathAdriano Cordova
2025-02-20efi_loader: make efi_add_memory_map_pg() staticHeinrich Schuchardt
2025-02-20lmb: move lmb_map_update_notify() to EFIHeinrich Schuchardt
2025-02-20efi_loader: remove comparisons to string literals from runtimeIlias Apalodimas
2025-02-20efi_loader: Fix potential deref-after-nullMaks Mishin
2025-01-28tcg2: decouple eventlog size from efiRaymond Mao
2025-01-26bootmeth_efi: Support PXE bootingSimon Glass
2025-01-26efi_loader: Pass in the required parameters from EFI bootmethSimon Glass
2025-01-26efi_loader: Move the fallback code from efi_run_image()Simon Glass
2025-01-26efi_loader: Add a version of efi_binary_run() with more parametersSimon Glass
2025-01-26efi_loader: Update efi_run_image() to accept image and device pathSimon Glass
2025-01-26efi_loader: reduce UEFI size if HAS_BOARD_SIZE_LIMIT=yHeinrich Schuchardt
2025-01-26efi_loader: use LOGC_EFI consistentlyHeinrich Schuchardt
2025-01-26efi_loader: correct logging StartImage()Heinrich Schuchardt
2025-01-22Merge patch series "upl: Prerequite patches for updated spec"Tom Rini
2025-01-22efi_loader: Avoid mapping the ACPI tables twiceSimon Glass
2025-01-20efi_loader: Depend on BLKTom Rini
2025-01-17efi_loader: Make efi_run_image() staticSimon Glass
2025-01-17efi_loader: Refactor device and image paths into a functionSimon Glass
2025-01-17efi_loader: use INCLUDE in EFI linker scriptsHeinrich Schuchardt
2025-01-05efi_loader: Expose efi_reinstall_protocol_interface in efi_loader.hAdriano Cordova
2025-01-05efi_loader: fix pe reloc pointer overrunAleksandar Gerasimovski
2025-01-05efi_loader: Don't warn if the TCG2 FinalEvents table is not installedIlias Apalodimas
2025-01-05efi_loader: avoid writing message in Exit() boot serviceHeinrich Schuchardt
2024-12-30lmb: Remove lmb_alloc_base_flags()Ilias Apalodimas
2024-12-30lmb: Remove lmb_alloc_addr_flags()Ilias Apalodimas
2024-12-09Merge tag 'v2025.01-rc4' into nextTom Rini
2024-12-05efi_loader: Check for a valid fw_name before auto generating GUIDsIlias Apalodimas
2024-12-04efi_loader: Fix Kconfig logic around OF_LIBFDTTom Rini
2024-12-04Merge tag 'efi-next-2024-12-04' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-12-04efi_loader: efi_net: add EFI_HTTP_PROTOCOLAdriano Cordova
2024-12-04efi_loader: efi_net: add EFI_IP4_CONFIG2_PROTOCOLAdriano Cordova
2024-12-04efi_loader: net: add support to send http requests and parse http headersAdriano Cordova
2024-12-04efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wgetAdriano Cordova
2024-12-04efi_loader: device_path: add support for HTTP device pathAdriano Cordova
2024-12-04efi_loader: efi_net: add efi_net_set_addr, efi_net_get_addrAdriano Cordova
2024-12-04efi_loader: add IPv4() to device path to text protocolHeinrich Schuchardt
2024-12-04efi_loader: device_path: add efi_dp_from_ipv4Adriano Cordova
2024-12-04net: wget: let wget_with_dns work with dns disabledAdriano Cordova
2024-12-02sandbox: efi_loader: Correct use of addresses as pointersSimon Glass
2024-11-30Revert "efi_memory: do not add U-Boot memory to the memory map"Ilias Apalodimas
2024-11-24Merge patch series "Fix device removal order for Apple dart iommu"Tom Rini
2024-11-24dm: Add dm_remove_devices_active() for ordered device removalJanne Grunau
2024-11-24lmb: Correctly unmap and free memory on errorsIlias Apalodimas
2024-11-23efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architecturesHeinrich Schuchardt
2024-11-23efi_loader: simplify efi_tcg2_hash_log_extend_event()Heinrich Schuchardt