summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2024-10-31lib: efi_loader: Fix efi_dp_from_mem() callsMoritz Fischer
2024-10-31efi_loader: Make tcg2_uninit() staticIlias Apalodimas
2024-10-30efi_loader: Remove unused diskidIlias Apalodimas
2024-10-30efi_loader: Mark static functions in smbiosdumpIlias Apalodimas
2024-10-30efi_loader: Mark static function in dumpdtbIlias Apalodimas
2024-10-30efi_loader: Mark efi_bootmgr_release_uridp as staticIlias Apalodimas
2024-10-30efi_loader: Simplify efi_free_pages()Ilias Apalodimas
2024-10-30efi_loader: fix CONFIG_EFI_HTTP dependenciesHeinrich Schuchardt
2024-10-29lmb: Remove lmb_alloc_flags()Ilias Apalodimas
2024-10-18efi_loader: remove ERROR:, WARNING: prefixes in messagesHeinrich Schuchardt
2024-10-18efi_loader: add missing lf in error messageHeinrich Schuchardt
2024-10-18efi_loader: reduce noisiness if ESP is missingHeinrich Schuchardt
2024-10-18efi_loader: avoid #ifdef in efi_setup.cHeinrich Schuchardt
2024-10-15efi_memory: rename variable to highlight overlap with free memorySughosh Ganu
2024-10-15efi_memory: do not add RAM memory to the memory mapSughosh Ganu
2024-10-15efi_memory: do not add U-Boot memory to the memory mapSughosh Ganu
2024-10-15lmb: notify of any changes to the LMB memory mapSughosh Ganu
2024-10-15efi: memory: use the lmb API's for allocating and freeing memorySughosh Ganu
2024-10-09efi_loader: Show FirmwareVendor and FirmwareRevision in helloworldSimon Glass
2024-10-09efi_loader: Shorten the app rules furtherSimon Glass
2024-10-09efi_loader: Shorten the app rulesSimon Glass
2024-10-09efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILESimon Glass
2024-10-09efi_leader: delete rng-seed if having EFI RNG protocolHeinrich Schuchardt
2024-09-30Merge tag 'v2024.10-rc6' into nextTom Rini
2024-09-21efi_loader: fix some function descriptionsHeinrich Schuchardt
2024-09-19fwu: print a message if empty capsule checks failSughosh Ganu
2024-09-12efi_loader: Put back copyright messageSimon Glass
2024-09-12efi_loader: Use puts() in cout so that console recording worksSimon Glass
2024-09-12include: export uuid.hCaleb Connolly
2024-09-12efi: add a helper to generate dynamic UUIDsCaleb Connolly
2024-09-12Kconfig: clean up the efi configuration statusIlias Apalodimas
2024-09-12efi_loader: return the correct error in efi_bootmgr_release_uridp()Ilias Apalodimas
2024-09-12efi_loader: rename efi_bootmgr_image_return_notifyIlias Apalodimas
2024-09-12efi_loader: shorten efi_bootmgr_release_uridp_resource()Ilias Apalodimas
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-08-24efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architecturesHeinrich Schuchardt
2024-08-24efi_loader: fix memory freeing in efi_get_dp_from_boot()Ilias Apalodimas
2024-08-11efi_loader: correct description of efi_get_distro_fdt_nameHeinrich Schuchardt
2024-08-11efi_loader: use list_count_nodes() in efi_protocols_per_handle()Heinrich Schuchardt
2024-07-31efi_memory: get the efi_mem_list node directlySughosh Ganu
2024-07-31efi_memory: avoid possible null pointer dereferenceSughosh Ganu
2024-07-31efi_memory: use list_count_nodes() to count list entriesSughosh Ganu
2024-07-31efi_loader: correct check in efi_load_option_dp_join()Heinrich Schuchardt
2024-07-31efi_loader: add /dtbs search pathCaleb Connolly
2024-07-31efi_loader: require EFI boot manager for EBBR complianceHeinrich Schuchardt
2024-07-31efi_loader: adjust config options for capsule updatesIlias Apalodimas
2024-07-19efi_loader: Fix typo in EFI_RT_VOLATILE_STORE descriptionMichal Simek
2024-07-19efi_loader: find distro device-path for media devicesHeinrich Schuchardt
2024-07-15Merge patch series "api: Remove duplicate newlines"Tom Rini