summaryrefslogtreecommitdiff
path: root/lib/efi_loader
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/16Apr2020Tom Rini2020-04-1610-135/+2227
|\
| * efi_loader: set up secure bootAKASHI Takahiro2020-04-161-0/+38
| * efi_loader: image_loader: support image authenticationAKASHI Takahiro2020-04-162-15/+457
| * efi_loader: variable: add VendorKeys variableAKASHI Takahiro2020-04-161-6/+63
| * efi_loader: variable: add secure boot state transitionAKASHI Takahiro2020-04-161-3/+228
| * efi_loader: variable: support variable authenticationAKASHI Takahiro2020-04-161-104/+562
| * efi_loader: add signature database parserAKASHI Takahiro2020-04-161-0/+226
| * efi_loader: add signature verification functionsAKASHI Takahiro2020-04-162-0/+579
| * efi_loader: add CONFIG_EFI_SECURE_BOOT config optionAKASHI Takahiro2020-04-161-0/+18
| * efi_loader: function descriptions efi_watchdog.cHeinrich Schuchardt2020-04-161-7/+11
| * efi_loader: add missing doc comments in efi_disk.cHeinrich Schuchardt2020-04-161-3/+49
| * efi_loader: function descriptions efi_unicode_collation.cHeinrich Schuchardt2020-04-161-4/+2
| * efi_loader: enable RNG if DM_RNG is enabledPeter Robinson2020-04-161-0/+1
* | x86: Move acpi_table header to main include/ directorySimon Glass2020-04-161-1/+1
|/
* efi_loader: definition of GetNextVariableName()Heinrich Schuchardt2020-03-221-2/+2
* efi_loader: fix freestanding memmove()Heinrich Schuchardt2020-03-221-1/+1
* efi_loader: description efi_convert_pointer()Heinrich Schuchardt2020-03-221-2/+2
* efi_loader: simplify logical expression in efi_disk_add_dev()Heinrich Schuchardt2020-03-221-1/+1
* efi_loader: correct reported length in GetNextVariable()Heinrich Schuchardt2020-03-221-5/+6
* efi_loader: fix function descriptions in efi_disk.cHeinrich Schuchardt2020-03-221-22/+30
* efi_loader: description of efi_variable.cHeinrich Schuchardt2020-03-221-2/+2
* efi_loader: export a couple of protocol related functionsAKASHI Takahiro2020-03-171-8/+8
* efi_loader: unnecessary assignment in efi_queue_eventHeinrich Schuchardt2020-03-111-1/+1
* efi_loader: get_memory_map: return parameters whenever possibleAKASHI Takahiro2020-03-111-6/+6
* efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas2020-02-284-0/+219
* efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt2020-02-262-12/+32
* efi_loader: EFI_RNG_PROTOCOLHeinrich Schuchardt2020-02-191-2/+2
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-052-0/+2
* efi_loader: imply VIDEO_ANSIHeinrich Schuchardt2020-01-151-0/+1
* efi_loader: describe returning of controlHeinrich Schuchardt2020-01-151-4/+4
* efi_loader: document functions in efi_rng.cHeinrich Schuchardt2020-01-151-0/+35
* efi_rng_protocol: Install the efi_rng_protocol on the root nodeSughosh Ganu2020-01-072-0/+6
* efi: qemu: arm64: Add efi_rng_protocol implementation for the platformSughosh Ganu2020-01-073-0/+121
* efi_loader: Add guidcpy functionSughosh Ganu2020-01-071-2/+2
* efi_loader: __cyg_profile_func_enter/_exitHeinrich Schuchardt2020-01-071-0/+32
* efi_loader: clear screen should move cursor to homeHeinrich Schuchardt2020-01-071-1/+15
* efi_loader: git ignore helloworld_efi.SHeinrich Schuchardt2020-01-071-0/+1
* efi_loader: adjust file system infoHeinrich Schuchardt2020-01-071-2/+9
* efi_loader: imply USB_KEYBOARD_FN_KEYSHeinrich Schuchardt2020-01-071-0/+1
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-022-0/+2
* common: Move get_ticks() function out of common.hSimon Glass2019-12-022-0/+2
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-023-0/+3
* efi_loader: default EFI_LOADER=n on ARM11Heinrich Schuchardt2019-11-231-1/+1
* efi_loader: enable EFI_LOADER on arm1136 and arm1176Heinrich Schuchardt2019-11-191-2/+4
* efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARMHeinrich Schuchardt2019-11-191-1/+4
* efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt2019-11-191-16/+2
* efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt2019-11-121-0/+3
* efi_loader: call add_u_boot_and_runtime() on sandboxHeinrich Schuchardt2019-11-121-4/+5