summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021-08-30-fix-hash-algos-in-spl'WIP/30Aug2021Tom Rini2021-08-3019-167/+36
|\
| * image: Drop IMAGE_ENABLE_{MD5, CRC32} #definesAlexandru Gagniuc2021-08-301-20/+0
| * image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc2021-08-302-26/+21
| * common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc2021-08-3011-33/+6
| * lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc2021-08-306-14/+8
| * common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc2021-08-304-74/+1
|/
* Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/27Aug2021Tom Rini2021-08-2749-294/+1395
|\
| * xilinx: zynqmp: Enable stack relocation to DDRMichal Simek2021-08-261-0/+4
| * xilinx: zynqmp: Update descriptions for u-boot.itsMichal Simek2021-08-261-2/+2
| * xilinx: common: Enabling generic function for DT reselectionMichal Simek2021-08-262-6/+81
| * xilinx: zynqmp: Generate different u-boot.itb for MULTI_DTB_FITMichal Simek2021-08-261-0/+47
| * arm64: dts: Make sure that all DTBs are 64bit alignedMichal Simek2021-08-261-1/+1
| * Makefile: Align fit-dtb.blob and u-boot.itb by 64bitsMichal Simek2021-08-261-0/+3
| * xilinx: zynqmp: Check that DT is 64bit alignedMichal Simek2021-08-261-0/+3
| * xilinx: Add support for generic board detectionMichal Simek2021-08-261-0/+31
| * xilinx: common: Free allocated structureMichal Simek2021-08-261-5/+7
| * xilinx: common: Change board_info[] handlingMichal Simek2021-08-261-17/+6
| * xilinx: Use variable for passing board_nameMichal Simek2021-08-261-2/+4
| * xilinx: fru: Replace spaces with \0 in detected nameMichal Simek2021-08-261-1/+5
| * xilinx: zynqmp: Enable gpio-key/button driverMichal Simek2021-08-261-0/+2
| * arm64: zynqmp: Enable sha1sum commandMichal Simek2021-08-261-0/+1
| * watchdog: versal: Include header file needed for dev_ functionsAshok Reddy Soma2021-08-261-0/+1
| * xilinx: zynqmp: Add debug messages for boot modeMichal Simek2021-08-261-0/+3
| * cmd: boot: Update reset usage messageMichal Simek2021-08-261-1/+2
| * cmd: pwm: Remove additional pwm descriptionMichal Simek2021-08-261-3/+4
| * xilinx: Enable config to display cpuinfoT Karthik Reddy2021-08-262-2/+0
| * xilinx: common: Add function to print SoC infoT Karthik Reddy2021-08-261-0/+26
| * soc: xilinx: versal: Add soc_xilinx_versal driverT Karthik Reddy2021-08-268-0/+97
| * soc: xilinx: zynqmp: Add soc_xilinx_zynqmp driverT Karthik Reddy2021-08-268-0/+98
| * fdt_support: Add kernel-doc for fdt_fixup_memory_banks()Michal Simek2021-08-261-0/+18
| * xilinx: Disable ARCH_FIXUP_FDT_MEMORYMichal Simek2021-08-263-0/+3
| * ARM: zynq: Enable smcc and nor for zc770-xm012Michal Simek2021-08-261-0/+9
| * ARM: zynq: Wire single qspi on couple of boardsMichal Simek2021-08-264-0/+32
| * ARM: zynq: Replace 'io-standard' with 'power-source' propertySai Krishna Potthuri2021-08-262-20/+20
| * xilinx: Add jedec compatible string for QSPI (Zynq/ZynqMP)Raju Kumar Pothuraju2021-08-264-4/+4
| * arm64: zynqmp: Update comment style sm-k26Michal Simek2021-08-261-1/+1
| * arm64: zynqmp: Fix header alignment on kv260 boardsMichal Simek2021-08-262-8/+8
| * arm64: zynqmp: Fix node name for ds35/36 ledsMichal Simek2021-08-261-2/+2
| * xilinx: zynqmp: Initialize usb and scsi via prebootMichal Simek2021-08-261-0/+1
| * arm64: zynqmp: Disable WDT_CDNS driver by defaultMichal Simek2021-08-261-1/+0
| * mmc: zynq_sdhci: Use set_control_reg from sdhci.cAshok Reddy Soma2021-08-261-20/+1
| * mmc: zynq_sdhci: Wait till sd card detect state is stableT Karthik Reddy2021-08-261-0/+19
| * mmc: zynq_sdhci: Move setting tapdelay code to driverAshok Reddy Soma2021-08-264-152/+107
| * mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelaysAshok Reddy Soma2021-08-263-87/+159
| * zynqmp_firmware: Add zynqmp firmware related enumsT Karthik Reddy2021-08-061-0/+127
| * mmc: sdhci: Change prototype of set_delay to return errorsAshok Reddy Soma2021-08-062-3/+9
| * mmc: zynq_sdhci: Return errors from arasan_sdhci_set_tapdelayAshok Reddy Soma2021-08-061-5/+18
| * reset: zynqmp: Add reset controller for ZynqMP SoCMichal Simek2021-08-065-0/+242
| * xilinx: zynqmp: Enable CMD_RTC command with Zynqmp RTC driverMichal Simek2021-08-061-0/+2
| * rtc: zynqmp: Add support for ZynqMP RTCMichal Simek2021-08-064-0/+167