1. 5150e90 spi: aspeed: Support AST2400 platform by Chin-Ting Kuo · 2 years, 1 month ago
  2. 456f716 configs: aspeed: Enable SPI flash features by Chin-Ting Kuo · 2 years, 1 month ago
  3. 4daa6bb spi: aspeed: Add ASPEED SPI controller driver by Chin-Ting Kuo · 2 years, 1 month ago
  4. cf2051a pinctrl: aspeed: FWSPICS1 and SPI1CS1 pin support by Chin-Ting Kuo · 2 years, 1 month ago
  5. a7e8220 clk: aspeed: Get HCLK frequency support by Chin-Ting Kuo · 2 years, 1 month ago
  6. b3d9c0b Merge tag 'xilinx-for-v2023.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years ago
  7. aa2ef9f Merge branch '2022-09-12-update-pytests-for-more-parellel-support' into next by Tom Rini · 2 years ago
  8. 39d3c3c xilinx: common: Add support for SOC detection by Michal Simek · 2 years, 1 month ago
  9. 4e16826 xilinx: Fix mdio bus description for vck190-sc by Michal Simek · 2 years, 1 month ago
  10. 5c34196 ARM: zynq: DT: List OCM memory by Michal Simek · 2 years, 1 month ago
  11. 41634fd ARM: zynq: Align qspi node name with Linux kernel by Michal Simek · 2 years, 1 month ago
  12. cac07a4 arm64: versal: Enable zynqmp_gqspi driver by Ashok Reddy Soma · 2 years, 1 month ago
  13. afe0386 spi: zynqmp_qspi: Code alignment by Ashok Reddy Soma · 2 years, 1 month ago
  14. a3d4bfb spi: zynqmp_gqspi: Fix issue of reading more than 32bits length by Ashok Reddy Soma · 2 years, 1 month ago
  15. d91b0f4 spi: zynqmp_gqspi: Add support for IO mode by Ashok Reddy Soma · 2 years, 1 month ago
  16. 9e89e30 arm64: versal: Define zynqmp_mmio_write() for versal by Michal Simek · 2 years, 1 month ago
  17. f4f1b65 spi: zynqmp_gqspi: Add tap delays for Versal by Ashok Reddy Soma · 2 years, 1 month ago
  18. f7d4cab spi: cadence-qspi: Use priv instead of plat across the driver by Ashok Reddy Soma · 2 years, 1 month ago
  19. d0003b5 spi: cadence_qspi: Call read_setup for STIG_READ by Ashok Reddy Soma · 2 years, 1 month ago
  20. 68852f3 spi: cadence-qspi: Correct flash reset function name by Ashok Reddy Soma · 2 years, 1 month ago
  21. f459986 microblaze: add arch_print_bdinfo() implementation by Ovidiu Panait · 2 years, 1 month ago
  22. ae90d16 cmd: bdinfo: introduce bdinfo_print_size() helper by Ovidiu Panait · 2 years, 1 month ago
  23. 3f351cd cpu: microblaze: add error handling in microblaze_cpu_get_desc() by Ovidiu Panait · 2 years, 1 month ago
  24. 3a6948c microblaze: drop CONFIG_SYS_INIT_RAM_ADDR and CONFIG_SYS_INIT_RAM_SIZE by Ovidiu Panait · 2 years, 1 month ago
  25. bae7d37 net: gem: Check rate before setting it up by Michal Simek · 2 years, 1 month ago
  26. aaf0793 xilinx: versal: Disable LMB for mini configurations by Michal Simek · 2 years, 1 month ago
  27. a32c3e9 arm64: xilinx: Move board_get_usable_ram_top() to common location by Michal Simek · 2 years, 1 month ago
  28. be3a73c ARM: zynq: Align bss and end of u-boot image to 64bits by Michal Simek · 2 years, 1 month ago
  29. a27278f xilinx: Enable CMD_GREPENV/SETEXPR by default by Michal Simek · 2 years, 1 month ago
  30. ce88086 xilinx: Add env redund offset by T Karthik Reddy · 2 years, 1 month ago
  31. 1bff67e arm64: zynqmp: add ref_clk property for REFCLKPER calculation by Piyush Mehta · 2 years, 1 month ago
  32. fd9c9f2 arm64: zynqmp: Add missing tca6416 to zynqmp SC by Michal Simek · 2 years, 1 month ago
  33. ddcc161 arm: dts: Add xlnx prefix to GEM compatible string by Harini Katakam · 2 years, 1 month ago
  34. c863016 arm64: zynqmp: Add mtd partition for secure OS storage area by Amit Kumar Mahapatra · 2 years, 1 month ago
  35. 88eaca2 xilinx: Define only mmc devnum not partition by Michal Simek · 2 years, 2 months ago
  36. 93020aa xilinx: zynq: Use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME for dfu_alt_info by Michal Simek · 2 years, 2 months ago
  37. ce183fd xilinx: Fix logic when dfu_alt_info is generated by Michal Simek · 2 years, 2 months ago
  38. 79f0151 xilinx: zynq: Enable mkeficapsule tools compilation by Michal Simek · 2 years, 2 months ago
  39. 64c71d1 xilinx: versal: Define CONFIG_CQSPI_REF_CLK by Ashok Reddy Soma · 2 years, 2 months ago
  40. 4a72f80 xilinx: versal: Enable power domain driver by Ashok Reddy Soma · 2 years, 2 months ago
  41. ad8024e firmware: zynqmp: Skip loading config object for Versal by Ashok Reddy Soma · 2 years, 2 months ago
  42. d1962ac Makefile: Add a pcheck option to run tests in parallel by Simon Glass · 2 years, 2 months ago
  43. e1c0811 dtoc: Drop sys.exit() in test_fdt by Simon Glass · 2 years, 2 months ago
  44. 45a226a test/py: Support --build when running tests in parallel by Simon Glass · 2 years, 2 months ago
  45. 4866802 test/py: Move U-Boot building into a function by Simon Glass · 2 years, 2 months ago
  46. f6e6022 test: Refactor arg parsing for the run script by Simon Glass · 2 years, 2 months ago
  47. b681669 test: Make test_gpio_read() independent by Simon Glass · 2 years, 2 months ago
  48. d401187 test: Mark test_gpt tests as slow by Simon Glass · 2 years, 2 months ago
  49. c7c113d test: Mark all but the first vboot test as slow by Simon Glass · 2 years, 2 months ago
  50. a1f620e test: Make test_efi_bootmgr() single-threaded by Simon Glass · 2 years, 2 months ago
  51. e2c5113 test: Make test_sqfs_ls() single-threaded by Simon Glass · 2 years, 2 months ago
  52. c620ea4 test: Update FIT tests to run in parallel by Simon Glass · 2 years, 2 months ago
  53. 78ac0de test: Make test_bind_unbind_with_uclass() single-threaded by Simon Glass · 2 years, 2 months ago
  54. cc85d90 test/py: Allow tests to be marked single-threaded only by Simon Glass · 2 years, 2 months ago
  55. 44384c7 test: Fix bootm_test_subst_var() running independently by Simon Glass · 2 years, 2 months ago
  56. 2aa1188 test: Fix test_pinmux to run in parallel by Simon Glass · 2 years, 2 months ago
  57. 91687c4 xilinx: zynq: Disable LMB for mini configurations by Michal Simek · 2 years, 1 month ago
  58. d434921 xilinx: zynqmp: Disable LMB for mini u-boot by Ashok Reddy Soma · 2 years, 2 months ago
  59. 85007da cmd: bdinfo: Enable dumping lmb data when LMB is enabled by Michal Simek · 2 years, 1 month ago
  60. 2fb4b5a xilinx: zynqmp: Disable various configs for mini U-Boot by Ashok Reddy Soma · 2 years, 2 months ago
  61. 86cba52 xilinx: versal: Enable i2c mux uclass with pca954x driver by Michal Simek · 2 years, 2 months ago
  62. cf5c48d xilinx: zynqmp: Fix AES with a user provided key by Janne Ylalehto · 2 years, 1 month ago
  63. 7a0bc18 fpga: zynq: Remove post config info message for SPL by Stefan Herbrechtsmeier · 2 years, 2 months ago
  64. b7e0750 zynq: Convert arm twd timer to DM driver by Stefan Herbrechtsmeier · 2 years, 2 months ago
  65. 98b3a99 Merge branch '2022-09-02-assorted-improvements' into next by Tom Rini · 2 years, 1 month ago
  66. 21ddac1 dm: rtc: Try to handle the localtime() race by Simon Glass · 2 years, 2 months ago
  67. fc7ceae dm: rtc: Try to avoid a race in rtc_set_get test by Simon Glass · 2 years, 2 months ago
  68. c4d7247 dm: rtc: Avoid a race in the rtc_reset test by Simon Glass · 2 years, 2 months ago
  69. ea94d05 test: Allow running tests multiple times by Simon Glass · 2 years, 2 months ago
  70. e033c18 dm: rtc: Make use of ut_assertnonnull() by Simon Glass · 2 years, 2 months ago
  71. 1aa168c ci: Add a test for a non-LTO build by Simon Glass · 2 years, 2 months ago
  72. a55014d Makefile: Allow LTO to be disabled for a build by Simon Glass · 2 years, 2 months ago
  73. 583f1b2 arm: ARMv4 assembly compatibility by Sergei Antonov · 2 years, 1 month ago
  74. dc0d17c cmd: Add pause command by Samuel Dionne-Riel · 2 years, 1 month ago
  75. d882607 distro_bootcmd: Introduce support for extension command by Matwey V. Kornilov · 2 years, 2 months ago
  76. 2d70691 Merge branch '2022-09-01-assorted-Kconfig-migrations' into next by Tom Rini · 2 years, 1 month ago
  77. ab2a6e8 ARM: imx6: dh-imx6: Enable d-cache early in SPL by Marek Vasut · 2 years, 1 month ago
  78. b6664ea ARM: cache: Allow SPL to build cache-pl310.c by Philip Oberfichtner · 2 years, 1 month ago
  79. 1116888 Convert CONFIG_SYS_L2_PL310 to Kconfig by Philip Oberfichtner · 2 years, 1 month ago
  80. 12bbcd6 Remove CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS et al by Tom Rini · 2 years, 1 month ago
  81. adf13bc Convert CONFIG_SYS_I2C_EEPROM_CCID et al to Kconfig by Tom Rini · 2 years, 1 month ago
  82. f9316db Merge branch '2022-08-26-assorted-platform-updates' into next by Tom Rini · 2 years, 1 month ago
  83. 96e036a firmware: ti_sci: Move ACK checking to ti_sci_do_xfer() function by Andrew Davis · 2 years, 2 months ago
  84. f127a58 firmware: ti_sci: Remove inline keyword from functions by Andrew Davis · 2 years, 2 months ago
  85. 0d74f26 firmware: ti_sci: Factor out message alloc failed message by Andrew Davis · 2 years, 2 months ago
  86. 5917850 firmware: ti_sci: Reduce output on ti_sci_do_xfer error by Andrew Davis · 2 years, 2 months ago
  87. 0ddabb6 arm: dts: qcom: Sync pinctrl DT nodes with Linux bindings by Sumit Garg · 2 years, 2 months ago
  88. a4b9958 pinctrl: sdm845: Remove redundant CONFIG_SDM845 check by Sumit Garg · 2 years, 2 months ago
  89. 54e77ad qcs404evb_defconfig: Enable USB configs by Sumit Garg · 2 years, 2 months ago
  90. 106822d board: qcs404-evb: Enable USB3 specific PMIC GPIO by Sumit Garg · 2 years, 2 months ago
  91. 9c96a0c dts: qcs404-evb: Add PMIC GPIO controller node by Sumit Garg · 2 years, 2 months ago
  92. cf51584 gpio: qcom_pmic: Add support for GPIO LV/MV subtype by Sumit Garg · 2 years, 2 months ago
  93. e555d4c pmic: Convert pm8916 driver to a generic Qcom PMIC driver by Sumit Garg · 2 years, 2 months ago
  94. 0c1eab6 dts: qcs404-evb: Add USB controller and PHY nodes by Sumit Garg · 2 years, 2 months ago
  95. 968597b clocks: qcs404: Add support for USB clocks by Sumit Garg · 2 years, 2 months ago
  96. c9e384e clocks: qcom: Add clock enable callback support by Sumit Garg · 2 years, 2 months ago
  97. 21ed456 dts: qcs404-evb: Add reset controller node by Sumit Garg · 2 years, 2 months ago
  98. 9b6f90c reset: qcom: Add support for QCS404 SoC reset table by Sumit Garg · 2 years, 2 months ago
  99. 4258827 reset: Convert ipq4019 driver to a generic Qcom driver by Sumit Garg · 2 years, 2 months ago
  100. 0b746d2 phy: Add support for drivers to enable USB on QCS404 SoC by Sumit Garg · 2 years, 2 months ago