summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'u-boot-amlogic-20210727' of https://source.denx.de/u-boot/custodia...Tom Rini2021-07-2712-7/+113
|\
| * configs: Enable SMBIOS for Khadas VIM boardsArtem Lapkin2021-07-274-0/+8
| * ARM: dts: meson: Use devicetree for SMBIOS settings for Khadas VIM boardsArtem Lapkin2021-07-274-0/+90
| * phy: meson-axg-mipi: Access parent ofnode through dev_ofnode()Alper Nebi Yasak2021-07-271-1/+1
| * phy: meson-axg-mipi: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak2021-07-272-2/+2
| * board: amlogic: vim3: fix phy-names property setupArtem Lapkin2021-07-271-2/+2
| * VIM3: mmc_get_env_dev correct non emmc boot sourcesArtem Lapkin2021-07-271-2/+8
| * meson64: add kernel compression varsArtem Lapkin2021-07-271-0/+2
* | Merge tag 'u-boot-stm32-20210727' of https://source.denx.de/u-boot/custodians...Tom Rini2021-07-2714-9/+310
|\ \
| * | ARM: dts: stm32mp: Add OP-TEE reserved memory to SPL dtbAlexandru Gagniuc2021-07-271-0/+3
| * | stm32mp1: spl: Configure TrustZone controller for OP-TEEAlexandru Gagniuc2021-07-271-0/+92
| * | arm: stm32mp: Implement support for TZC 400 controllerAlexandru Gagniuc2021-07-273-0/+170
| * | spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc2021-07-272-0/+19
| * | spl: mmc: Support OP-TEE payloads in Falcon modeAlexandru Gagniuc2021-07-271-2/+2
| * | ARM: dts: stm32: Fix AV96 eMMC pinmuxMarek Vasut2021-07-272-2/+2
| * | clk: stm32mp1: add support of missing SPI clocksPatrick Delaunay2021-07-271-0/+13
| * | stm32mp1: add pull-up for gpio button PA13 and PA14Patrick Delaunay2021-07-273-4/+6
| * | arm: stm32mp1: force boot_device variable for invalid TAMP register valuePatrick Delaunay2021-07-271-1/+3
| |/
* | configs: Resync with savedefconfigTom Rini2021-07-26632-1222/+205
|/
* Prepare v2021.10-rc1v2021.10-rc1Tom Rini2021-07-261-2/+2
* Merge tag 'xilinx-for-v2021.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2021-07-2631-151/+950
|\
| * arm64: zynqmp: Move USB3 PHY properties from DWC3 node to USB nodeManish Narani2021-07-2613-30/+30
| * xilinx: Define kernel_comp_addr_r,kernel_comp_size env variablesRaju Kumar Pothuraju2021-07-262-0/+4
| * arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZEMichal Simek2021-07-261-2/+0
| * arm64: zynqmp: Enable reset and poweroff via sysreset frameworkMichal Simek2021-07-261-0/+3
| * arm64: zynqmp: Do not define do_reset() if sysreset is enabledMichal Simek2021-07-261-0/+2
| * psci: Do not define do_poweroff() if CONFIG_SYSRESET_CMD_POWEROFF is enabledMichal Simek2021-07-261-1/+1
| * xilinx: versal: Enable Xilinx AXI MRMACAshok Reddy Soma2021-07-261-0/+1
| * net: xilinx: axi_mrmac: Add MRMAC driverAshok Reddy Soma2021-07-265-0/+778
| * net: ethtool: Add ethernet speed macros for higher speedsAshok Reddy Soma2021-07-261-0/+8
| * clk: zynqmp: Add support for enabling clock on lpd_lsbusMichal Simek2021-07-261-0/+1
| * 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