aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * efi_loader: Disable miniapps on sandboxAlexander Graf2018-07-251-1/+1
| * 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
| * efi_selftest: update .gitignoreHeinrich Schuchardt2018-07-251-1/+3
* | Merge git://git.denx.de/u-boot-dmTom Rini2018-07-262-6/+16
|\ \
| * | fdt_support: make FDT_FIXUP_PARTITIONS depend on CMD_MTDPARTSMasahiro Yamada2018-07-261-1/+1
| * | fdt: fix fdtdec_setup_memory_banksize()Jens Wiklander2018-07-261-5/+15
* | | initialize net_mode.if_typeAndrew Thomas2018-07-261-0/+1
* | | hashtable: Fix length calculation in hexport_rZubair Lutfullah Kakakhel2018-07-241-2/+2
| |/ |/|
* | doc: Replace DocBook with sphinx-based docsMario Six2018-07-231-456/+490
* | Merge git://git.denx.de/u-boot-x86Tom Rini2018-07-201-1/+27
|\ \ | |/ |/|
| * efi: app: Add a sysreset driverBin Meng2018-07-201-1/+27
* | hashtable: do not recreate whole hash table if vars are passed to himport_rQuentin Schulz2018-07-201-3/+10
|/
* lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu2018-07-191-1/+1
* lib: fdtdec: Update ram_base to store ram start adddressSiva Durga Prasad Paladugu2018-07-191-0/+1
* xilinx: zynq: Add support to secure imagesSiva Durga Prasad Paladugu2018-07-191-0/+51
* board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons2018-07-101-0/+4
* fdt: Add device tree memory bindingsMichael Pratt2018-07-091-0/+109
* 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: stub: Move the use_uart assignment immediately after exit_boot_services(...Bin Meng2018-06-241-3/+3
* efi.h: Do not use config optionsAlexander Graf2018-06-241-2/+2
* efi_loader: Fix GOP 32bpp exposureAlexander Graf2018-06-211-1/+1
* libavb: Update SPDX tag styleTom Rini2018-06-1936-73/+36
* rsa: Fix missing memory leak on error in fdt_add_bignum()Simon Glass2018-06-191-3/+10
* avb2.0: integrate avb 2.0 into the build systemIgor Opaniuk2018-06-183-0/+30
* avb2.0: add Android Verified Boot 2.0 libraryIgor Opaniuk2018-06-1835-0/+6698
* efi: stub: Pass EFI GOP information to U-Boot payloadBin Meng2018-06-171-0/+15
* x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov2018-06-172-2/+4
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-06-142-0/+18
|\
| * 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
* | Merge git://git.denx.de/u-boot-x86Tom Rini2018-06-132-5/+9
|\ \ | |/ |/|
| * x86: efi: payload: Minor clean up on error message outputBin Meng2018-06-131-3/+5
| * x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng2018-06-131-2/+4
* | lib: Add hexdumpAlexey Brodkin2018-06-134-14/+255
|/
* SPDX: Fixup tags from latest EFI PRTom Rini2018-06-031-2/+1
* 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_selftest: check for buffer overflow in efi_get_variableIvan Gorinov2018-06-031-1/+17
* efi_selftest: imply FAT, FAT_WRITEHeinrich Schuchardt2018-06-031-0/+2
* 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_selftest: test unaligned memory accessHeinrich Schuchardt2018-06-032-0/+71
* efi_selftest: test ReinstallProtocolInterfaceHeinrich Schuchardt2018-06-031-3/+32