aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-13mtd: spi-nor: Use spi-mem dirmap APIChin-Ting Kuo
2022-09-13spi-mem: Add dirmap API from LinuxChin-Ting Kuo
2022-09-13arm: dts: aspeed: Update SPI flash node settingsChin-Ting Kuo
2022-09-13spi: aspeed: Support AST2400 platformChin-Ting Kuo
2022-09-13configs: aspeed: Enable SPI flash featuresChin-Ting Kuo
2022-09-13spi: aspeed: Add ASPEED SPI controller driverChin-Ting Kuo
2022-09-13pinctrl: aspeed: FWSPICS1 and SPI1CS1 pin supportChin-Ting Kuo
2022-09-13clk: aspeed: Get HCLK frequency supportChin-Ting Kuo
2022-09-13Merge tag 'xilinx-for-v2023.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2022-09-13Merge branch '2022-09-12-update-pytests-for-more-parellel-support' into nextTom Rini
2022-09-13xilinx: common: Add support for SOC detectionMichal Simek
2022-09-13xilinx: Fix mdio bus description for vck190-scMichal Simek
2022-09-13ARM: zynq: DT: List OCM memoryMichal Simek
2022-09-13ARM: zynq: Align qspi node name with Linux kernelMichal Simek
2022-09-13arm64: versal: Enable zynqmp_gqspi driverAshok Reddy Soma
2022-09-13spi: zynqmp_qspi: Code alignmentAshok Reddy Soma
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-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