1. 430e167 video: Add commands to list and change fonts by Simon Glass · 2 years ago
  2. 3f425f9 video: Enable the cls command by default by Simon Glass · 2 years ago
  3. 57a847c video: Add a way to change the font name and size by Simon Glass · 2 years ago
  4. 518d844 video: Add a function to select the truetype metrics by Simon Glass · 2 years ago
  5. 39fa02d video: Record the truetype font name by Simon Glass · 2 years ago
  6. 31efa25 video: Refactor to allow more than one font size by Simon Glass · 2 years ago
  7. 5330612 video: Tidy up the check for valid fonts by Simon Glass · 2 years ago
  8. 0d38901 video: Add function to obtain the U-Boot logo by Simon Glass · 2 years ago
  9. 50d562c video: Allow filling the display with a colour by Simon Glass · 2 years ago
  10. 820b589 video: Move and rename DM_HX8238D option by Simon Glass · 2 years ago
  11. f029f90 video: Move the console commands to cmd/ by Simon Glass · 2 years ago
  12. 92fd6a1 video: Use vidconsole_put_string() to write a string by Simon Glass · 2 years ago
  13. 6b6dc0d video: Provide a function to set the cursor position by Simon Glass · 2 years ago
  14. a032e4b video: Move console colours to the video uclass by Simon Glass · 2 years ago
  15. db2c8ed video: simplefb: add rotation support by Takumi Sueda · 2 years, 1 month ago
  16. 7209272 video: dw_mipi_dsi: fix [hv]sync active vs back porch by John Keeping · 2 years, 1 month ago
  17. 6f02819 Merge tag 'dm-pull-29oct22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years ago
  18. f219547 dm: core: Do not stop uclass iteration on error by Michal Suchanek · 2 years ago
  19. 4954937 dm: treewide: Do not use the return value of simple uclass iterator by Michal Suchanek · 2 years ago
  20. aa5511e dm: core: Add note about device_probe idempotence by Michal Suchanek · 2 years, 1 month ago
  21. 73f8fbc dm: core: Document return value of device bind functions by Michal Suchanek · 2 years, 1 month ago
  22. 58ddb93 dm: core: Switch uclass_*_device_err to use uclass_*_device_check by Michal Suchanek · 2 years, 1 month ago
  23. 6b08fb5 fdt: Move to setuptools by Simon Glass · 2 years, 3 months ago
  24. 529b2c2 thermal: sandbox: Enable thermal uclass for sandbox64 variant by Sughosh Ganu · 2 years ago
  25. 3545e85 binman: Add support for symlinking images by Neha Malcom Francis · 2 years ago
  26. f29f98d sandbox: typo Fictionnal by Heinrich Schuchardt · 2 years ago
  27. 5bde2e0 tests: Build correct sandbox configuration on 32bit by Michal Suchanek · 2 years ago
  28. 6792bd9 dm: tpl: Add fdt address translation support in TPL by William Zhang · 2 years ago
  29. 7d01bb1 libfdt: Fix build with python 3.10 by Michal Suchanek · 2 years ago
  30. c977b18 libfdt: Fix invalid version warning by Michal Suchanek · 2 years ago
  31. 7e8d3e1 test: Drop unwanted option in event_dump.py by Simon Glass · 2 years ago
  32. 5fe72d9 event: Drop the path when checking event-list filenames by Simon Glass · 2 years ago
  33. d138792 dm: core: Fix lists_bind_fdt() using non-existent of_match by Simon Glass · 2 years ago
  34. 10e6644 gpio-uclass: fix gpio lookup by label by Rasmus Villemoes · 2 years, 1 month ago
  35. 95e7caf x86: provide typedef jmp_buf by Heinrich Schuchardt · 2 years, 1 month ago
  36. fc872ee x86: fix longjmp() implementation by Heinrich Schuchardt · 2 years, 1 month ago
  37. 1fcfadc dm: pci: Fix doc typo first -> next by Michal Suchanek · 2 years, 1 month ago
  38. d7e9de7 fdt_support: cosmetic: remove fdt_fixup_nor_flash_size prototype by Patrick Delaunay · 2 years, 1 month ago
  39. f7d367c dm: doc: Fix serial howto u-boot,dm-pre-reloc typo by Michal Suchanek · 2 years, 1 month ago
  40. fb63362 lib: fix buggy strcmp and strncmp by Rasmus Villemoes · 2 years, 1 month ago
  41. c1dc847 spi: nuvoton: add NPCM PSPI controller driver by Jim Liu · 2 years, 5 months ago
  42. 8bc87a4 Merge branch '2022-10-26-assorted-fixes-and-updates' by Tom Rini · 2 years ago
  43. 9b0b564 memory: Add TI GPMC driver by Roger Quadros · 2 years ago
  44. 37d6d16 dt/bindings: memory: Add bindings for TI GPMC driver by Roger Quadros · 2 years ago
  45. 3a82cd2 scripts: Makefile.spl: Enable memory drivers to be built for SPL by Roger Quadros · 2 years ago
  46. 2c12037 dm: memory: Introduce new uclass by Roger Quadros · 2 years ago
  47. 27e6ebc test: Move to a working version of setuptools by Simon Glass · 2 years ago
  48. 59b16e9 examples: hello_world: Drop inclusion of common header by Paul Barker · 2 years, 6 months ago
  49. 47ef860 Licenses: Clarify exceptions for standalone apps by Paul Barker · 2 years, 6 months ago
  50. b567eae crypto: hash: sw: fix Kconfig dependencies by Benjamin Bara · 2 years, 4 months ago
  51. 06377c5 spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard by Roger Quadros · 2 years, 1 month ago
  52. 0abe332 mkimage: fit: Fix signing of configs with external data by Sean Anderson · 2 years ago
  53. b487387 Merge https://source.denx.de/u-boot/custodians/u-boot-pmic by Tom Rini · 2 years ago
  54. c2c485d Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years ago
  55. 0b91862 power: fan53555: Fix missing newline in error message by Michal Suchanek · 2 years, 1 month ago
  56. 8edf7ac power: regulator: fix autoset error handling by John Keeping · 2 years, 1 month ago
  57. f9d16f2 Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 2 years ago
  58. 622b5d3 cmd: sf: Handle unaligned 'update' start offset by Marek Vasut · 2 years, 1 month ago
  59. 3eebbd8 Merge tag 'fsl-qoriq-2022-10-18' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 2 years ago
  60. 26bfb85 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 2 years ago
  61. 7d8ab3c Merge tag 'u-boot-imx-20221024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years ago
  62. 0f5caf3 configs: verdin-imx8mp: enable caam by Andrejs Cainikovs · 2 years, 1 month ago
  63. 2f95984 configs: colibri-imx7: Enable bootd command by Francesco Dolcini · 2 years, 3 months ago
  64. 063195d imx28: avoid num_cs and spi_max_frequency build errors by Marcel Ziswiler · 2 years ago
  65. 1550ab9 imx23: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  66. 7d08ddd imx28: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  67. a557ccd imx51: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  68. 10f4f3f imx53: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  69. fa4ce85 imx6qdl: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  70. 175a874 imx6qp: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  71. 2419acf imx6sl: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  72. 97e530d imx6sll: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  73. 4ad2ff5 imx6sx: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  74. 7b37070 imx6ulz: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  75. 1c385db imx6ull: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  76. bf947d2 imx6ul: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  77. 8dff3ab imx7d: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  78. dfd0adc imx7ulp: synchronise device tree with linux by Marcel Ziswiler · 2 years ago
  79. af00762 arm: dts: imx8mn-venice: Consolidate with imx8mn-u-boot by Adam Ford · 2 years ago
  80. 42eb9ef arm: dts: imx8mn-var-som-symphony: Consolidate with imx8mn-u-boot by Adam Ford · 2 years ago
  81. 5a97f33 arm: dts: imx8mn-evk: Consolidate with imx8mn-u-boot by Adam Ford · 2 years ago
  82. 2341256 arm: dts: imx8mn-ddr4-evk: Consolidate with imx8mn-u-boot by Adam Ford · 2 years ago
  83. d096b8a arm: dts: imx8mn-bsh-smm-s2: Consolidate with imx8mn-u-boot by Adam Ford · 2 years ago
  84. cc1028b arm: dts: imx8mn-beacon-kit: Consolidate with imx8mn-u-boot by Adam Ford · 2 years ago
  85. 93c4c0e arm: dts: imx8mn-u-boot: Create common imx8mn-u-boot.dtsi by Adam Ford · 2 years ago
  86. c9473b2 imx8m: fix reading of DDR4 MR registers [again] by Rasmus Villemoes · 2 years ago
  87. 727694b verdin-imx8mp: spl: initialize caam by Andrejs Cainikovs · 2 years, 1 month ago
  88. 9836eb0 arm: dts: verdin-imx8mp: enable caam in SPL by Andrejs Cainikovs · 2 years, 1 month ago
  89. 973e6b6 verdin-imx8mp: various config additions and improvements by Marcel Ziswiler · 2 years, 1 month ago
  90. b103004 verdin-imx8mm: various config additions and improvements by Marcel Ziswiler · 2 years, 1 month ago
  91. 559c538 verdin-imx8mm: verdin-imx8mp: update env memory layout (again) by Marcel Ziswiler · 2 years, 1 month ago
  92. 61e7f97 board: gateworks: venice: add imx8mm-gw7904 support by Tim Harvey · 2 years, 1 month ago
  93. 864ac2c board: imx8mp: Add Engicam i.Core MX8M Plus EDIMM2.2 Starter Kit by Manoj Sai · 2 years, 2 months ago
  94. 3fb342a arm64: dts: imx8mp: Add Engicam i.Core MX8M Plus EDIMM2.2 Starter Kit by Manoj Sai · 2 years, 2 months ago
  95. 068782b arm64: dts: imx8mp: Add Engicam i.Core MX8M Plus SoM by Manoj Sai · 2 years, 2 months ago
  96. ad0ff2f board: gateworks: venice: add GW7903 PMIC by Tim Harvey · 2 years, 2 months ago
  97. 5e112c7 watchdog: ulp_wdog: add driver model for ulp watchdog driver by Alice Guo · 2 years ago
  98. a7fd633 watchdog: ulp_wdog: enable watchdog interrupt on imx93 by Alice Guo · 2 years ago
  99. ef0ad9b watchdog: ulp_wdog: Update watchdog driver for imx93 by Alice Guo · 2 years ago
  100. a79f200 ulp_wdog: Update ulp wdog driver for 32bits command by Ye Li · 2 years ago