1. 664d536 mtd: rawnand: nand_spl_loaders: Fix cast type build warning by Roger Quadros · 2 years ago
  2. cd72a95 mtd: rawnand: omap_gpmc: Optimize NAND reads by Roger Quadros · 2 years ago
  3. 7e4a494 mtd: rawnand: omap_gpmc: Fix build warning on 64-bit platforms by Roger Quadros · 2 years ago
  4. 472229f mtd: rawnand: omap_gpmc: Enable build for K2/K3 platforms by Roger Quadros · 2 years ago
  5. c6bafda mtd: rawnand: omap_gpmc: Deprecate asm/arch/mem.h by Roger Quadros · 2 years ago
  6. 308bd74 cmd: nand: Extend nand info to print ecc information by Michael Trimarchi · 2 years, 1 month ago
  7. bc71afc Merge branch '2022-12-09-platform-updates' into next by Tom Rini · 1 year, 11 months ago
  8. 0415040 configs: enable OSPI related configs in AM62x by Dhruva Gole · 2 years ago
  9. 8994ac3 arm: dts: Add OSPI support for AM62-SK by Dhruva Gole · 2 years ago
  10. 8bd8a5d arm: dts: k3-am62x: sync dt with linux kernel by Dhruva Gole · 2 years ago
  11. 719bd65 configs: introduce configs for the am62a by Bryan Brattlof · 2 years ago
  12. d90c8bc board: ti: introduce the basic files needed to support the am62a by Bryan Brattlof · 2 years ago
  13. b6cbcd6 arm: mach-k3: am62a: introduce auto-generated SoC data by Bryan Brattlof · 2 years ago
  14. b511b37 arm: mach-k3: introduce basic files to support the am62a by Bryan Brattlof · 2 years ago
  15. e38025c soc: ti: k3-socinfo: add am62a SoC entry by Bryan Brattlof · 2 years ago
  16. f54febe ram: k3-ddrss: add am62a controller support by Bryan Brattlof · 2 years ago
  17. 6bdfa69 arm: dts: introduce am62a7 u-boot dtbs by Bryan Brattlof · 2 years ago
  18. 2538029 arm: dts: introduce am62a7 dtbs from linux kernel by Bryan Brattlof · 2 years ago
  19. ee31be4 ram: k3-ddrss: add auto-generated macros for am62a support by Bryan Brattlof · 2 years ago
  20. 640aecb rtc: Add fallbacks for dm functions by Sean Anderson · 1 year, 11 months ago
  21. 0db588c x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabled by Sean Anderson · 1 year, 11 months ago
  22. 544071a Nokia RX-51: Use ENTRY/ENDPROC for save_boot_params by Pali Rohár · 1 year, 11 months ago
  23. 0494ab3 Merge branch '2022-12-08-assorted-tooling-and-fs-fixes' into next by Tom Rini · 1 year, 11 months ago
  24. 8f17040 Merge tag 'u-boot-stm32-20221207' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 1 year, 11 months ago
  25. 573359d Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 1 year, 11 months ago
  26. bd0ed9a ata: ahci-pci: Replace magic constant by macro by Pali Rohár · 1 year, 11 months ago
  27. aeea67f fs/squashfs: use lldiv function for math by Kasper Revsbech · 1 year, 11 months ago
  28. 486aef0 u-boot-initial-env: rework make target by Max Krummenacher · 1 year, 11 months ago
  29. 55b0aff firmware: scmi: use protocol node name to bind the scmi regulator driver by Patrick Delaunay · 1 year, 11 months ago
  30. 28f924f tools: mkimage: add new image type "fdt_legacy" by Marc Kleine-Budde · 1 year, 11 months ago
  31. 72c3f5d tools: mkimage: don't print error message "Success" in case of failure by Marc Kleine-Budde · 1 year, 11 months ago
  32. 4b95e84 tools: fdtgrep: Fix handle leak by Mikhail Ilin · 1 year, 11 months ago
  33. 17f8a74 tools: mkimage: Fix nullptr at strchr() by Mikhail Ilin · 1 year, 11 months ago
  34. 04e6332 fs: ext4: Fix free(NULL) by Mikhail Ilin · 1 year, 11 months ago
  35. 2d1b2ac tool: ifwitool: Fix buffer overflow by Mikhail Ilin · 1 year, 11 months ago
  36. 1642329 tool: ifwitool: The function localtime() can return NULL. by Mikhail Ilin · 1 year, 11 months ago
  37. c059a22 tools: env: fw_env: Fix unused-result warning by Jaehoon Chung · 2 years ago
  38. 51a0e21 usb: gadget: rndis: Prevent InformationBufferOffset manipulation by Szymon Heidrich · 1 year, 11 months ago
  39. bcd4110 dfu: Make DFU virtual backend SPL friendly by Patrick Delaunay · 1 year, 11 months ago
  40. 14dc0ab usb: gadget: dfu: Fix check of transfer direction by Hugo SIMELIERE · 1 year, 11 months ago
  41. 9060919 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 1 year, 11 months ago
  42. 341ba8d Merge tag 'u-boot-at91-fixes-2023.01-b' of https://source.denx.de/u-boot/custodians/u-boot-at91 by Tom Rini · 1 year, 11 months ago
  43. 57b9900 riscv: use imply instead of select for SPL_SEPARATE_BSS by Zong Li · 1 year, 11 months ago
  44. ac14155 common/spl/Kconfig: add dependency on SPL_SEMIHOSTING for SPL payload by Kautuk Consul · 1 year, 11 months ago
  45. ae3527f arch/riscv: add semihosting support for RISC-V by Kautuk Consul · 1 year, 11 months ago
  46. 1c03ab9 lib: Add common semihosting library by Kautuk Consul · 1 year, 11 months ago
  47. 2b2e912 Merge branch '2022-12-07-Kconfig-migrations' into next by Tom Rini · 1 year, 11 months ago
  48. e524f3a net: Remove eth_legacy.c by Tom Rini · 1 year, 11 months ago
  49. 9e0bcf8 qe: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  50. 2098a3b usb: gadget: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  51. b8daa6e usb: eth: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  52. 0a9cbd4 usb: eth: smsc95xx: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  53. 82cdcd5 usb: eth: r8152: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  54. 05d654b usb: eth: msc7830: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  55. d9e81b0 usb: eth: asix88179: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  56. 3aa2003 usb: eth: asix: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  57. 8a9e346 net: keystone_net: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  58. f8dc288 net: cpsw: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  59. 8f5c7cc net: sunxi_emac: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  60. 61af2af net: smc911x: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  61. 85fdaea net: sh_eth: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  62. f1ee1e1 net: rtl8169: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  63. f6fa071 net: rtl8139: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  64. 36af92b net: phy: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  65. 32dc677 net: pcnet: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  66. fa9ea76 net: netconsole: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  67. c7f15a3 net: mvgbe: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  68. c00e946 net: mcfmii: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  69. 047a086 net: macb: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  70. cde5a84 net: ldpaa_eth: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  71. 3c7e652 net: fsl-mc: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  72. b669c54 net: fec_mxc: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  73. ecca448 net: ethoc: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  74. 4fb814f net: eepro100: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  75. 53fa409 net: e1000: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  76. 9f2d365 net: dm9000x: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  77. acb30cc net: designware: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  78. d55a003 net: dc2114x: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  79. cc2bf62 net: fm: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  80. 2f420f1 net: tsec: Remove non-DM_ETH support code by Tom Rini · 1 year, 11 months ago
  81. 8457d02 global: Remove extraneous DM_ETH imply/select by Tom Rini · 1 year, 11 months ago
  82. f630170 net: Remove extraneous dependencies by Tom Rini · 1 year, 11 months ago
  83. 8459276 chromebook_samus_tpl: Disable SPL networking by Tom Rini · 1 year, 11 months ago
  84. da752ac topic_miami*: Disable networking support more fully by Tom Rini · 1 year, 11 months ago
  85. 3c6ee7b pinecube: Disable networking support more fully by Tom Rini · 1 year, 11 months ago
  86. 66900cb LicheePi_Zero: Disable networking support more fully by Tom Rini · 1 year, 11 months ago
  87. ebef190 xenguest_arm64: Disable networking support more fully by Tom Rini · 1 year, 11 months ago
  88. f708283 ARM: stm32: Increment WDT by default on DHSOM by Marek Vasut · 1 year, 11 months ago
  89. 1ca617f ARM: stm32: Increment boot counter in SPL on DHSOM by Marek Vasut · 1 year, 11 months ago
  90. 0eca0b1 ARM: stm32: Enable assorted ST specific commands on DHSOM by Marek Vasut · 1 year, 11 months ago
  91. bf98da5 ARM: stm32: Add version variable to DHSOM by Marek Vasut · 2 years ago
  92. ac803d9 ARM: stm32: Add boot counter to DHSOM by Marek Vasut · 2 years ago
  93. 666b1a7 ARM: dts: stm32: Drop MMCI interrupt-names by Marek Vasut · 2 years ago
  94. 3068bb6 ARM: dts: stm32: add sdmmc cd-gpios for STM32MP135F-DK by Yann Gautier · 2 years ago
  95. a9aa2ae adc: stm32mp15: add support of generic channels binding by Olivier Moysan · 1 year, 11 months ago
  96. 1727d46 adc: stm32mp15: split channel init into several routines by Olivier Moysan · 1 year, 11 months ago
  97. 2c8d548 arm: dts: stm32mp13: add support of RCC driver by Gabriel Fernandez · 1 year, 11 months ago
  98. c8df960 clk: stm32mp13: introduce STM32MP13 RCC driver by Gabriel Fernandez · 1 year, 11 months ago
  99. 01c8b66 dt-bindings: stm32mp13: add clock & reset support for STM32MP13 by Gabriel Fernandez · 1 year, 11 months ago
  100. b071de9 Merge branch '2022-12-06-update-to-gcc-12-clang-14' into next by Tom Rini · 1 year, 11 months ago