aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-26Merge tag 'xilinx-for-v2021.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/26Jul2021Tom Rini31-151/+950
2021-07-26arm64: zynqmp: Move USB3 PHY properties from DWC3 node to USB nodeManish Narani13-30/+30
2021-07-26xilinx: Define kernel_comp_addr_r,kernel_comp_size env variablesRaju Kumar Pothuraju2-0/+4
2021-07-26arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZEMichal Simek1-2/+0
2021-07-26arm64: zynqmp: Enable reset and poweroff via sysreset frameworkMichal Simek1-0/+3
2021-07-26arm64: zynqmp: Do not define do_reset() if sysreset is enabledMichal Simek1-0/+2
2021-07-26psci: Do not define do_poweroff() if CONFIG_SYSRESET_CMD_POWEROFF is enabledMichal Simek1-1/+1
2021-07-26xilinx: versal: Enable Xilinx AXI MRMACAshok Reddy Soma1-0/+1
2021-07-26net: xilinx: axi_mrmac: Add MRMAC driverAshok Reddy Soma5-0/+778
2021-07-26net: ethtool: Add ethernet speed macros for higher speedsAshok Reddy Soma1-0/+8
2021-07-26clk: zynqmp: Add support for enabling clock on lpd_lsbusMichal Simek1-0/+1
2021-07-26arm64: dts: zynqmp: Enable USB2.0 for zc1751-xm016-dc2Piyush Mehta1-2/+0
2021-07-26xilinx: Return ENVL_NOWHERE instead of ENVL_UNKNOWNMike Looijmans2-6/+6
2021-07-26mmc: zynq_sdhci: Make variables/structure staticMichal Simek1-6/+10
2021-07-26mmc: zynq_sdhci: Fix kernel doc warningsMichal Simek1-12/+12
2021-07-26mmc: zynq_sdhci: Split set_tapdelay function to in and outAshok Reddy Soma3-40/+50
2021-07-26mmc: zynq_sdhci: Use Mask writes for Tap delaysAshok Reddy Soma1-27/+31
2021-07-26mmc: zynq_sdhci: Allow configuring zero Tap valuesAshok Reddy Soma1-12/+4
2021-07-26mmc: zynq_sdhci: Resolve uninitialized return valueAshok Reddy Soma1-12/+8
2021-07-26xilinx: zynqmp: increase CONFIG_SYS_SPL_MALLOC_SIZE to 16MBRicardo Salveti1-1/+1
2021-07-24Merge tag 'efi-2021-10-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/24Jul2021Tom Rini16-50/+1798
2021-07-24Merge branch '2021-07-24-arm-and-platform-updates'Tom Rini26-295/+245
2021-07-24serial: pl011: Enable DEBUG_UART_PL011 in SPLChen Baozi1-2/+6
2021-07-24reset: ast2600: Fix missing reference operatorChia-Wei Wang1-4/+4
2021-07-24MAINTAINERS: correct the path of UEFI docsAKASHI Takahiro1-1/+1
2021-07-24test/py: efi_capsule: align with efidebug syntax changesAKASHI Takahiro1-3/+3
2021-07-24efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro3-4/+2
2021-07-24efi_loader: capsule: remove authentication dataAKASHI Takahiro1-13/+57
2021-07-24efi_loader: capsule: remove unused guidAKASHI Takahiro1-3/+0
2021-07-24smbios: error handling for invalid addressesHeinrich Schuchardt4-12/+27
2021-07-24smbios: Fix calculating BIOS Release DatePali Rohár3-3/+23
2021-07-24doc: fix board/openpiton/riscv64.rstHeinrich Schuchardt1-10/+9
2021-07-24doc: remove qemu_capsule_update from indexHeinrich Schuchardt1-1/+0
2021-07-24doc: Bring in Makefile documentationSimon Glass2-0/+1676
2021-07-23serial: pl011: Resend the character if FIFO is full in debug uartChen Baozi1-1/+2
2021-07-23command: Fix SMC and HVC maximum number of argumentsSiew Chin Lim1-3/+3
2021-07-23armv8: Initialize CNTFRQ if at highest exception levelPeter Hoyes3-5/+32
2021-07-23serial: serial_msm: Delay initialization to let pins stabilizeStephan Gerhold1-0/+4
2021-07-23board: dragonboard410c: Fix fastbootStephan Gerhold2-2/+2
2021-07-23board: dragonboard410c: Fix PHYS_SDRAM_1_SIZEStephan Gerhold1-2/+2
2021-07-23board: dragonboard410c: Load U-Boot directly without LKStephan Gerhold14-262/+120
2021-07-23configs: synquacer: Ignore OsIndications on DeveloperBoxMasami Hiramatsu1-0/+1
2021-07-23configs: synquacer: Use RAW capsule image instead of FITMasami Hiramatsu1-1/+1
2021-07-23configs: synquacer: Enable UEFI secure bootMasami Hiramatsu1-0/+1
2021-07-23configs: synquacer: Drop Ext2/4 support by defaultMasami Hiramatsu1-2/+0
2021-07-23configs: synquacer: Remove mtdparts settings and update DFU settingMasami Hiramatsu2-3/+1
2021-07-23dts: synquacer: Add partition information to the spi-norMasami Hiramatsu1-0/+49
2021-07-23configs: synquacer: Make U-Boot binary position independentMasami Hiramatsu1-1/+2
2021-07-23board: synquacer: Initialize SCBM SMMU at board_init()Masami Hiramatsu2-7/+15
2021-07-23Merge branch '2021-07-23-reboot-mode-and-cryptfs-passwd-support'Tom Rini42-22/+1962