summaryrefslogtreecommitdiff
path: root/lib/efi_loader
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-07-308-113/+241
|\
| * efi_loader: complete implementation of GetTime()Heinrich Schuchardt2018-07-251-12/+41
| * efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt2018-07-251-5/+0
| * efi_loader: update crc32 in InstallConfigurationTableHeinrich Schuchardt2018-07-251-0/+3
| * efi_loader: correct signature of CalculateCrc32()Heinrich Schuchardt2018-07-251-4/+4
| * efi_loader: allocate configuration table arrayHeinrich Schuchardt2018-07-251-20/+19
| * efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt2018-07-251-4/+28
| * efi_loader: provide firmware revisionHeinrich Schuchardt2018-07-252-2/+6
| * efi_loader: correct headersize EFI tablesHeinrich Schuchardt2018-07-252-3/+3
| * efi_loader: specify UEFI spec revisionHeinrich Schuchardt2018-07-252-2/+4
| * efi_loader: clear screen has to reset cursor positionHeinrich Schuchardt2018-07-251-0/+2
| * efi_loader: EFI_SIMPLE_TEXT_INPUT_PROTOCOL.Reset()Heinrich Schuchardt2018-07-251-1/+6
| * efi_loader: set revision in loaded image protocolHeinrich Schuchardt2018-07-251-0/+1
| * efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt2018-07-252-1/+11
| * efi_loader: check parameters of GetMemoryMapHeinrich Schuchardt2018-07-251-10/+15
| * efi_loader: check parameters in memory allocationHeinrich Schuchardt2018-07-251-0/+6
| * efi_loader: check parameters of CreateEventHeinrich Schuchardt2018-07-251-3/+32
| * efi_loader: Expose U-Boot addresses in memory map for sandboxAlexander Graf2018-07-251-6/+7
| * efi: sandbox: Adjust memory usage for sandboxSimon Glass2018-07-251-3/+10
| * efi_loader: Use common elf.h reloc definesAlexander Graf2018-07-251-4/+3
| * efi_loader: Move to compiler based target architecture determinationAlexander Graf2018-07-251-6/+8
| * efi_loader: Introduce ms abi vararg helpersAlexander Graf2018-07-251-18/+18
| * efi_loader: efi_allocate_pages is too restrictiveHeinrich Schuchardt2018-07-251-1/+1
| * efi_loader: Allow SMBIOS tables in highmemAlexander Graf2018-07-251-2/+9
| * efi_loader: Use compiler constants for image loaderAlexander Graf2018-07-251-6/+6
| * Revert "efi_loader: no support for ARMV7_NONSEC=y"Mark Kettenis2018-07-251-2/+0
* | initialize net_mode.if_typeAndrew Thomas2018-07-261-0/+1
|/
* doc: Replace DocBook with sphinx-based docsMario Six2018-07-231-456/+490
* efi_loader: helloworld: Output ACPI configuration tableBin Meng2018-07-021-0/+4
* efi_loader: Install ACPI configuration tablesBin Meng2018-07-022-0/+43
* efi_loader: Increase number of configuration tables to 16Bin Meng2018-07-021-1/+1
* efi_loader: Fix GOP 32bpp exposureAlexander Graf2018-06-211-1/+1
* efi: Add a comment about duplicated ELF constantsSimon Glass2018-06-141-0/+4
* riscv: Add support for HI20 PE relocationsAlexander Graf2018-06-141-0/+14
* efi_loader: Fix warning in raw/cols queryAlexander Graf2018-06-031-1/+1
* efi_loader: create handles from normal memoryHeinrich Schuchardt2018-06-031-7/+6
* efi_loader: efi_mem_carve_out should return s64Heinrich Schuchardt2018-06-031-14/+18
* efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt2018-06-031-3/+5
* efi_loader: DocBook comments for boot servicesHeinrich Schuchardt2018-06-031-396/+436
* efi: Update some comments related to smbios tablesSimon Glass2018-06-031-1/+6
* efi_loader: implement ReinstallProtocolInterfaceHeinrich Schuchardt2018-06-031-23/+43
* efi_loader: check interface when uninstalling protocolHeinrich Schuchardt2018-06-031-0/+2
* efi_loader: fix off-by-one bug in efi_get_variableIvan Gorinov2018-06-031-24/+16
* efi_loader: avoid using unitialized values as console sizeHeinrich Schuchardt2018-06-031-2/+12
* efi_loader: adjust definitions of variable servicesHeinrich Schuchardt2018-06-033-22/+22
* efi_loader: always check parameters in efi_cout_query_mode()Heinrich Schuchardt2018-06-031-42/+48
* efi_loader: updating the cursor positionHeinrich Schuchardt2018-06-031-8/+19
* efi_loader: remove unnecessary includeHeinrich Schuchardt2018-06-034-4/+0
* efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSIHeinrich Schuchardt2018-06-031-0/+1
* efi_loader: correctly apply relocations from the .reloc sectionIvan Gorinov2018-06-031-3/+11