summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * arm64: dts: zynqmp: Enable USB2.0 for zc1751-xm016-dc2Piyush Mehta2021-07-261-2/+0
| * xilinx: Return ENVL_NOWHERE instead of ENVL_UNKNOWNMike Looijmans2021-07-262-6/+6
| * mmc: zynq_sdhci: Make variables/structure staticMichal Simek2021-07-261-6/+10
| * mmc: zynq_sdhci: Fix kernel doc warningsMichal Simek2021-07-261-12/+12
| * mmc: zynq_sdhci: Split set_tapdelay function to in and outAshok Reddy Soma2021-07-263-40/+50
| * mmc: zynq_sdhci: Use Mask writes for Tap delaysAshok Reddy Soma2021-07-261-27/+31
| * mmc: zynq_sdhci: Allow configuring zero Tap valuesAshok Reddy Soma2021-07-261-12/+4
| * mmc: zynq_sdhci: Resolve uninitialized return valueAshok Reddy Soma2021-07-261-12/+8
| * xilinx: zynqmp: increase CONFIG_SYS_SPL_MALLOC_SIZE to 16MBRicardo Salveti2021-07-261-1/+1
|/
* Merge tag 'efi-2021-10-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2021-07-2416-50/+1798
|\
| * MAINTAINERS: correct the path of UEFI docsAKASHI Takahiro2021-07-241-1/+1
| * test/py: efi_capsule: align with efidebug syntax changesAKASHI Takahiro2021-07-241-3/+3
| * efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro2021-07-243-4/+2
| * efi_loader: capsule: remove authentication dataAKASHI Takahiro2021-07-241-13/+57
| * efi_loader: capsule: remove unused guidAKASHI Takahiro2021-07-241-3/+0
| * smbios: error handling for invalid addressesHeinrich Schuchardt2021-07-244-12/+27
| * smbios: Fix calculating BIOS Release DatePali Rohár2021-07-243-3/+23
| * doc: fix board/openpiton/riscv64.rstHeinrich Schuchardt2021-07-241-10/+9
| * doc: remove qemu_capsule_update from indexHeinrich Schuchardt2021-07-241-1/+0
| * doc: Bring in Makefile documentationSimon Glass2021-07-242-0/+1676
* | Merge branch '2021-07-24-arm-and-platform-updates'Tom Rini2021-07-2426-295/+245
|\ \ | |/ |/|
| * serial: pl011: Enable DEBUG_UART_PL011 in SPLChen Baozi2021-07-241-2/+6
| * reset: ast2600: Fix missing reference operatorChia-Wei Wang2021-07-241-4/+4
| * serial: pl011: Resend the character if FIFO is full in debug uartChen Baozi2021-07-231-1/+2
| * command: Fix SMC and HVC maximum number of argumentsSiew Chin Lim2021-07-231-3/+3
| * armv8: Initialize CNTFRQ if at highest exception levelPeter Hoyes2021-07-233-5/+32
| * serial: serial_msm: Delay initialization to let pins stabilizeStephan Gerhold2021-07-231-0/+4
| * board: dragonboard410c: Fix fastbootStephan Gerhold2021-07-232-2/+2
| * board: dragonboard410c: Fix PHYS_SDRAM_1_SIZEStephan Gerhold2021-07-231-2/+2
| * board: dragonboard410c: Load U-Boot directly without LKStephan Gerhold2021-07-2314-262/+120
| * configs: synquacer: Ignore OsIndications on DeveloperBoxMasami Hiramatsu2021-07-231-0/+1
| * configs: synquacer: Use RAW capsule image instead of FITMasami Hiramatsu2021-07-231-1/+1
| * configs: synquacer: Enable UEFI secure bootMasami Hiramatsu2021-07-231-0/+1
| * configs: synquacer: Drop Ext2/4 support by defaultMasami Hiramatsu2021-07-231-2/+0
| * configs: synquacer: Remove mtdparts settings and update DFU settingMasami Hiramatsu2021-07-232-3/+1
| * dts: synquacer: Add partition information to the spi-norMasami Hiramatsu2021-07-231-0/+49
| * configs: synquacer: Make U-Boot binary position independentMasami Hiramatsu2021-07-231-1/+2
| * board: synquacer: Initialize SCBM SMMU at board_init()Masami Hiramatsu2021-07-232-7/+15
|/
* Merge branch '2021-07-23-reboot-mode-and-cryptfs-passwd-support'Tom Rini2021-07-2342-22/+1962
|\
| * test: add first autoboot unit testsSteffen Jaeckel2021-07-2311-1/+166
| * common: add support to fallback to plain SHA256Steffen Jaeckel2021-07-232-1/+29
| * common: add AUTOBOOT_FLUSH_STDIN optionSteffen Jaeckel2021-07-232-0/+20
| * common: allow disabling of timeout for password entrySteffen Jaeckel2021-07-232-1/+19
| * common: Rename macro appropriatelySteffen Jaeckel2021-07-231-8/+8
| * common: integrate crypt-based passwordsSteffen Jaeckel2021-07-232-14/+105
| * lib: wrap crypt API to hide errno usageSteffen Jaeckel2021-07-238-38/+98
| * lib: add crypt subsystemSteffen Jaeckel2021-07-2314-0/+881
| * reboot-mode: read the boot mode from RTC memoryNandor Han2021-07-238-0/+215
| * reboot-mode: read the boot mode from GPIOs statusNandor Han2021-07-239-0/+243
| * reboot-mode: add support for reboot mode controlNandor Han2021-07-237-0/+219
|/