1. e5adbb2 rockchip: serial: Kconfig: allow ROCKCHIP_SERIAL enabled in TPL by Johan Jonker · 2 years, 8 months ago
  2. 40cb661 rockchip: serial: Kconfig: add select SYS_NS16550 to config ROCKCHIP_SERIAL by Johan Jonker · 2 years, 8 months ago
  3. d1c0eb9 rockchip: serial: rename U_BOOT_DRIVER name to rockchip_uart by Johan Jonker · 2 years, 8 months ago
  4. 047164b rockchip: serial: move driver alias to serial_rockchip.c by Johan Jonker · 2 years, 8 months ago
  5. e790316 rockchip: serial: restyle the serial_rockchip.c driver by Johan Jonker · 2 years, 8 months ago
  6. d3cdf65 rockchip: mmc: rockchip_dw_mmc: add rk3066/rk3188 support by Johan Jonker · 2 years, 8 months ago
  7. d8116bf rockchip: mmc: rockchip_dw_mmc: fix ciu clock index by Johan Jonker · 2 years, 8 months ago
  8. 32de1ee rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structure by Johan Jonker · 2 years, 8 months ago
  9. 0387298 rockchip: timer: add OF_PLATDATA support for dw-apb-timer by Johan Jonker · 2 years, 8 months ago
  10. febb969 rockchip: tpl: use IS_ENABLED for timer_init() call condition by Johan Jonker · 2 years, 8 months ago
  11. 5180b1a rockchip: tpl: change call condition rockchip_stimer_init() by Johan Jonker · 2 years, 8 months ago
  12. 87affc3 rockchip: spl: change call condition rockchip_stimer_init() by Johan Jonker · 2 years, 8 months ago
  13. f6fc895 rockchip: move ROCKCHIP_STIMER_BASE to Kconfig by Johan Jonker · 2 years, 8 months ago
  14. 27acd7e rockchip: Enable AHCI/SCSI/SATA on rockpro64-rk3399. by Vagrant Cascadian · 2 years, 8 months ago
  15. c67f930 rockchip: Enable SCSI in distro bootcmd for rk3399. by Vagrant Cascadian · 2 years, 8 months ago
  16. a579868 rockchip: clk: add clocks to px30_clk_enable by Chris Morgan · 2 years, 8 months ago
  17. ffa33eb spi: rockchip_sfc: Add missing include for dm/device_compat.h by Chris Morgan · 2 years, 8 months ago
  18. 14f3e38 adc: rockchip-saradc: add support for getting reference voltage value by Peter Cai · 2 years, 10 months ago
  19. 2ecb749 mmc: rockchip_sdhci: Correct error checking by Haolin Li · 2 years, 8 months ago
  20. 7f8df40 Merge tag 'efi-2022-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 8 months ago
  21. 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 8 months ago
  22. f7e0ea9 CI: Print out unmigrated symbols when failing by Tom Rini · 2 years, 8 months ago
  23. 408f0c7 Merge branch '2022-04-14-assorted-updates' by Tom Rini · 2 years, 8 months ago
  24. 99d2193 efi_loader: simplify efi_serialize_load_option() by Heinrich Schuchardt · 2 years, 8 months ago
  25. 28b06b2 efi_loader: EFI_HII_STRING_PROTOCOL.GetString() by Heinrich Schuchardt · 2 years, 8 months ago
  26. 091561e lib: simplify u16_strdup() by Heinrich Schuchardt · 2 years, 8 months ago
  27. c054760 lib: convert u16_strlen() into a macro by Heinrich Schuchardt · 2 years, 8 months ago
  28. aa5f43a doc: man-page for the env command by Patrick Delaunay · 2 years, 8 months ago
  29. 50ec472 doc: uefi: Update the capsule update related documentation by Sughosh Ganu · 2 years, 8 months ago
  30. e00eed7 mkeficapsule: Remove raw and FIT GUID types by Sughosh Ganu · 2 years, 8 months ago
  31. e5bbcaf FMP: Remove GUIDs for FIT and raw images by Sughosh Ganu · 2 years, 8 months ago
  32. 2db313d test: capsule: Modify the capsule tests to use GUID values for sandbox by Sughosh Ganu · 2 years, 8 months ago
  33. a1d9f67 efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabled by Sughosh Ganu · 2 years, 8 months ago
  34. f55c6b6 capsule: Put a check for image index before the update by Sughosh Ganu · 2 years, 8 months ago
  35. 2a9fd7d capsule: FMP: Populate the image descriptor array from platform data by Sughosh Ganu · 2 years, 8 months ago
  36. ccb3646 capsule: board: Add information needed for capsule updates by Sughosh Ganu · 2 years, 8 months ago
  37. d3a3c12 fs: Allow to compile CMD_UBIFS when SPL is enabled by Pali Rohár · 2 years, 8 months ago
  38. d291f89 fs: Allow to compile FS_FAT only for proper U-Boot by Pali Rohár · 2 years, 8 months ago
  39. 145992c Remove duplication of table_compute_checksum function by Tom Rini · 2 years, 8 months ago
  40. 760089a serial: smh: Implement puts for DM by Sean Anderson · 2 years, 8 months ago
  41. b271161 test: serial: Add test for putc/puts by Sean Anderson · 2 years, 8 months ago
  42. 8589885 serial: sandbox: Implement puts by Sean Anderson · 2 years, 8 months ago
  43. d56ce3c serial: Fix _serial_puts using \n\r instead of \r\n by Sean Anderson · 2 years, 8 months ago
  44. b009677 cmd: ubi.c: skip part command if right partition is already attached by Alexandre Besnard · 2 years, 8 months ago
  45. 03cadb6 led: Configure LED default-state on boot by Marek Vasut · 2 years, 8 months ago
  46. 2936ae8 led: gpio: Drop duplicate OF "label" property parsing by Marek Vasut · 2 years, 8 months ago
  47. ce7339c led: pwm: Drop duplicate OF "label" property parsing by Tom Rini · 2 years, 8 months ago
  48. d0b030a led: bcm6753: Drop duplicate OF "label" property parsing by Tom Rini · 2 years, 8 months ago
  49. 0ef16fb led: cortina: Drop duplicate OF "label" property parsing by Marek Vasut · 2 years, 8 months ago
  50. c55310e led: bcm6858: Drop duplicate OF "label" property parsing by Marek Vasut · 2 years, 8 months ago
  51. 26e9cb5 led: bcm6358: Drop duplicate OF "label" property parsing by Marek Vasut · 2 years, 8 months ago
  52. 1d6c5fa led: bcm6328: Drop duplicate OF "label" property parsing by Marek Vasut · 2 years, 8 months ago
  53. c2b7e98 led: Move OF "label" property parsing to core by Marek Vasut · 2 years, 8 months ago
  54. 06a8c74 misc: atsha204a: Fix big endian support by Pali Rohár · 2 years, 8 months ago
  55. a362175 power: domain: ti: Extend use of PTCMD and PTSTAT registers for high PDs by Dave Gerlach · 2 years, 8 months ago
  56. dc17432 arm: apple: Add M1 Ultra support by Janne Grunau · 2 years, 8 months ago
  57. 4c53844 sandbox: Increase default SYS_MALLOC_LEN by Tom Rini · 2 years, 8 months ago
  58. f05f9d8 configs: Resync with savedefconfig by Tom Rini · 2 years, 8 months ago
  59. 024007d configs: net: dm9000: Move new Kconfig option to board configs by Marek Vasut · 2 years, 8 months ago
  60. d210597 net: dm9000: Add Kconfig entry by Marek Vasut · 2 years, 8 months ago
  61. 16c3e21 net: dm9000: Add DM support by Marek Vasut · 2 years, 8 months ago
  62. 0beb339 net: dm9000: Receive one packet per recv call by Marek Vasut · 2 years, 8 months ago
  63. 9b65a96 net: dm9000: Split non-DM specific bits from common code by Marek Vasut · 2 years, 8 months ago
  64. 1b5dd32 net: dm9000: Pass private data around for IO by Marek Vasut · 2 years, 8 months ago
  65. fae443b net: dm9000: Drop dm9000.h and staticize SROM access by Marek Vasut · 2 years, 8 months ago
  66. 9c5e9ca net: dm9000: Drop static device private data by Marek Vasut · 2 years, 8 months ago
  67. 09a8a9c net: dm9000: Rename board_info to dm9000_priv by Marek Vasut · 2 years, 8 months ago
  68. c5e9d64 net: dm9000: Reorder and staticize by Marek Vasut · 2 years, 8 months ago
  69. a4aa048 net: dm9000: Checkpatch cleanup by Marek Vasut · 2 years, 8 months ago
  70. 7823b23 net: dm9000: Drop volatiles by Marek Vasut · 2 years, 8 months ago
  71. 52006d2 net: dm9000: Turn DM9000_DMP_PACKET() into a function by Marek Vasut · 2 years, 8 months ago
  72. a2e3203 net: dm9000: Drop unused dump_regs() by Marek Vasut · 2 years, 8 months ago
  73. 5248e56 net: dm9000: Make RxLen and RxStatus lowercase by Marek Vasut · 2 years, 8 months ago
  74. ed76122 net: dm9000: Replace DM9000_DBG() with debug() by Marek Vasut · 2 years, 8 months ago
  75. eb2749a net: dm9000: Make accessor names lowercase by Marek Vasut · 2 years, 8 months ago
  76. 6f897ec driver: net: ti: keystone_net: Change priv member type by Marek Behún · 2 years, 8 months ago
  77. 1d371f3 driver: net: ti: keystone_net: Convert to ofnode functions by Marek Behún · 2 years, 8 months ago
  78. 92336d3 driver: net: ti: keystone_net: Deduplicate code by Marek Behún · 2 years, 8 months ago
  79. 16c68ee Merge tag 'u-boot-imx-20220413' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 8 months ago
  80. 5cc5e19 board: gateworks: venice: add imx8mm-gw7903 support by Tim Harvey · 2 years, 9 months ago
  81. 3c2d27a clk: imx8mp: Fix 24M and 32k clock by Marek Vasut · 2 years, 8 months ago
  82. 819c244 warp7: Remove duplicated "mmc dev" command by Fabio Estevam · 2 years, 8 months ago
  83. 07932fc ARM: imx: Get rid of only i.MX8M SMCCC arch call by Marek Vasut · 2 years, 8 months ago
  84. 3ea500a ARM: imx: Enable instruction cache early on on i.MX8M by Marek Vasut · 2 years, 8 months ago
  85. 81528d1 clk: imx8mp: Add ECSPI clocks by Elmar Albert · 2 years, 8 months ago
  86. fc13423 net: tftp: fix tftp server initialization by Arjan Minzinga Zijlstra · 2 years, 8 months ago
  87. 0e47fc4 include: configs: *imx8*: remove IMX_FEC_BASE by Heiko Thiery · 2 years, 9 months ago
  88. 6ad29f7 kontron-pitx-imx8m: change environment address variables by Heiko Thiery · 2 years, 10 months ago
  89. e762875 ARM: dts: imx8mm: Add i.MX8M Mini Toradex Verdin based Menlo board by Marek Vasut · 2 years, 8 months ago
  90. 9782663 board: freescale: imxrt10..-evk: Fix missing include of serial.h by Jesse Taube · 2 years, 9 months ago
  91. 62394a7 ARM: dts: imxrt10..-evk: Linux moved pins-imxrt1020 to dts by Jesse Taube · 2 years, 9 months ago
  92. 89179ce configs/*imxrt10*: SYS_MALLOC_LEN is too large by Jesse Taube · 2 years, 9 months ago
  93. 214f443 clk: imxrt: Use dts for anatop base address by Jesse Taube · 2 years, 9 months ago
  94. 104704b mmc: fsl_esdhc_imx: Add i.MX8MP compatible string by Marek Vasut · 2 years, 9 months ago
  95. 8510756 ARM: imx: romapi: Repair FlexSPI NOR boot offset by Marek Vasut · 2 years, 9 months ago
  96. f5eb9fb ARM: dts: imx: Add flexspi node to i.MX8MP by Marek Vasut · 2 years, 9 months ago
  97. 2e4b63b spi: nxp_fspi: Add i.MX8MP compatible string by Marek Vasut · 2 years, 9 months ago
  98. a82c8ff board: gateworks venice: add support for GPY111 phy by Tim Harvey · 2 years, 9 months ago
  99. 724d10a board: venice: add spl_board_loader_name by Tim Harvey · 2 years, 9 months ago
  100. f6d4bc4 imx8m{m,n}-venice-gw7902: add GSC ADC rail for VDD_5P0 by Tim Harvey · 2 years, 9 months ago