aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-07-25efi_loader: Expose U-Boot addresses in memory map for sandboxAlexander Graf1-6/+7
2018-07-25efi: sandbox: Adjust memory usage for sandboxSimon Glass1-3/+10
2018-07-25efi_loader: Use common elf.h reloc definesAlexander Graf1-4/+3
2018-07-25efi_loader: Move to compiler based target architecture determinationAlexander Graf1-6/+8
2018-07-25efi_loader: Introduce ms abi vararg helpersAlexander Graf1-18/+18
2018-07-25efi_loader: Disable miniapps on sandboxAlexander Graf1-1/+1
2018-07-25efi_loader: efi_allocate_pages is too restrictiveHeinrich Schuchardt1-1/+1
2018-07-25efi_loader: Allow SMBIOS tables in highmemAlexander Graf1-2/+9
2018-07-25efi_loader: Use compiler constants for image loaderAlexander Graf1-6/+6
2018-07-25Revert "efi_loader: no support for ARMV7_NONSEC=y"Mark Kettenis1-2/+0
2018-07-25efi_selftest: update .gitignoreHeinrich Schuchardt1-1/+3
2018-07-24hashtable: Fix length calculation in hexport_rZubair Lutfullah Kakakhel1-2/+2
2018-07-23doc: Replace DocBook with sphinx-based docsMario Six1-456/+490
2018-07-20Merge git://git.denx.de/u-boot-x86Tom Rini1-1/+27
2018-07-20hashtable: do not recreate whole hash table if vars are passed to himport_rQuentin Schulz1-3/+10
2018-07-20efi: app: Add a sysreset driverBin Meng1-1/+27
2018-07-19lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu1-1/+1
2018-07-19lib: fdtdec: Update ram_base to store ram start adddressSiva Durga Prasad Paladugu1-0/+1
2018-07-19xilinx: zynq: Add support to secure imagesSiva Durga Prasad Paladugu1-0/+51
2018-07-10board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons1-0/+4
2018-07-09fdt: Add device tree memory bindingsMichael Pratt1-0/+109
2018-07-02efi_loader: helloworld: Output ACPI configuration tableBin Meng1-0/+4
2018-07-02efi_loader: Install ACPI configuration tablesBin Meng2-0/+43
2018-07-02efi_loader: Increase number of configuration tables to 16Bin Meng1-1/+1
2018-06-24efi: stub: Move the use_uart assignment immediately after exit_boot_services(...Bin Meng1-3/+3
2018-06-24efi.h: Do not use config optionsAlexander Graf1-2/+2
2018-06-21efi_loader: Fix GOP 32bpp exposureAlexander Graf1-1/+1
2018-06-19libavb: Update SPDX tag styleTom Rini36-73/+36
2018-06-19rsa: Fix missing memory leak on error in fdt_add_bignum()Simon Glass1-3/+10
2018-06-18avb2.0: integrate avb 2.0 into the build systemIgor Opaniuk3-0/+30
2018-06-18avb2.0: add Android Verified Boot 2.0 libraryIgor Opaniuk35-0/+6698
2018-06-17efi: stub: Pass EFI GOP information to U-Boot payloadBin Meng1-0/+15
2018-06-17x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov2-2/+4
2018-06-14Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2-0/+18
2018-06-14efi: Add a comment about duplicated ELF constantsSimon Glass1-0/+4
2018-06-14riscv: Add support for HI20 PE relocationsAlexander Graf1-0/+14
2018-06-13Merge git://git.denx.de/u-boot-x86Tom Rini2-5/+9
2018-06-13lib: Add hexdumpAlexey Brodkin4-14/+255
2018-06-13x86: efi: payload: Minor clean up on error message outputBin Meng1-3/+5
2018-06-13x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng1-2/+4
2018-06-03SPDX: Fixup tags from latest EFI PRTom Rini1-2/+1
2018-06-03efi_loader: Fix warning in raw/cols queryAlexander Graf1-1/+1
2018-06-03efi_loader: create handles from normal memoryHeinrich Schuchardt1-7/+6
2018-06-03efi_loader: efi_mem_carve_out should return s64Heinrich Schuchardt1-14/+18
2018-06-03efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt1-3/+5
2018-06-03efi_selftest: check for buffer overflow in efi_get_variableIvan Gorinov1-1/+17
2018-06-03efi_selftest: imply FAT, FAT_WRITEHeinrich Schuchardt1-0/+2
2018-06-03efi_loader: DocBook comments for boot servicesHeinrich Schuchardt1-396/+436
2018-06-03efi: Update some comments related to smbios tablesSimon Glass1-1/+6
2018-06-03efi_selftest: test unaligned memory accessHeinrich Schuchardt2-0/+71