summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | efi_loader: Rename sections to allow for implicit dataAlexander Graf2018-07-2516-100/+162
| * | efi: Drop error return in efi_carve_out_dt_rsv()Simon Glass2018-07-251-10/+14
| * | efi: Tidy up device-tree-size calculation in copy_fdt()Simon Glass2018-07-251-2/+6
| * | efi_selftest: Clean up a few comments and messagesSimon Glass2018-07-251-8/+6
| * | vsprintf: Handle NULL with %pUSimon Glass2018-07-251-1/+4
| * | 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
| * | elf: Move x86 reloc defines to common elf.hAlexander Graf2018-07-254-47/+35
| * | efi_loader: Move to compiler based target architecture determinationAlexander Graf2018-07-251-6/+8
| * | efi_loader: Introduce ms abi vararg helpersAlexander Graf2018-07-252-18/+26
| * | 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 map_sysmem() in bootefi commandAlexander Graf2018-07-251-5/+8
| * | 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-252-4/+0
| * | ARM: HYP/non-sec: enable ARMV7_LPAE if HYP mode is supportedMark Kettenis2018-07-251-1/+1
| * | efi_loader: ARM: don't attempt to enter non-secure mode twiceMark Kettenis2018-07-251-1/+5
| * | efi_loader: ARM: run EFI payloads non-secureMark Kettenis2018-07-251-0/+33
| * | ARM: HYP/non-sec: migrate stackMark Kettenis2018-07-251-0/+2
| * | efi_selftest: update .gitignoreHeinrich Schuchardt2018-07-251-1/+3
* | | tpmv2: Make it select CMD_LOGTom Rini2018-07-301-0/+1
* | | tools: genboardscfg: move buildman path to firstPeng Fan2018-07-301-1/+1
* | | Kconfig: Sort bool, default, select and imply optionsMichal Simek2018-07-3020-108/+109
* | | dm: Change CMD_DM enablingMichal Simek2018-07-3015-1/+113
* | | Kconfig: Sort bool, default, select and imply optionsMichal Simek2018-07-3014-334/+334
* | | Kconfig: Replace spaces with tabs and missing newlineMichal Simek2018-07-303-14/+15
* | | common: Log should depends on DM not be selected by DMMichal Simek2018-07-301-1/+1
* | | u-boot: remove driver lookup loop from env_save()Nicholas Faustini2018-07-302-19/+17
* | | Kconfig: Remove trailing whitespaces in promptMichal Simek2018-07-302-2/+2
* | | Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined"Ramon Fried2018-07-281-4/+0
* | | configs: omap3_logic: Remove USB Storage and enable CONFIG_BLKAdam Ford2018-07-281-2/+0
* | | drivers: rtc: correctly set week day for mc146818Heinrich Schuchardt2018-07-281-1/+2
* | | sandbox: compile both TPM stack versions and driversMiquel Raynal2018-07-281-0/+3
* | | tpm: make TPM_V2 be compiled by defaultMiquel Raynal2018-07-281-0/+1
* | | test/py: tpm2: switch from 'tpm' to 'tpm2' commandMiquel Raynal2018-07-281-20/+20
* | | tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal2018-07-288-19/+70
* | | tpm: remove stale symbol in KconfigMiquel Raynal2018-07-281-3/+0
* | | tpm: compile Sandbox driver by defaultMiquel Raynal2018-07-281-0/+2
* | | tpm: fix typo in kernel docMiquel Raynal2018-07-281-1/+1
* | | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-07-2754-182/+334
|\ \ \
| * | | drivers/ddr/fsl: fix '__hwconfig without a buffer' messagesJeremy Gebben2018-07-261-8/+6
| * | | armv8: ls1046ardb: Add falcon mode for for QSPI bootYork Sun2018-07-267-6/+136
| * | | armv8: layerscape: spl: Initialize QSPI AHB for QSPI bootYork Sun2018-07-262-0/+7
| * | | spl: Add option SPL_PAYLOADYork Sun2018-07-262-2/+12
| * | | powerpc: mpc85xx: Drop u-boot-with-spl.bin on selected boardsYork Sun2018-07-268-8/+0
| * | | armv8: layerscape: Drop u-boot-with-spl.bin for selected boardsYork Sun2018-07-264-6/+0
| * | | armv8: ls1046ardb: Enable IFC for SPL buildYork Sun2018-07-261-1/+3
| * | | arm64: ls1012a: enable DM support for sataYuantian Tang2018-07-264-4/+23