summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2020-04-16Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass
2020-04-16efi_loader: set up secure bootAKASHI Takahiro
2020-04-16efi_loader: image_loader: support image authenticationAKASHI Takahiro
2020-04-16efi_loader: variable: add VendorKeys variableAKASHI Takahiro
2020-04-16efi_loader: variable: add secure boot state transitionAKASHI Takahiro
2020-04-16efi_loader: variable: support variable authenticationAKASHI Takahiro
2020-04-16efi_loader: add signature database parserAKASHI Takahiro
2020-04-16efi_loader: add signature verification functionsAKASHI Takahiro
2020-04-16efi_loader: add CONFIG_EFI_SECURE_BOOT config optionAKASHI Takahiro
2020-04-16efi_loader: function descriptions efi_watchdog.cHeinrich Schuchardt
2020-04-16efi_loader: add missing doc comments in efi_disk.cHeinrich Schuchardt
2020-04-16efi_loader: function descriptions efi_unicode_collation.cHeinrich Schuchardt
2020-04-16efi_loader: enable RNG if DM_RNG is enabledPeter Robinson
2020-03-22efi_loader: definition of GetNextVariableName()Heinrich Schuchardt
2020-03-22efi_loader: fix freestanding memmove()Heinrich Schuchardt
2020-03-22efi_loader: description efi_convert_pointer()Heinrich Schuchardt
2020-03-22efi_loader: simplify logical expression in efi_disk_add_dev()Heinrich Schuchardt
2020-03-22efi_loader: correct reported length in GetNextVariable()Heinrich Schuchardt
2020-03-22efi_loader: fix function descriptions in efi_disk.cHeinrich Schuchardt
2020-03-22efi_loader: description of efi_variable.cHeinrich Schuchardt
2020-03-17efi_loader: export a couple of protocol related functionsAKASHI Takahiro
2020-03-11efi_loader: unnecessary assignment in efi_queue_eventHeinrich Schuchardt
2020-03-11efi_loader: get_memory_map: return parameters whenever possibleAKASHI Takahiro
2020-02-28efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas
2020-02-26efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt
2020-02-19efi_loader: EFI_RNG_PROTOCOLHeinrich Schuchardt
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-01-15efi_loader: imply VIDEO_ANSIHeinrich Schuchardt
2020-01-15efi_loader: describe returning of controlHeinrich Schuchardt
2020-01-15efi_loader: document functions in efi_rng.cHeinrich Schuchardt
2020-01-07efi_rng_protocol: Install the efi_rng_protocol on the root nodeSughosh Ganu
2020-01-07efi: qemu: arm64: Add efi_rng_protocol implementation for the platformSughosh Ganu
2020-01-07efi_loader: Add guidcpy functionSughosh Ganu
2020-01-07efi_loader: __cyg_profile_func_enter/_exitHeinrich Schuchardt
2020-01-07efi_loader: clear screen should move cursor to homeHeinrich Schuchardt
2020-01-07efi_loader: git ignore helloworld_efi.SHeinrich Schuchardt
2020-01-07efi_loader: adjust file system infoHeinrich Schuchardt
2020-01-07efi_loader: imply USB_KEYBOARD_FN_KEYSHeinrich Schuchardt
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-11-23efi_loader: default EFI_LOADER=n on ARM11Heinrich Schuchardt
2019-11-19efi_loader: enable EFI_LOADER on arm1136 and arm1176Heinrich Schuchardt
2019-11-19efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARMHeinrich Schuchardt
2019-11-19efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt
2019-11-12efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt
2019-11-12efi_loader: call add_u_boot_and_runtime() on sandboxHeinrich Schuchardt