1. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  2. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  3. 3062cd1 sound: Add a new stop_play() method by Simon Glass · 4 years, 9 months ago
  4. 89cdb0b sandbox: Drop os_realloc() by Simon Glass · 4 years, 9 months ago
  5. f72bdc6 sandbox: Rename strdup() functions by Simon Glass · 4 years, 9 months ago
  6. 1ea1c7d string: Allow arch override of strndup() also by Simon Glass · 4 years, 9 months ago
  7. cfda60f sandbox: Use a prefix for all allocation functions by Simon Glass · 4 years, 9 months ago
  8. 8d38a84 mtd: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  9. aae9588 dma: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  10. fb8c0d5 clk: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  11. 093152f gpio: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  12. 94474b2 reset: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  13. 4f51188 power-domain: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  14. cc92c3c mailbox: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  15. 7b9d60f cmd: Add command to dump drivers and compatible strings by Sean Anderson · 4 years, 9 months ago
  16. bb3f47e tpm: add a helper to iterate on all tpm devices by Philippe Reynes · 4 years, 10 months ago
  17. 400175b test: Add a way to check each line of console output by Simon Glass · 4 years, 9 months ago
  18. b612312 console: Add a function to read a line of the output / eof by Simon Glass · 4 years, 9 months ago
  19. 02247c1 bloblist: Tidy up a few comments and code-style nits by Simon Glass · 4 years, 9 months ago
  20. 5b04454 bloblist: Add a new function to add or check size by Simon Glass · 4 years, 9 months ago
  21. 903e83e dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 9 months ago
  22. f262d4c dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 9 months ago
  23. bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 9 months ago
  24. a8167d8 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 9 months ago
  25. 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 9 months ago
  26. 74d594a dm: core: Update comment for ofnode_get_chosen_node() by Simon Glass · 4 years, 9 months ago
  27. ba8444a test: Add underscore prefix to macro parameters by Simon Glass · 4 years, 9 months ago
  28. 88b3a37 dm: core: Use const device for the dev_read_...() interface by Simon Glass · 4 years, 9 months ago
  29. d975ce2 dm: core: Use const device for the devfdt...() interface by Simon Glass · 4 years, 9 months ago
  30. 194fca9 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 4 years, 9 months ago
  31. c4e72c4 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 9 months ago
  32. fc347fb dm: core: Use const where possible in device.h by Simon Glass · 4 years, 9 months ago
  33. f5cc89a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 9 months ago WIP/05Feb2020
  34. 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
  35. cf8c836 watchdog: designware: Convert to DM and DT probing by Marek Vasut · 5 years ago
  36. d4827fc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 9 months ago WIP/04Feb2020
  37. 8526a58 armv8: ls2088a: Updates secure boot headers offset by Priyanka Singh · 4 years, 9 months ago
  38. 4238e37 armv8: ls1088a: Updates secure boot headers offset by Priyanka Singh · 4 years, 9 months ago
  39. 20858a2 armv8: lx2160a: Updates secure boot headers offset by Priyanka Singh · 4 years, 9 months ago
  40. 3e90cfe armv8: ls1012ardb: Updates secure boot headers offset by Priyanka Singh · 4 years, 9 months ago
  41. e735ad3 armv8: ls1046a: Updates secure boot headers offset by Priyanka Singh · 4 years, 9 months ago
  42. feb8fa2 configs: ls1021a: Reserve low memory for CMA by Alison Wang · 4 years, 9 months ago
  43. 9ebde88 dm: arm: ls1021a: add i2c DM support by Biwen Li · 4 years, 10 months ago
  44. a0affb3 dm: arm64: ls1012a: add i2c DM support by Biwen Li · 4 years, 10 months ago
  45. bddec1b board: fsl: lx2160a: Add support to reset to eMMC by Meenakshi Aggarwal · 4 years, 9 months ago
  46. 4728c6f configs: j721e_evm: Add DFU related variables by Vignesh Raghavendra · 4 years, 9 months ago
  47. add1a6b arm: ti: boot: Use correct dtb and dtbo on Android boot by Sam Protsenko · 4 years, 9 months ago
  48. d94e6db env: ti: boot: Boot Android with dynamic partitions by Sam Protsenko · 4 years, 9 months ago
  49. 0f5103d env: ti: boot: Respect slot_suffix in AVB commands by Sam Protsenko · 4 years, 9 months ago
  50. 7f25315 image: android: Add routine to get dtbo params by Sam Protsenko · 4 years, 9 months ago
  51. c3bfad8 image: android: Add functions for handling dtb field by Sam Protsenko · 4 years, 9 months ago
  52. 18416ba x86: serial: Use NS16550_DYNAMIC in Slim Bootloader by Park, Aiden · 4 years, 10 months ago
  53. 62cbde4 serial: ns16550: Support run-time configuration by Simon Glass · 4 years, 10 months ago
  54. 8941f84 watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig by Marek Vasut · 5 years ago
  55. 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
  56. 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
  57. 76cd7d4 ARM: uniphier: use $loadaddr for source command by Masahiro Yamada · 4 years, 9 months ago
  58. 79030a4 rockchip: Add Single boot image (with binman, pad_cat) by Jagan Teki · 4 years, 10 months ago
  59. efebc8e rockchip: rk3399: Add bootcount support by Jagan Teki · 4 years, 10 months ago
  60. 7c5f6d0 rk3399: Check MMC env while defining it by Jagan Teki · 4 years, 10 months ago
  61. f29002f config: enable DFU over USB on Raspberry Pi4 boards by Marek Szyprowski · 5 years ago
  62. 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
  63. 3e12744 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 4 years, 9 months ago
  64. 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
  65. 51521e4 arm: exynos: odroid: Change autoboot script to use ${mmcbootdev} by Marek Szyprowski · 4 years, 9 months ago
  66. 7ae22d8 power: regulator: add driver for Dialog DA9063 PMIC by Martin Fuzzey · 4 years, 9 months ago
  67. 483880c power: pmic: add driver for Dialog DA9063 PMIC by Martin Fuzzey · 4 years, 9 months ago
  68. 658df8b mtd: spi-nor-core: Add octal mode support by Vignesh Raghavendra · 4 years, 11 months ago
  69. 7bacce5 dm: spi: Check cs number before accessing slaves by Bin Meng · 5 years ago
  70. 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
  71. 7bd21b6 i2c: Add enums for i2c speed and address size by Simon Glass · 4 years, 9 months ago
  72. 36608b2 global_data: remove unused mxc_i2c specific field by Baruch Siach · 4 years, 10 months ago
  73. 0b23b0d Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years, 9 months ago
  74. 9fca672 clk: Include missing headers for linux/clk-provider.h by Sean Anderson · 4 years, 10 months ago
  75. 40521a6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 9 months ago
  76. 683b7c2 mtd: add prototypes for weak function by Patrick Delaunay · 4 years, 9 months ago
  77. 50fe8df common: blk: fix comment about blkcache_read return value by Eric Nelson · 4 years, 9 months ago
  78. 1526bcc common: add blkcache init by Angelo Durgehello · 4 years, 9 months ago
  79. dafd97f configs: mt8518: set global variables for fastboot by mingming lee · 4 years, 9 months ago
  80. b5fe523 sunxi: H3/H5 Sync DT files from upstream Linux kernel as of next-20200108 by Chen-Yu Tsai · 4 years, 9 months ago
  81. 5692e8f common: Update comment to show progress by Simon Glass · 4 years, 10 months ago
  82. aebfee8 common: Collect all the header files together by Simon Glass · 4 years, 10 months ago
  83. f2f8e90 common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · 4 years, 10 months ago
  84. e4789b0 common: Move ROUND() into kernel.h by Simon Glass · 4 years, 10 months ago
  85. 28de750 common: Move check_member() to kernel.h by Simon Glass · 4 years, 10 months ago
  86. 29a4a9f common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  87. ed782a7 common: Move testdram() into init.h by Simon Glass · 4 years, 10 months ago
  88. 91527c9 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 10 months ago
  89. f329349 common: Rename and move source() by Simon Glass · 4 years, 10 months ago
  90. ea18895 common: Move the image globals into image.h by Simon Glass · 4 years, 10 months ago
  91. e7f0ec0 image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 10 months ago
  92. 657afb1 common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 10 months ago
  93. 6321c66 common: Move reset_misc() function to arch header by Simon Glass · 4 years, 10 months ago
  94. 98c338b common: Move get_tbclk() to time.h by Simon Glass · 4 years, 10 months ago
  95. b63ff2a common: Move clock functions into a new file by Simon Glass · 4 years, 10 months ago
  96. 39fdefa common: Move upmconfig() to ppc.h by Simon Glass · 4 years, 10 months ago
  97. cc3ac11 common: Move ll_boot_init() to init.h by Simon Glass · 4 years, 10 months ago
  98. b14d1af common: arm: Move s_init() to an ARM-specific header by Simon Glass · 4 years, 10 months ago
  99. 7fefef5 common: Move device-tree setup functions to fdt_support.h by Simon Glass · 4 years, 10 months ago
  100. 1318a0e common: Move type declarations to linux/types.h by Simon Glass · 4 years, 10 months ago