1. 540d022 dt-bindings: clk: add missing clk ids for microchip mpfs by Conor Dooley · 2 years, 1 month ago
  2. c4ee4fe Merge tag 'u-boot-imx-20221114' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years ago
  3. 0cbeed4 Merge branch '2022-11-10-symbol-migrations' by Tom Rini · 2 years ago
  4. 6cc0454 global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
  5. 5155207 global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
  6. d236210 Convert CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST to Kconfig by Tom Rini · 2 years, 1 month ago
  7. 8c778f7 Convert CONFIG_SYS_NONCACHED_MEMORY to Kconfig by Tom Rini · 2 years, 1 month ago
  8. 08574ed Convert CONFIG_SYS_MONITOR_LEN to Kconfig by Tom Rini · 2 years, 1 month ago
  9. 9ba938e Convert CONFIG_SYS_MMC_MAX_DEVICE to Kconfig by Tom Rini · 2 years, 1 month ago
  10. 75fc79e Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to Kconfig by Tom Rini · 2 years, 1 month ago
  11. a918df2 Convert CONFIG_SYS_MAX_NAND_DEVICE to Kconfig by Tom Rini · 2 years, 1 month ago
  12. e28e0f4 rtc: Remove unused drivers by Tom Rini · 2 years, 1 month ago
  13. 2c8d04d Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to Kconfig by Tom Rini · 2 years, 1 month ago
  14. b85d759 powerpc: Migrate SYS_L3_SIZE to Kconfig by Tom Rini · 2 years, 1 month ago
  15. 22a2283 powerpc: Migrate SYS_L2_SIZE to Kconfig by Tom Rini · 2 years, 1 month ago
  16. e020b97 Remove unused symbols CONFIG_SYS_JFFS2_FIRST_BANK et al by Tom Rini · 2 years, 1 month ago
  17. c56289d Convert CONFIG_SYS_INTERLAKEN et al to Kconfig by Tom Rini · 2 years, 1 month ago
  18. 14a5d3b Remove dead code by Tom Rini · 2 years, 1 month ago
  19. d3d0b5b Convert CONFIG_SYS_INIT_RAM_LOCK to Kconfig by Tom Rini · 2 years, 1 month ago
  20. 9244b2f Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig by Tom Rini · 2 years, 1 month ago
  21. 899f291 configs: imx8mn_beacon: Re-align memory to standard imx8mn settings by Adam Ford · 2 years, 1 month ago
  22. dbd5ca2 imx8mm: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  23. f067b59 imx8mn: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  24. 0b42fdc imx8mp: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  25. cb9b70f imx8mq: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  26. ed7bda5 imx8ulp: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  27. 62f9686 imxrt1050: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  28. 765f6f1 imx: imx8m{m,n,p}_venice: migrate to CONFIG_EXTRA_ENV_TEXT by Tim Harvey · 2 years ago
  29. e9e03e7 configs: imx8m{m, n}_venice: remove unneeded CONFIG_FEC_MXC_PHYADDR by Tim Harvey · 2 years ago
  30. 37fa34f configs: imx8mn_venice.h: remove unused ifdef by Tim Harvey · 2 years ago
  31. 9414097 configs: imx8mn_venice: fix include header protection by Tim Harvey · 2 years ago
  32. c8f3402 arm: imx8mp: Initial MSC SM2S iMX8MP support by Martyn Welch · 2 years, 1 month ago
  33. 9520181 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years ago
  34. 9bd1aa8 dm: sandbox: Create a new HOST uclass by Simon Glass · 2 years ago
  35. 41e7510 dm: blk: Tidy up obtaining a block device from its parent by Simon Glass · 2 years ago
  36. d1b4659 test: Add a way to detect a test that breaks another by Simon Glass · 2 years ago
  37. 5ea894a dm: test: Clear the block cache after running a test by Simon Glass · 2 years ago
  38. 6ca4d5b sandbox: Add missing comments for os_alarm() by Simon Glass · 2 years ago
  39. ff1f0e4 dm: sandbox: Drop non-BLK code from host implementation by Simon Glass · 2 years ago
  40. 6cc8b5d arm: mvebu: Add RD-AC5X board by Chris Packham · 2 years ago
  41. 87ac4b4 Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwb by Pali Rohár · 2 years ago
  42. 45fc699 Merge tag 'mips-pull-2022-11-03' of https://source.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 2 years ago
  43. a29491a MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig by Daniel Schwierzeck · 2 years, 4 months ago
  44. ea24b0e MIPS: mscc: remove unused CPU_CLOCK_RATE by Daniel Schwierzeck · 2 years, 4 months ago
  45. e9dcd5b MIPS: remove CONFIG_SYS_MHZ by Daniel Schwierzeck · 2 years, 4 months ago
  46. 44b7abf highbank: switch to use the Arm SP804 DM_TIMER driver by Andre Przywara · 2 years, 1 month ago
  47. 50128ae cyclic: get rid of cyclic_init() by Rasmus Villemoes · 2 years, 1 month ago
  48. 2896839 cyclic: switch to using hlist instead of list by Rasmus Villemoes · 2 years, 1 month ago
  49. 2399b62 list.h: synchronize hlist_for_each_entry* iterators with linux by Rasmus Villemoes · 2 years, 1 month ago
  50. 6b84b1d cyclic: drop redundant cyclic_ready flag by Rasmus Villemoes · 2 years, 1 month ago
  51. d7de5ef cyclic: use a flag in gd->flags for recursion protection by Rasmus Villemoes · 2 years, 1 month ago
  52. 8679405 FWU: Add support for the FWU Multi Bank Update feature by Sughosh Ganu · 2 years, 1 month ago
  53. 7e9814c FWU: Add boot time checks as highlighted by the FWU specification by Sughosh Ganu · 2 years, 1 month ago
  54. 467bad5 event: Add an event for main_loop by Sughosh Ganu · 2 years, 1 month ago
  55. 95b5a7d FWU: STM32MP1: Add support to read boot index from backup register by Sughosh Ganu · 2 years, 1 month ago
  56. 7d6e2c5 FWU: Add helper functions for accessing FWU metadata by Sughosh Ganu · 2 years, 1 month ago
  57. d70c4a0 stm32mp1: Add image information for capsule updates by Sughosh Ganu · 2 years, 1 month ago
  58. 554b38f FWU: Add FWU metadata access driver for GPT partitioned block devices by Sughosh Ganu · 2 years, 1 month ago
  59. 2eaedc9 FWU: Add FWU metadata structure and driver for accessing metadata by Sughosh Ganu · 2 years, 1 month ago
  60. 7f3470b vbe: Add a command to show the VBE state by Simon Glass · 2 years, 1 month ago
  61. d8b7c34 vbe: Record which phases loaded using VBE by Simon Glass · 2 years, 1 month ago
  62. d2b22ae vbe: Support reading the next SPL phase via VBE by Simon Glass · 2 years, 1 month ago
  63. 70b26e4 vbe: Support selecting operations by SPL phase by Simon Glass · 2 years, 1 month ago
  64. f1459c3 sandbox: Support obtaining the next phase from an image by Simon Glass · 2 years, 1 month ago
  65. bbe285c image: Allow loading a FIT image for a particular phase by Simon Glass · 2 years, 1 month ago
  66. 44ad35a image: Add the concept of a phase to FIT by Simon Glass · 2 years, 1 month ago
  67. 830690d sandbox: Generalise SPL booting by Simon Glass · 2 years, 1 month ago
  68. 494e66d image: Move comment for fit_conf_find_compat() by Simon Glass · 2 years, 1 month ago
  69. 2ff3db3 usb: Update the test to cover reading and writing by Simon Glass · 2 years, 1 month ago
  70. 606b926 dm: blk: Add udevice functions by Simon Glass · 2 years, 1 month ago
  71. 76c839f disk: Rename block functions by Simon Glass · 2 years, 1 month ago
  72. b190deb bootstd: Add a way to set up a bootflow by Simon Glass · 2 years, 1 month ago
  73. cbd71fa test: Support tests which can only be run manually by Simon Glass · 2 years, 1 month ago
  74. 1facaad test: Report skippped tests by Simon Glass · 2 years, 1 month ago
  75. 2b8d2cc spl: Use binman suffix allow symbols of any SPL etype by Simon Glass · 2 years, 1 month ago
  76. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  77. 779a7b6 arm: bcmbca: remove bcm6753 support under CONFIG_ARCH_BCM6753 by William Zhang · 2 years, 3 months ago
  78. 62c0ae4 arm: bcmbca: add bcm6855 SoC support under CONFIG_ARCH_BCMBCA by William Zhang · 2 years, 3 months ago
  79. 872308c arm: bcmbca: remove bcm6858 support under CONFIG_ARCH_BCM6858 by William Zhang · 2 years, 3 months ago
  80. b0e2b6a arm: bcmbca: add bcm6858 SoC support under CONFIG_ARCH_BCMBCA by William Zhang · 2 years, 3 months ago
  81. fdf8f29 arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360 by William Zhang · 2 years, 3 months ago
  82. dc244ca arm: bcmbca: add bcm6856 SoC support under CONFIG_ARCH_BCMBCA by William Zhang · 2 years, 3 months ago
  83. 07f97bd arm: bcmbca: remove bcm63158 support under CONFIG_ARCH_BCM63158 by William Zhang · 2 years, 3 months ago
  84. 61546e7 arm: bcmbca: add bcm63158 SoC support under CONFIG_ARCH_BCMBCA by William Zhang · 2 years, 3 months ago
  85. e5703df arm: bcmbca: add bcm4908 SoC support by William Zhang · 2 years, 3 months ago
  86. 1b81843 arm: bcmbca: add bcm6813 SoC support by William Zhang · 2 years, 3 months ago
  87. dc6117d arm: bcmbca: add bcm4912 SoC support by William Zhang · 2 years, 3 months ago
  88. c6e0073 arm: bcmbca: add bcm63146 SoC support by William Zhang · 2 years, 3 months ago
  89. 21385ad arm: bcmbca: add bcm63138 SoC support by William Zhang · 2 years, 3 months ago
  90. 7e3d695 arm: bcmbca: add bcm63148 SoC support by William Zhang · 2 years, 3 months ago
  91. 4054fd7 arm: bcmbca: add bcm6756 SoC support by William Zhang · 2 years, 3 months ago
  92. 4cab038 arm: bcmbca: add bcm6878 SoC support by William Zhang · 2 years, 3 months ago
  93. adb34dd arm: bcmbca: add bcm6846 SoC support by William Zhang · 2 years, 3 months ago
  94. 41c65ce arm: bcmbca: add bcm63178 SoC support by William Zhang · 2 years, 3 months ago
  95. 218e2c4 Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years ago
  96. b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  97. eaf7075 video: Drop SPLASHIMAGE_CALLBACK by Simon Glass · 2 years, 1 month ago
  98. b0c5353 video: Drop common LCD implementation by Simon Glass · 2 years, 1 month ago
  99. 9876b5e video: Drop LCD_BPP by Simon Glass · 2 years, 1 month ago
  100. 0f9b86f video: Drop remaining references to CONFIG_LCD by Simon Glass · 2 years, 1 month ago