summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2025-04-08Merge branch 'next'Tom Rini
2025-04-06efi_loader: stop network in EXIT_BOOT_SERVICESHeinrich Schuchardt
2025-03-26blkmap: pass information on ISO image to the OSSughosh Ganu
2025-03-26efi_loader: remove memory occupied by a ramdisk from EFI memory mapIlias Apalodimas
2025-03-26efi_loader: allow for removal of memory from the EFI mapIlias Apalodimas
2025-03-26efi_loader: install device-tree on configuration table on every invocationSughosh Ganu
2025-03-26efi_loader: remove unused code from copy_fdt()Sughosh Ganu
2025-03-26efi_loader: fix ipv4 device path node conversionVincent Stehlé
2025-03-24Merge tag 'v2025.04-rc5' into nextTom Rini
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-03-10Merge tag 'u-boot-dfu-next-20250310' of https://source.denx.de/u-boot/custodi...Tom Rini
2025-03-10usb: gadget: Remove final remnants of CONFIG_USB_DEVICETom Rini
2025-03-10efi_loader: Clean up usage of structure jmp_buf_dataYao Zi
2025-03-10common: clean up setjmp.hHeinrich Schuchardt
2025-03-10efi_loader: efi_net: Add support for multiple efi_net_objAdriano Cordova
2025-03-10efi_loader: efi_net: Add dhcp cacheAdriano Cordova
2025-03-10efi_loader: efi_net: Add device path cacheAdriano Cordova
2025-03-10efi_loader: efi_device_path: Pass net udevice as argumentAdriano Cordova
2025-03-10efi_loader: efi_net: Add efi_net_do_start() to efi_net.cAdriano Cordova
2025-03-10efi_loader: efi_setup: Add efi_start_obj_list() to efi_setup.cAdriano Cordova
2025-03-10efi_loader: expose symbols to be used by the EFI network stackAdriano Cordova
2025-03-10efi_loader: efi_net: let efi_net_set_dp properly update the device pathAdriano Cordova
2025-03-07Merge patch series "This series adds support for file renaming to EFI_FILE_PR...Tom Rini
2025-03-07efi_loader: support file rename in SetInfo()Gabriel Dalimonte
2025-03-07efi_loader: move path out of file_handleGabriel Dalimonte
2025-03-07fs: fat: add renameGabriel Dalimonte
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