1. ac5769c stm32mp1: remove fdt_high and initrd_high in environment by Patrick Delaunay · 4 years, 9 months ago
  2. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 9 months ago
  3. 4e5c468 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 9 months ago
  4. a19d737 board: ge: bx50v3, imx53ppd: configure CONFIG_SYS_BOOTMAPSZ by Ian Ray · 4 years, 9 months ago
  5. 5e13def board: ge: bx50v3, mx53ppd: fix firstboot detection by Robert Beckett · 4 years, 9 months ago
  6. 30f0909 board: ge: mx53ppd: use DM for uart by Ian Ray · 4 years, 9 months ago
  7. a707281 board: ge: bx50v3: use DM for uart by Robert Beckett · 4 years, 9 months ago
  8. 2d1ea19 board: ge: mx53ppd: Use DM for ethernet by Robert Beckett · 4 years, 9 months ago
  9. 92faf43 board: ge: bx50v3: Enable DM PWM for backlight by Robert Beckett · 4 years, 9 months ago
  10. 9167c20 board: ge: mx53ppd: enable DM_VIDEO by Ian Ray · 4 years, 9 months ago
  11. 1d06dc6 board: ge: mx53ppd: add i2c eeprom bootcount storage by Robert Beckett · 4 years, 9 months ago
  12. 41613a7 board: ge: bx50v3: add i2c eeprom bootcount storage by Robert Beckett · 4 years, 9 months ago
  13. 1dec7fa board: ge: bx50v3, imx53ppd: use DM I2C by Robert Beckett · 4 years, 9 months ago
  14. 70a2df3 mx6sabre_common: Remove FEC related settings by Fabio Estevam · 4 years, 9 months ago
  15. b91f28d ARM: imx: novena: Enable DM ethernet by Marek Vasut · 4 years, 9 months ago
  16. 2140cae warp7: remove unused usb configs by Joris Offouga · 4 years, 9 months ago
  17. 17c9d23 mx7ulp_com: Remove unneeded SoC definitions by Fabio Estevam · 4 years, 9 months ago
  18. 19ba480 mx6ul_14x14_evk: Move CONFIG_DM_74X164 to defconfig by Fabio Estevam · 4 years, 9 months ago
  19. 14d5aef board: toradex: Add Verdin iMX8M Mini support by Igor Opaniuk · 4 years, 9 months ago
  20. 7d706a8 board: presidio-asic: Add basic G3 engr. development board support by Alex Nemirovsky · 4 years, 9 months ago
  21. 1400a7f tpm: Add more TPM2 definitions by Simon Glass · 4 years, 9 months ago
  22. 0255435 dm: irq: Add support for requesting interrupts by Simon Glass · 4 years, 9 months ago
  23. ba87607 dm: irq: Add support for interrupt controller types by Simon Glass · 4 years, 9 months ago
  24. b4d00b2 x86: Add a clock driver for Intel devices by Simon Glass · 4 years, 9 months ago
  25. 5016234 dm: core: Add a function to find a device by drvdata by Simon Glass · 4 years, 9 months ago
  26. 3cf0fba dm: core: Allow iterating devices without uclass_get() by Simon Glass · 4 years, 9 months ago
  27. 457faef Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 4 years, 9 months ago
  28. f217651 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · 4 years, 9 months ago
  29. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  30. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  31. 3062cd1 sound: Add a new stop_play() method by Simon Glass · 4 years, 9 months ago
  32. 89cdb0b sandbox: Drop os_realloc() by Simon Glass · 4 years, 9 months ago
  33. f72bdc6 sandbox: Rename strdup() functions by Simon Glass · 4 years, 9 months ago
  34. 1ea1c7d string: Allow arch override of strndup() also by Simon Glass · 4 years, 9 months ago
  35. cfda60f sandbox: Use a prefix for all allocation functions by Simon Glass · 4 years, 9 months ago
  36. 8d38a84 mtd: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  37. aae9588 dma: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  38. fb8c0d5 clk: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  39. 093152f gpio: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  40. 94474b2 reset: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  41. 4f51188 power-domain: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  42. cc92c3c mailbox: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  43. 7b9d60f cmd: Add command to dump drivers and compatible strings by Sean Anderson · 4 years, 9 months ago
  44. bb3f47e tpm: add a helper to iterate on all tpm devices by Philippe Reynes · 4 years, 10 months ago
  45. 400175b test: Add a way to check each line of console output by Simon Glass · 4 years, 9 months ago
  46. b612312 console: Add a function to read a line of the output / eof by Simon Glass · 4 years, 9 months ago
  47. 02247c1 bloblist: Tidy up a few comments and code-style nits by Simon Glass · 4 years, 9 months ago
  48. 5b04454 bloblist: Add a new function to add or check size by Simon Glass · 4 years, 9 months ago
  49. 903e83e dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 9 months ago
  50. f262d4c dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 9 months ago
  51. bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 9 months ago
  52. a8167d8 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 9 months ago
  53. 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 9 months ago
  54. 74d594a dm: core: Update comment for ofnode_get_chosen_node() by Simon Glass · 4 years, 9 months ago
  55. ba8444a test: Add underscore prefix to macro parameters by Simon Glass · 4 years, 9 months ago
  56. 88b3a37 dm: core: Use const device for the dev_read_...() interface by Simon Glass · 4 years, 9 months ago
  57. d975ce2 dm: core: Use const device for the devfdt...() interface by Simon Glass · 4 years, 9 months ago
  58. 194fca9 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 4 years, 9 months ago
  59. c4e72c4 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 9 months ago
  60. fc347fb dm: core: Use const where possible in device.h by Simon Glass · 4 years, 9 months ago
  61. f5cc89a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 9 months ago WIP/05Feb2020
  62. c95215a Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 9 months ago
  63. cf8c836 watchdog: designware: Convert to DM and DT probing by Marek Vasut · 5 years ago
  64. d4827fc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 9 months ago WIP/04Feb2020
  65. 8526a58 armv8: ls2088a: Updates secure boot headers offset by Priyanka Singh · 4 years, 9 months ago
  66. 4238e37 armv8: ls1088a: Updates secure boot headers offset by Priyanka Singh · 4 years, 9 months ago
  67. 20858a2 armv8: lx2160a: Updates secure boot headers offset by Priyanka Singh · 4 years, 9 months ago
  68. 3e90cfe armv8: ls1012ardb: Updates secure boot headers offset by Priyanka Singh · 4 years, 9 months ago
  69. e735ad3 armv8: ls1046a: Updates secure boot headers offset by Priyanka Singh · 4 years, 9 months ago
  70. feb8fa2 configs: ls1021a: Reserve low memory for CMA by Alison Wang · 4 years, 9 months ago
  71. 9ebde88 dm: arm: ls1021a: add i2c DM support by Biwen Li · 4 years, 10 months ago
  72. a0affb3 dm: arm64: ls1012a: add i2c DM support by Biwen Li · 4 years, 10 months ago
  73. bddec1b board: fsl: lx2160a: Add support to reset to eMMC by Meenakshi Aggarwal · 4 years, 9 months ago
  74. 4728c6f configs: j721e_evm: Add DFU related variables by Vignesh Raghavendra · 4 years, 9 months ago
  75. add1a6b arm: ti: boot: Use correct dtb and dtbo on Android boot by Sam Protsenko · 4 years, 9 months ago
  76. d94e6db env: ti: boot: Boot Android with dynamic partitions by Sam Protsenko · 4 years, 9 months ago
  77. 0f5103d env: ti: boot: Respect slot_suffix in AVB commands by Sam Protsenko · 4 years, 9 months ago
  78. 7f25315 image: android: Add routine to get dtbo params by Sam Protsenko · 4 years, 9 months ago
  79. c3bfad8 image: android: Add functions for handling dtb field by Sam Protsenko · 4 years, 9 months ago
  80. 18416ba x86: serial: Use NS16550_DYNAMIC in Slim Bootloader by Park, Aiden · 4 years, 10 months ago
  81. 62cbde4 serial: ns16550: Support run-time configuration by Simon Glass · 4 years, 10 months ago
  82. 8941f84 watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig by Marek Vasut · 5 years ago
  83. 427da6f Merge tag 'u-boot-rockchip-20200130' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 9 months ago WIP/01Feb2020
  84. 80e99ad Merge tag 'uniphier-v2020.04-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier by Tom Rini · 4 years, 9 months ago WIP/31Jan2020
  85. 76cd7d4 ARM: uniphier: use $loadaddr for source command by Masahiro Yamada · 4 years, 9 months ago
  86. 79030a4 rockchip: Add Single boot image (with binman, pad_cat) by Jagan Teki · 4 years, 10 months ago
  87. efebc8e rockchip: rk3399: Add bootcount support by Jagan Teki · 4 years, 10 months ago
  88. 7c5f6d0 rk3399: Check MMC env while defining it by Jagan Teki · 4 years, 10 months ago
  89. f29002f config: enable DFU over USB on Raspberry Pi4 boards by Marek Szyprowski · 5 years ago
  90. e7ab1cb Merge tag 'for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 4 years, 9 months ago WIP/29Jan2020
  91. 3e12744 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 4 years, 9 months ago
  92. 86e42b3 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 4 years, 9 months ago WIP/27Jan2020
  93. 51521e4 arm: exynos: odroid: Change autoboot script to use ${mmcbootdev} by Marek Szyprowski · 4 years, 9 months ago
  94. 7ae22d8 power: regulator: add driver for Dialog DA9063 PMIC by Martin Fuzzey · 4 years, 9 months ago
  95. 483880c power: pmic: add driver for Dialog DA9063 PMIC by Martin Fuzzey · 4 years, 9 months ago
  96. 658df8b mtd: spi-nor-core: Add octal mode support by Vignesh Raghavendra · 4 years, 11 months ago
  97. 7bacce5 dm: spi: Check cs number before accessing slaves by Bin Meng · 5 years ago
  98. 051e03c Merge tag 'u-boot-clk-26Jan2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 4 years, 9 months ago
  99. 7bd21b6 i2c: Add enums for i2c speed and address size by Simon Glass · 4 years, 9 months ago
  100. 36608b2 global_data: remove unused mxc_i2c specific field by Baruch Siach · 4 years, 10 months ago