aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-13Merge tag 'xilinx-for-v2023.01-rc1' of https://source.denx.de/u-boot/custodia...WIP/13Sep2022-nextTom Rini49-517/+754
2022-09-13Merge branch '2022-09-12-update-pytests-for-more-parellel-support' into nextTom Rini18-63/+173
2022-09-13xilinx: common: Add support for SOC detectionMichal Simek1-0/+25
2022-09-13xilinx: Fix mdio bus description for vck190-scMichal Simek1-2/+6
2022-09-13ARM: zynq: DT: List OCM memoryMichal Simek2-13/+11
2022-09-13ARM: zynq: Align qspi node name with Linux kernelMichal Simek1-5/+5
2022-09-13arm64: versal: Enable zynqmp_gqspi driverAshok Reddy Soma1-0/+1
2022-09-13spi: zynqmp_qspi: Code alignmentAshok Reddy Soma1-12/+6
2022-09-13spi: zynqmp_gqspi: Fix issue of reading more than 32bits lengthAshok Reddy Soma1-23/+39
2022-09-13spi: zynqmp_gqspi: Add support for IO modeAshok Reddy Soma1-5/+76
2022-09-13arm64: versal: Define zynqmp_mmio_write() for versalMichal Simek1-0/+8
2022-09-13spi: zynqmp_gqspi: Add tap delays for VersalAshok Reddy Soma1-22/+38
2022-09-13spi: cadence-qspi: Use priv instead of plat across the driverAshok Reddy Soma4-204/+236
2022-09-13spi: cadence_qspi: Call read_setup for STIG_READAshok Reddy Soma1-1/+6
2022-09-13spi: cadence-qspi: Correct flash reset function nameAshok Reddy Soma1-2/+2
2022-09-13microblaze: add arch_print_bdinfo() implementationOvidiu Panait2-0/+25
2022-09-13cmd: bdinfo: introduce bdinfo_print_size() helperOvidiu Panait2-0/+20
2022-09-13cpu: microblaze: add error handling in microblaze_cpu_get_desc()Ovidiu Panait1-1/+3
2022-09-13microblaze: drop CONFIG_SYS_INIT_RAM_ADDR and CONFIG_SYS_INIT_RAM_SIZEOvidiu Panait1-6/+0
2022-09-13net: gem: Check rate before setting it upMichal Simek1-4/+7
2022-09-13xilinx: versal: Disable LMB for mini configurationsMichal Simek3-0/+3
2022-09-13arm64: xilinx: Move board_get_usable_ram_top() to common locationMichal Simek4-73/+29
2022-09-13ARM: zynq: Align bss and end of u-boot image to 64bitsMichal Simek1-2/+2
2022-09-13xilinx: Enable CMD_GREPENV/SETEXPR by defaultMichal Simek4-2/+4
2022-09-13xilinx: Add env redund offsetT Karthik Reddy4-0/+4
2022-09-13arm64: zynqmp: add ref_clk property for REFCLKPER calculationPiyush Mehta2-0/+10
2022-09-13arm64: zynqmp: Add missing tca6416 to zynqmp SCMichal Simek1-0/+12
2022-09-13arm: dts: Add xlnx prefix to GEM compatible stringHarini Katakam2-6/+6
2022-09-13arm64: zynqmp: Add mtd partition for secure OS storage areaAmit Kumar Mahapatra1-3/+7
2022-09-13xilinx: Define only mmc devnum not partitionMichal Simek2-3/+3
2022-09-13xilinx: zynq: Use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME for dfu_alt_infoMichal Simek1-2/+3
2022-09-13xilinx: Fix logic when dfu_alt_info is generatedMichal Simek2-4/+2
2022-09-13xilinx: zynq: Enable mkeficapsule tools compilationMichal Simek1-0/+1
2022-09-13xilinx: versal: Define CONFIG_CQSPI_REF_CLKAshok Reddy Soma1-0/+2
2022-09-13xilinx: versal: Enable power domain driverAshok Reddy Soma1-0/+2
2022-09-13firmware: zynqmp: Skip loading config object for VersalAshok Reddy Soma1-1/+4
2022-09-12Makefile: Add a pcheck option to run tests in parallelSimon Glass4-27/+64
2022-09-12dtoc: Drop sys.exit() in test_fdtSimon Glass1-1/+0
2022-09-12test/py: Support --build when running tests in parallelSimon Glass2-4/+27
2022-09-12test/py: Move U-Boot building into a functionSimon Glass1-24/+36
2022-09-12test: Refactor arg parsing for the run scriptSimon Glass1-4/+7
2022-09-12test: Make test_gpio_read() independentSimon Glass1-0/+1
2022-09-12test: Mark test_gpt tests as slowSimon Glass1-0/+3
2022-09-12test: Mark all but the first vboot test as slowSimon Glass1-1/+5
2022-09-12test: Make test_efi_bootmgr() single-threadedSimon Glass1-0/+1
2022-09-12test: Make test_sqfs_ls() single-threadedSimon Glass1-0/+1
2022-09-12test: Update FIT tests to run in parallelSimon Glass2-2/+7
2022-09-12test: Make test_bind_unbind_with_uclass() single-threadedSimon Glass1-0/+1
2022-09-12test/py: Allow tests to be marked single-threaded onlySimon Glass2-0/+18
2022-09-12test: Fix bootm_test_subst_var() running independentlySimon Glass1-1/+2