aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-03efi_selftest: test ReinstallProtocolInterfaceHeinrich Schuchardt1-3/+32
2018-06-03efi_loader: implement ReinstallProtocolInterfaceHeinrich Schuchardt1-23/+43
2018-06-03efi_loader: check interface when uninstalling protocolHeinrich Schuchardt1-0/+2
2018-06-03efi_selftest: correct efi_selftest_manageprotocolsHeinrich Schuchardt1-1/+1
2018-06-03efi_loader: fix off-by-one bug in efi_get_variableIvan Gorinov1-24/+16
2018-06-03efi_loader: avoid using unitialized values as console sizeHeinrich Schuchardt1-2/+12
2018-06-03efi_selftest: unit test for variable servicesHeinrich Schuchardt2-0/+181
2018-06-03efi_loader: adjust definitions of variable servicesHeinrich Schuchardt3-22/+22
2018-06-03efi_loader: always check parameters in efi_cout_query_mode()Heinrich Schuchardt1-42/+48
2018-06-03efi_selftest: updating the cursor positionHeinrich Schuchardt1-0/+78
2018-06-03efi_loader: updating the cursor positionHeinrich Schuchardt1-8/+19
2018-06-03efi_loader: remove unnecessary includeHeinrich Schuchardt4-4/+0
2018-06-03efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSIHeinrich Schuchardt1-0/+1
2018-06-03efi_loader: correctly apply relocations from the .reloc sectionIvan Gorinov1-3/+11
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-0/+273
2018-05-31scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring1-9/+9
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan3-0/+273
2018-05-29efi_loader: Enable RISC-V supportRick Chen2-4/+35
2018-05-29efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf2-8/+1