1. cddbfd4 mmc: mv_sdhci: fix uninitialized pointer deref on probe by Baruch Siach · 5 years ago
  2. a35de5a test/py: add MMC/SD block write test by Jean-Jacques Hiblot · 5 years ago
  3. db02bd3 Prepare v2019.10-rc1 by Tom Rini · 5 years ago
  4. 6130c61 Merge tag 'dm-pull-29jul19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  5. 7b6a458 Merge branch '2019-07-29-ti-imports' by Tom Rini · 5 years ago
  6. 857005b arm: mach-keystone: Use appended original image size in image processing by Andrew F. Davis · 5 years ago
  7. ccdca3e configs: omapl138_lcdk: enable NAND self-init in SPL by Bartosz Golaszewski · 5 years ago
  8. cdba215 davinci: omapl138-lcdk: enable driver-model in SPL by Bartosz Golaszewski · 5 years ago
  9. e2ece1f davinci: omapl138-lcdk: remove unneeded includes by Bartosz Golaszewski · 5 years ago
  10. 53be1ce davinci: omapl138-lcdk: enable CONFIG_USE_TINY_PRINTF by Bartosz Golaszewski · 5 years ago
  11. 54ae212 davinci: omapl138-lcdk: enable SPL_SYS_MALLOC_SIMPLE by Bartosz Golaszewski · 5 years ago
  12. f82db92 davinci: da850-evm: enable driver model for NAND by Bartosz Golaszewski · 5 years ago
  13. 7a216ef davinci: omapl138-lcdk: enable driver model for NAND by Bartosz Golaszewski · 5 years ago
  14. 8a14dfe nand: davinci: add support for driver model by Bartosz Golaszewski · 5 years ago
  15. 2d4e330 nand: davinci: make davinci_nand_init() static by Bartosz Golaszewski · 5 years ago
  16. c536006 omapl138_lcdk_defconfig: don't build support for SPI by Bartosz Golaszewski · 5 years ago
  17. 1e4450c i2c: remove i2c driver-model compatibility layer by Bartosz Golaszewski · 5 years ago
  18. 1e3629c sandbox: remove CONFIG_DM_I2C_COMPAT from defconfigs by Bartosz Golaszewski · 5 years ago
  19. c08c52c davinci: remove CONFIG_DM_I2C_COMPAT from defconfigs by Bartosz Golaszewski · 5 years ago
  20. b619253 ARM: da850_am18xxevm: Remove config and references by Adam Ford · 5 years ago
  21. f67cc99 Merge branch '2019-07-29-master-imports' by Tom Rini · 5 years ago
  22. d9fb9d9 Makefile: fix implementation of BINMAN_DEBUG by Stephen Warren · 5 years ago
  23. 30033c2 binman: Add command-line support for replacing entries by Simon Glass · 5 years ago
  24. a772d3f binman: Correct the error message for invalid path by Simon Glass · 5 years ago
  25. 274bd0e binman: Split control.WriteEntryToImage() into separate functions by Simon Glass · 5 years ago
  26. d48f94e binman: Update control.WriteEntry() to support writing the map by Simon Glass · 5 years ago
  27. 3971c95 binman: Move control.WriteEntry further down the file by Simon Glass · 5 years ago
  28. b3d6fc7 binman: Clean up all output directories in tests by Simon Glass · 5 years ago
  29. ee9d10d binman: Add a test function to clean up the output dir by Simon Glass · 5 years ago
  30. 74f5feb binman: Update state when replacing device-tree entries by Simon Glass · 5 years ago
  31. 7f47e08 patman: Reset the output directory when it is removed by Simon Glass · 5 years ago
  32. 37fdd14 binman: Support replacing data in a cbfs by Simon Glass · 5 years ago
  33. d34af7a binman: Update Entry.WriteData() to handle special sections by Simon Glass · 5 years ago
  34. 0cd8ace binman: Update Entry.ReadEntry() to work through classes by Simon Glass · 5 years ago
  35. d4ed3b0 binman: Add a prefix before CBFS hex offsets by Simon Glass · 5 years ago
  36. 8100a8e binman: Add a few more features to the wishlist by Simon Glass · 5 years ago
  37. 70e3298 binman: Place Intel descriptor at image start by Simon Glass · 5 years ago
  38. cf0b21c binman: Adjust fmap to ignore CBFS files by Simon Glass · 5 years ago
  39. 14ec68c libfdt: Copy the struct region in fdt_resize() by Simon Glass · 5 years ago
  40. 9d8ee32 binman: Support shrinking a entry after packing by Simon Glass · 5 years ago
  41. 8c702fb binman: Update the _testing entry to support shrinkage by Simon Glass · 5 years ago
  42. f8a54bc binman: Allow updating entries that change size by Simon Glass · 5 years ago
  43. 1145376 binman: Add more tests for image header position by Simon Glass · 5 years ago
  44. 74b3157 binman: Move Image.BuildImage() into a single function by Simon Glass · 5 years ago
  45. 9b7f500 binman: Write the original input fdtmap to a file by Simon Glass · 5 years ago
  46. 4b05b2d binman: Update documentation for image creation by Simon Glass · 5 years ago
  47. fb30e29 binman: Add info to allow safely repacking an image later by Simon Glass · 5 years ago
  48. 072959a binman: Support updating entries in an existing image by Simon Glass · 5 years ago
  49. b8d2daa binman: Tidy up _SetupDtb() to use its own temporary file by Simon Glass · 5 years ago
  50. f8e2676 binman: Allow the fdtmap to remain unchanged by Simon Glass · 5 years ago
  51. 2c6adba binman: Add a constant for common entry properties by Simon Glass · 5 years ago
  52. 990b174 binman: Add a function to obtain the image for an Entry by Simon Glass · 5 years ago
  53. 2c360cf binman: Adjust Entry to read the node in a separate call by Simon Glass · 5 years ago
  54. ee6409b binman: Add an image name into the fdtmap by Simon Glass · 5 years ago
  55. 95f1a94 binman: Store the entry in output_fdt_files by Simon Glass · 5 years ago
  56. 385138a binman: Allow state functions to fail to return data by Simon Glass · 5 years ago
  57. af8c45c binman: Support loading entry data from a file by Simon Glass · 5 years ago
  58. 7654657 binman: Store image fdtmap when loading from a file by Simon Glass · 5 years ago
  59. 3b9a829 dtoc: Update Fdt.GetNode() to handle the root node by Simon Glass · 5 years ago
  60. 50cfc6e dtoc: Update Fdt.FromData() to allow a name by Simon Glass · 5 years ago
  61. a683a5f binman: Show a helpful error when a DT property is missing by Simon Glass · 5 years ago
  62. b6dff4c binman: Add a bit of logging in entries when packing by Simon Glass · 5 years ago
  63. 6162f1a patman: Update tout to avoid open-coding the debug levels by Simon Glass · 5 years ago
  64. f3aba91 binman: Drop state.fdt_set as this is not needed by Simon Glass · 5 years ago
  65. 132fa72 binman: Simplify state.fdt_subset by Simon Glass · 5 years ago
  66. 2be381d binman: Adjust state.fdt_files to be keyed by entry type by Simon Glass · 5 years ago
  67. 684a4f1 binman: Adjust GetFdt() to be keyed by etype by Simon Glass · 5 years ago
  68. a3030a5 binman: Rename state.GetFdt() by Simon Glass · 5 years ago
  69. 5a30060 binman: Rename state.GetFdts() by Simon Glass · 5 years ago
  70. 267112e binman: Convert GetFdtSet() to use a dict by Simon Glass · 5 years ago
  71. d3151ff binman: Move image/fdt code into PrepareImagesAndDtbs() by Simon Glass · 5 years ago
  72. dc4aeef binman: Use print() to print output by Simon Glass · 5 years ago
  73. 26d7e8e binman: Move GetFdtSet() into blob_dtb by Simon Glass · 5 years ago
  74. b766c5e5 binman: Move image-processing code into a function by Simon Glass · 5 years ago
  75. 4b1113c dtoc: Return a non-zero exit code when tests fail by Simon Glass · 5 years ago
  76. 86b7ba5 Add validation for icache/dcache arguments - arguments different from off/on/flush are currently silently ignored. by Eric Perie · 5 years ago
  77. 1c126e2 lib: uuid: alignment error in gen_rand_uuid() by Heinrich Schuchardt · 5 years ago
  78. b11a14a rtc, rx8025: add DM support by Heiko Schocher · 5 years ago
  79. 6b659d0 rtc, rx8025: fix Coding Style by Heiko Schocher · 5 years ago
  80. 1ac5f6c rtc: move RTC_RX8025 to Kconfig by Heiko Schocher · 5 years ago
  81. 2e50d82 board: mediatek: Add pumpkin board support by Fabien Parent · 5 years ago
  82. 105f6c8 pinctrl: mediatek: fix warning by Fabien Parent · 5 years ago
  83. 58e4c38 gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  84. fa00255 doc: arch: sandbox: Replace all the instances of README.sandbox by Keerthy · 5 years ago
  85. 6533a7e Drop linker-generated array creation when CONFIG_CMDLINE is disabled by Andrej Rosano · 5 years ago
  86. c719da7 doc: board: Add missing board index.rst files by Bin Meng · 5 years ago
  87. 30fd5d9 tools/logos: remove black background of U-Boot logo by Heinrich Schuchardt · 5 years ago
  88. 4e82352 fit: Support compat string property in configuration node by Julius Werner · 5 years ago
  89. 97b09cd fit: Support compression for non-kernel components (e.g. FDT) by Julius Werner · 5 years ago
  90. 47ef986 common: Move bootm_decomp_image() to image.c (as image_decomp()) by Julius Werner · 5 years ago
  91. 97a81b6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga by Tom Rini · 5 years ago
  92. 3bc5e87 Merge tag 'video-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  93. debd413 Merge tag 'u-boot-rockchip-20190729' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
  94. 1cdb182 gitlab-ci: Switch to a Docker image that contains a QEMU we build by Tom Rini · 5 years ago
  95. 26d33e5 video: arm: rpi: Bail out early if querying video information fails by Fabian Vogt · 5 years ago
  96. a2b336e rockchip: rv1108: Migrate to use common board file by Kever Yang · 5 years ago
  97. 4690edd rockchip: elgin-rv1108: use board_early_init_f for per-boar init by Kever Yang · 5 years ago
  98. 9554a4e rockchip: rk3399: Migrate to use common board file by Kever Yang · 5 years ago
  99. 804c9f1 rockchip: rk3399: init vbus regulator in board_early_init_f() by Kever Yang · 5 years ago
  100. 35b401e rockchip: rk3368: Migrate to use common board file by Kever Yang · 5 years ago