summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-13spi: zynqmp_gqspi: Fix issue of reading more than 32bits lengthAshok Reddy Soma
2022-09-13spi: zynqmp_gqspi: Add support for IO modeAshok Reddy Soma
2022-09-13arm64: versal: Define zynqmp_mmio_write() for versalMichal Simek
2022-09-13spi: zynqmp_gqspi: Add tap delays for VersalAshok Reddy Soma
2022-09-13spi: cadence-qspi: Use priv instead of plat across the driverAshok Reddy Soma
2022-09-13spi: cadence_qspi: Call read_setup for STIG_READAshok Reddy Soma
2022-09-13spi: cadence-qspi: Correct flash reset function nameAshok Reddy Soma
2022-09-13microblaze: add arch_print_bdinfo() implementationOvidiu Panait
2022-09-13cmd: bdinfo: introduce bdinfo_print_size() helperOvidiu Panait
2022-09-13cpu: microblaze: add error handling in microblaze_cpu_get_desc()Ovidiu Panait
2022-09-13microblaze: drop CONFIG_SYS_INIT_RAM_ADDR and CONFIG_SYS_INIT_RAM_SIZEOvidiu Panait
2022-09-13net: gem: Check rate before setting it upMichal Simek
2022-09-13xilinx: versal: Disable LMB for mini configurationsMichal Simek
2022-09-13arm64: xilinx: Move board_get_usable_ram_top() to common locationMichal Simek
2022-09-13ARM: zynq: Align bss and end of u-boot image to 64bitsMichal Simek
2022-09-13xilinx: Enable CMD_GREPENV/SETEXPR by defaultMichal Simek
2022-09-13xilinx: Add env redund offsetT Karthik Reddy
2022-09-13arm64: zynqmp: add ref_clk property for REFCLKPER calculationPiyush Mehta
2022-09-13arm64: zynqmp: Add missing tca6416 to zynqmp SCMichal Simek
2022-09-13arm: dts: Add xlnx prefix to GEM compatible stringHarini Katakam
2022-09-13arm64: zynqmp: Add mtd partition for secure OS storage areaAmit Kumar Mahapatra
2022-09-13xilinx: Define only mmc devnum not partitionMichal Simek
2022-09-13xilinx: zynq: Use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME for dfu_alt_infoMichal Simek
2022-09-13xilinx: Fix logic when dfu_alt_info is generatedMichal Simek
2022-09-13xilinx: zynq: Enable mkeficapsule tools compilationMichal Simek
2022-09-13xilinx: versal: Define CONFIG_CQSPI_REF_CLKAshok Reddy Soma
2022-09-13xilinx: versal: Enable power domain driverAshok Reddy Soma
2022-09-13firmware: zynqmp: Skip loading config object for VersalAshok Reddy Soma
2022-09-13arm: mvebu: Fix moving internal registersPali Rohár
2022-09-13arm: mvebu: Enable L2 cache also on Armada 38xPali Rohár
2022-09-13arm: mvebu: lowlevel.S: Use CR_M from asm/system.hPali Rohár
2022-09-13arm: mvebu: Guard non-AXP code by checking for AXPPali Rohár
2022-09-13arm: mvebu: Fix function enable_cachesPali Rohár
2022-09-13arm: mvebu: Mark constant data with const keywordPali Rohár
2022-09-13arm: mvebu: turris_omnia: Allow to use second serial portPali Rohár
2022-09-13tools: termios_linux.h: Fix compilation on non-glibc systemsPali Rohár
2022-09-13arm: mvebu: turris_mox: Add support for distroboot $fdt_addrPali Rohár
2022-09-13arm: mvebu: turris_{omnia, mox}: Reset bootdelay env for rescuePali Rohár
2022-09-13board: turris: Initialize serial# envPali Rohár
2022-09-13arm: mvebu: Espressobin: When emmc is not present disable it also in OF_LIVEPali Rohár
2022-09-13cmd: mvebu/bubt: Check for A38x/A37xx OTP secure bits and secure bootPali Rohár
2022-09-13cmd: mvebu/bubt: Check for A38x image data checksumPali Rohár
2022-09-13tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10msStefan Roese
2022-09-13arm: kirkwood: Add CONFIG_SUPPORT_PASSING_ATAGSTony Dinh
2022-09-12Makefile: Add a pcheck option to run tests in parallelSimon Glass
2022-09-12dtoc: Drop sys.exit() in test_fdtSimon Glass
2022-09-12test/py: Support --build when running tests in parallelSimon Glass
2022-09-12test/py: Move U-Boot building into a functionSimon Glass
2022-09-12test: Refactor arg parsing for the run scriptSimon Glass
2022-09-12test: Make test_gpio_read() independentSimon Glass