1. af326e3 doc: describe generation of SMBIOS table by Heinrich Schuchardt · 2 years, 9 months ago
  2. 71f076a Merge tag 'clk-2022.04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 2 years, 9 months ago
  3. 0cbbf40 scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.c by Philippe Reynes · 2 years, 9 months ago
  4. 8ef8203 cmd: clk: fix long help message by Patrick Delaunay · 2 years, 10 months ago
  5. fe23c80 cmd: clk: update result of do_clk_setfreq by Patrick Delaunay · 2 years, 10 months ago
  6. 27e14d4 cmd: clk: replace clk_lookup by uclass_get_device_by_name by Patrick Delaunay · 2 years, 10 months ago
  7. 5c6d32d cmd: clk: test the number of argument in setfreq command by Patrick Delaunay · 2 years, 10 months ago
  8. db9b1a1 clk: ccf: correct the test on the parent uclass in clk_enable/clk_disable by Patrick Delaunay · 2 years, 10 months ago
  9. e1c56f3 clk: Add clk_get_by_name_optional by Sean Anderson · 2 years, 10 months ago
  10. d7dddc4 clk: Add driver API to HTML docs by Sean Anderson · 3 years ago
  11. 308ac9e clk: Add client API to HTML docs by Sean Anderson · 3 years ago
  12. 0d69d06 clk: Inline clk_get_*_optional by Sean Anderson · 3 years ago
  13. d7e85d5 clk: Rename clk_get_optional_nodev by Sean Anderson · 3 years ago
  14. ffc0759 clk: cdce9xx: Convert .of_xlate to .request by Sean Anderson · 3 years ago
  15. 0afb933 clk: versaclock: Remove xlate function by Sean Anderson · 3 years ago
  16. cfc77ff clk: Remove no-op request and rfree callbacks by Sean Anderson · 3 years ago
  17. 35b3754 clk: Rename ICS8N3QV01 to CLK_ICS8N3QV01 by Sean Anderson · 3 years ago
  18. d1f48b5 clk: Alphabetize Kconfig by Sean Anderson · 3 years ago
  19. 5eafaa6 clk: Alphabetize Makefile by Sean Anderson · 3 years ago
  20. 03722cf Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 9 months ago
  21. dd8297d Merge tag 'dm-pull-22222' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 9 months ago
  22. 98e1060 configs: omap various: Remove OMAP_EHCI_PHY from defconfigs by Adam Ford · 2 years, 9 months ago
  23. 4b5f228 usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from Kconfig by Adam Ford · 2 years, 9 months ago
  24. d9f8064 usb: ehci-omap: Use PHY system to manage phy resets by Adam Ford · 2 years, 9 months ago
  25. cb9a356 usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAP by Adam Ford · 2 years, 9 months ago
  26. 35b82a8 phy: nop-phy: Fix enabling reset by Adam Ford · 2 years, 9 months ago
  27. 3ca17c4 usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probe by Adam Ford · 2 years, 9 months ago
  28. 7fc3cce usb: ehci-omap: Drop dead code by Adam Ford · 2 years, 9 months ago
  29. d010811 scripts: dtc: libfdt: fdt_ro.c: always define fdt_check_full by Philippe Reynes · 2 years, 10 months ago
  30. 3365fd3 phy: phy-uclass: check the parents for phys by Angus Ainslie · 2 years, 10 months ago
  31. 912339f binman: Allow different operations in FIT generator nodes by Simon Glass · 2 years, 10 months ago
  32. 9f1c6b9 binman: Tidy up the docs a little with fit by Simon Glass · 2 years, 10 months ago
  33. f4a32d2 binman: fit: Refactor to reduce function size by Simon Glass · 2 years, 10 months ago
  34. 6fba35c binman: Move entry-data collection into a Entry method by Simon Glass · 2 years, 10 months ago
  35. 167070a binman: Add a ELF test file with disjoint text sections by Simon Glass · 2 years, 10 months ago
  36. 948dd3a binman: Support a list of strings with the mkimage etype by Simon Glass · 2 years, 10 months ago
  37. e87009da binman: Add to the TODO by Simon Glass · 2 years, 10 months ago
  38. 5cdcea0 binman: Add support for TEE BL32 by Roger Quadros · 2 years, 9 months ago
  39. 571adc8 elf: Add a way to read segment information from an ELF file by Simon Glass · 2 years, 10 months ago
  40. 243c2c1 binman: Update docs to indicate mkimage is supported by Simon Glass · 2 years, 10 months ago
  41. 738a54d dtoc: Support reading a list of arguments by Simon Glass · 2 years, 10 months ago
  42. 0023861 dtoc: Allow deleting nodes and adding them in the same sync by Simon Glass · 2 years, 10 months ago
  43. b9b5cb3 dtoc: Support deleting a node by Simon Glass · 2 years, 10 months ago
  44. 452be42 dtoc: Support adding a string list to a device tree by Simon Glass · 2 years, 10 months ago
  45. 02b8700 spl: Allow disabling binman symbols in SPL by Simon Glass · 2 years, 10 months ago
  46. 9045faf spl: x86: Correct the binman symbols for SPL by Simon Glass · 2 years, 10 months ago
  47. 99f7942 moveconfig: Allow regex matches when finding combinations by Simon Glass · 2 years, 10 months ago
  48. e803755 moveconfig: Show the config name rather than the defconfig by Simon Glass · 2 years, 10 months ago
  49. 64af7c2 binman: Correct the error message for a bad hash algorithm by Simon Glass · 2 years, 10 months ago
  50. ac873ed binman: Update image positions of FIT subentries by Alper Nebi Yasak · 2 years, 10 months ago
  51. 1e4ffd8 binman: Skip processing "hash" subnodes of FIT subsections by Alper Nebi Yasak · 2 years, 10 months ago
  52. 31dc9cc Merge branch '2022-02-21-platform-updates' by Tom Rini · 2 years, 9 months ago
  53. 83f3f8b ti: i2c: fix probe_chip() return value by Nikita Yushchenko · 2 years, 9 months ago
  54. fdee97d crypto: aspeed: fix polling RSA status wrong issue by Neal Liu · 2 years, 9 months ago
  55. 3e97b1c arm: dts: k3-j7200: Fix up MAIN R5FSS cluster mode back to Split-mode by Suman Anna · 2 years, 10 months ago
  56. 3a8059e arm: omap3: Make some memory functions static and clean headers by Adam Ford · 2 years, 10 months ago
  57. a9bcef7 arm: omap3: Cleanup sys_info to fit OMAP3 booting with LTO by Adam Ford · 2 years, 10 months ago
  58. ac20ebd arm: dts: k3-j721e-r5-common-proc-board: tps659413: Correct the min/max voltages of VDD_CPU by Keerthy · 2 years, 10 months ago
  59. 622a058 iommu: Add M1 Pro/Max support to Apple DART driver by Janne Grunau · 2 years, 10 months ago
  60. e15bbac doc: board: apple: Update Apple M1 documentation by Mark Kettenis · 2 years, 9 months ago
  61. 4ed6697 arm: apple: Disable debug UART by Mark Kettenis · 2 years, 9 months ago
  62. 73c82c8 arm: apple: Add M1 Pro/Max support by Mark Kettenis · 2 years, 10 months ago
  63. 4a4ac0d Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 9 months ago
  64. f3f50ba arm64: zynqmp: Remove additional gpio header from dlc21 by Michal Simek · 2 years, 9 months ago
  65. e5710e3 arm64: zynqmp: Fix debug uart initialization by Michal Simek · 2 years, 9 months ago
  66. 7659fe4 ARM: zynq: Fix debug uart initialization by Michal Simek · 2 years, 9 months ago
  67. ba6fb83 arm64: zynqmp: Fix dependencies around ZYNQMP_PSU_INIT_ENABLED by Michal Simek · 2 years, 9 months ago
  68. d93fd55 arm64: zynqmp: Build psu_spl_init for SPL all the time by Michal Simek · 2 years, 9 months ago
  69. 1a50529 xilinx: Enable OF_BOARD for zynq and zynqmp boards by Michal Simek · 2 years, 9 months ago
  70. 6327716 Merge tag 'u-boot-imx-20220220' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 9 months ago
  71. f87338f ARM: imx: imx8mn-ddr4-evk: Add ethernet support by Marek Vasut · 2 years, 9 months ago
  72. 16cb4a3 kontron-pitx-imx8m: fix board_mmc_getcd() by Heiko Thiery · 2 years, 9 months ago
  73. cbe8563 kontron-sl-mx8mm: change environment address variables by Heiko Thiery · 2 years, 9 months ago
  74. cbe141b colibri-imx6ull: improve env badblock management by Francesco Dolcini · 2 years, 10 months ago
  75. f474b6d imx8m: Drop unused function env_get_offset by Michael Trimarchi · 3 years ago
  76. 0549b65 xea: defconfig: Update defconfig to support mtd partitions r/w by name by Lukasz Majewski · 2 years, 11 months ago
  77. 5dfb38a ARM: imx: imx8mn-ddr4-evk: Fix boot from SD card by Marek Vasut · 2 years, 9 months ago
  78. e489e73 board: gateworks: venice: config file cleanups by Tim Harvey · 2 years, 10 months ago
  79. 1a50e74 board: gateworks: venice: add imx8mn-gw7902 support by Tim Harvey · 2 years, 10 months ago
  80. 8be0ba3 mmc: fsl_esdhc_imx: correct the actual card clock by Haibo Chen · 2 years, 10 months ago
  81. 84516a7 mmc: fsl_esdhc_imx: remove redundant ARCH_MXC by Haibo Chen · 2 years, 10 months ago
  82. 728f192 arm: imx8m: add support for Advantech RSB-3720 by Ying-Chun Liu (PaulLiu) · 2 years, 10 months ago
  83. af63b97 configs/*imx8mn*: remove [SPL_]CLK_COMPOSITE_CCF by Heiko Thiery · 2 years, 10 months ago
  84. 4a756dc clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mn by Heiko Thiery · 2 years, 10 months ago
  85. f3c8620 imx8mm_beacon/imx8mn_beacon: Update build instructions by Adam Ford · 2 years, 10 months ago
  86. 97497fd mmc: fsl_esdhc_imx: Use esdhc_soc_data flags to set host caps by Adam Ford · 2 years, 11 months ago
  87. fa3d7fa arm: dts: imx8mq: add MNT Reform 2 by Patrick Wildt · 2 years, 11 months ago
  88. 1549d6b freescale: imx8mm_evk: Use IS_ENABLED instead of #ifdef by Tommaso Merciai · 2 years, 11 months ago
  89. 972085d Enable Fastboot(UUU) for O4-iMX6ULL-NANO boards by Oleh Kravchenko · 3 years ago
  90. 808c5d6 imx: spl: Fix typo BMODE_EMI -> BMODE_EIM by Harald Seiler · 3 years ago
  91. f08743f cmd: fuse: Add a command to read fuses to memory by Angus Ainslie · 3 years ago
  92. 5149bca cmd: fuse: add a fuse comparison function by Angus Ainslie · 3 years ago
  93. 427104d Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 9 months ago
  94. a4a1630 arm: mvebu: turris_omnia: Reset the board immediately on DDR training failure by Marek Behún · 2 years, 9 months ago
  95. 90555af arm: mvebu: spl: Add option to reset the board on DDR training failure by Marek Behún · 2 years, 9 months ago
  96. bc7bf64 tools: kwbimage: Add me as an author of kwbimage by Pali Rohár · 2 years, 9 months ago
  97. 74bf239 tools: kwbimage: Fix help how to extract DDR3 training code by Pali Rohár · 2 years, 9 months ago
  98. 94671fd tools: kwbimage: Add support for NAND_BLKSZ and NAND_BADBLK_LOCATION for v0 images by Pali Rohár · 2 years, 9 months ago
  99. 2dbaf40 tools: kwbimage: Do not show mkimage error message in dumpimage by Pali Rohár · 2 years, 9 months ago
  100. e581f19 tools: kwbimage: Add support for dumping extended and binary v0 headers by Pali Rohár · 2 years, 9 months ago