1. d0d07ba Prepare v2019.10-rc1 by Tom Rini · 5 years ago
  2. de17e1f Merge tag 'dm-pull-29jul19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  3. 333755e Merge branch '2019-07-29-ti-imports' by Tom Rini · 5 years ago
  4. c1c564a arm: mach-keystone: Use appended original image size in image processing by Andrew F. Davis · 5 years ago
  5. 411c1f0 configs: omapl138_lcdk: enable NAND self-init in SPL by Bartosz Golaszewski · 5 years ago
  6. f99bf3b davinci: omapl138-lcdk: enable driver-model in SPL by Bartosz Golaszewski · 5 years ago
  7. eaa381b davinci: omapl138-lcdk: remove unneeded includes by Bartosz Golaszewski · 5 years ago
  8. ead10ed davinci: omapl138-lcdk: enable CONFIG_USE_TINY_PRINTF by Bartosz Golaszewski · 5 years ago
  9. 31a3d91 davinci: omapl138-lcdk: enable SPL_SYS_MALLOC_SIMPLE by Bartosz Golaszewski · 5 years ago
  10. 95cffd9 davinci: da850-evm: enable driver model for NAND by Bartosz Golaszewski · 5 years ago
  11. f5a4755 davinci: omapl138-lcdk: enable driver model for NAND by Bartosz Golaszewski · 5 years ago
  12. 29d8eb3 nand: davinci: add support for driver model by Bartosz Golaszewski · 5 years ago
  13. 7bf9972 nand: davinci: make davinci_nand_init() static by Bartosz Golaszewski · 5 years ago
  14. 3d25b33 omapl138_lcdk_defconfig: don't build support for SPI by Bartosz Golaszewski · 5 years ago
  15. e311482 i2c: remove i2c driver-model compatibility layer by Bartosz Golaszewski · 5 years ago
  16. 3ec7fc4 sandbox: remove CONFIG_DM_I2C_COMPAT from defconfigs by Bartosz Golaszewski · 5 years ago
  17. ea4cc39 davinci: remove CONFIG_DM_I2C_COMPAT from defconfigs by Bartosz Golaszewski · 5 years ago
  18. 8dd75d3 ARM: da850_am18xxevm: Remove config and references by Adam Ford · 5 years ago
  19. 2d64a0f Merge branch '2019-07-29-master-imports' by Tom Rini · 5 years ago
  20. 4f4fb85 Makefile: fix implementation of BINMAN_DEBUG by Stephen Warren · 5 years ago
  21. a6cb995 binman: Add command-line support for replacing entries by Simon Glass · 5 years ago
  22. bb5edc1 binman: Correct the error message for invalid path by Simon Glass · 5 years ago
  23. d7fa4e4 binman: Split control.WriteEntryToImage() into separate functions by Simon Glass · 5 years ago
  24. 3ad804e binman: Update control.WriteEntry() to support writing the map by Simon Glass · 5 years ago
  25. 22a76b7 binman: Move control.WriteEntry further down the file by Simon Glass · 5 years ago
  26. f86a736 binman: Clean up all output directories in tests by Simon Glass · 5 years ago
  27. bf574f1 binman: Add a test function to clean up the output dir by Simon Glass · 5 years ago
  28. f6e0249 binman: Update state when replacing device-tree entries by Simon Glass · 5 years ago
  29. 3135330 patman: Reset the output directory when it is removed by Simon Glass · 5 years ago
  30. eb0f4a4 binman: Support replacing data in a cbfs by Simon Glass · 5 years ago
  31. 7210c89 binman: Update Entry.WriteData() to handle special sections by Simon Glass · 5 years ago
  32. a9cd39e binman: Update Entry.ReadEntry() to work through classes by Simon Glass · 5 years ago
  33. 17a7421 binman: Add a prefix before CBFS hex offsets by Simon Glass · 5 years ago
  34. 513c53e binman: Add a few more features to the wishlist by Simon Glass · 5 years ago
  35. 27145fd binman: Place Intel descriptor at image start by Simon Glass · 5 years ago
  36. 95a0f3c binman: Adjust fmap to ignore CBFS files by Simon Glass · 5 years ago
  37. 89d6690 libfdt: Copy the struct region in fdt_resize() by Simon Glass · 5 years ago
  38. 61ec04f binman: Support shrinking a entry after packing by Simon Glass · 5 years ago
  39. 79d3c58 binman: Update the _testing entry to support shrinkage by Simon Glass · 5 years ago
  40. 51014aa binman: Allow updating entries that change size by Simon Glass · 5 years ago
  41. eba1f0c binman: Add more tests for image header position by Simon Glass · 5 years ago
  42. 7400107 binman: Move Image.BuildImage() into a single function by Simon Glass · 5 years ago
  43. 96b6c50 binman: Write the original input fdtmap to a file by Simon Glass · 5 years ago
  44. 4ab88b6 binman: Update documentation for image creation by Simon Glass · 5 years ago
  45. 12bb1a9 binman: Add info to allow safely repacking an image later by Simon Glass · 5 years ago
  46. 10f9d00 binman: Support updating entries in an existing image by Simon Glass · 5 years ago
  47. a004f29 binman: Tidy up _SetupDtb() to use its own temporary file by Simon Glass · 5 years ago
  48. 02fd463 binman: Allow the fdtmap to remain unchanged by Simon Glass · 5 years ago
  49. 6ccbfcd binman: Add a constant for common entry properties by Simon Glass · 5 years ago
  50. c5ad04b binman: Add a function to obtain the image for an Entry by Simon Glass · 5 years ago
  51. c6bd6e2 binman: Adjust Entry to read the node in a separate call by Simon Glass · 5 years ago
  52. 1411ac8 binman: Add an image name into the fdtmap by Simon Glass · 5 years ago
  53. 6ca0dcb binman: Store the entry in output_fdt_files by Simon Glass · 5 years ago
  54. 6a3b5b5 binman: Allow state functions to fail to return data by Simon Glass · 5 years ago
  55. d507933 binman: Support loading entry data from a file by Simon Glass · 5 years ago
  56. 589d8f9 binman: Store image fdtmap when loading from a file by Simon Glass · 5 years ago
  57. e44bc83 dtoc: Update Fdt.GetNode() to handle the root node by Simon Glass · 5 years ago
  58. 880e9ee dtoc: Update Fdt.FromData() to allow a name by Simon Glass · 5 years ago
  59. d9dad10 binman: Show a helpful error when a DT property is missing by Simon Glass · 5 years ago
  60. 9f297b0 binman: Add a bit of logging in entries when packing by Simon Glass · 5 years ago
  61. fd07336 patman: Update tout to avoid open-coding the debug levels by Simon Glass · 5 years ago
  62. f49462e binman: Drop state.fdt_set as this is not needed by Simon Glass · 5 years ago
  63. 77e4ef1 binman: Simplify state.fdt_subset by Simon Glass · 5 years ago
  64. fb5e8b1 binman: Adjust state.fdt_files to be keyed by entry type by Simon Glass · 5 years ago
  65. 4bdd300 binman: Adjust GetFdt() to be keyed by etype by Simon Glass · 5 years ago
  66. 726e296 binman: Rename state.GetFdt() by Simon Glass · 5 years ago
  67. 4bdd115 binman: Rename state.GetFdts() by Simon Glass · 5 years ago
  68. a8adb6d binman: Convert GetFdtSet() to use a dict by Simon Glass · 5 years ago
  69. a8573c4 binman: Move image/fdt code into PrepareImagesAndDtbs() by Simon Glass · 5 years ago
  70. 7b77316 binman: Use print() to print output by Simon Glass · 5 years ago
  71. 9354612 binman: Move GetFdtSet() into blob_dtb by Simon Glass · 5 years ago
  72. b88e81c binman: Move image-processing code into a function by Simon Glass · 5 years ago
  73. 1000096 dtoc: Return a non-zero exit code when tests fail by Simon Glass · 5 years ago
  74. f043dc2 Add validation for icache/dcache arguments - arguments different from off/on/flush are currently silently ignored. by Eric Perie · 5 years ago
  75. a1b633d lib: uuid: alignment error in gen_rand_uuid() by Heinrich Schuchardt · 5 years ago
  76. 0c4e81e rtc, rx8025: add DM support by Heiko Schocher · 5 years ago
  77. f91fb72 rtc, rx8025: fix Coding Style by Heiko Schocher · 5 years ago
  78. a7e6d0c rtc: move RTC_RX8025 to Kconfig by Heiko Schocher · 5 years ago
  79. bb4c5d6 board: mediatek: Add pumpkin board support by Fabien Parent · 5 years ago
  80. e66b202 pinctrl: mediatek: fix warning by Fabien Parent · 5 years ago
  81. 49b10cb gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  82. 5917d0b doc: arch: sandbox: Replace all the instances of README.sandbox by Keerthy · 5 years ago
  83. 81b1158 Drop linker-generated array creation when CONFIG_CMDLINE is disabled by Andrej Rosano · 5 years ago
  84. 090b30d doc: board: Add missing board index.rst files by Bin Meng · 5 years ago
  85. e35d533 tools/logos: remove black background of U-Boot logo by Heinrich Schuchardt · 5 years ago
  86. 18cfa61 fit: Support compat string property in configuration node by Julius Werner · 5 years ago
  87. b1307f8 fit: Support compression for non-kernel components (e.g. FDT) by Julius Werner · 5 years ago
  88. 2090854 common: Move bootm_decomp_image() to image.c (as image_decomp()) by Julius Werner · 5 years ago
  89. 92430b8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga by Tom Rini · 5 years ago
  90. ad4a699 Merge tag 'video-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  91. c957be9 Merge tag 'u-boot-rockchip-20190729' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
  92. b29cb05 gitlab-ci: Switch to a Docker image that contains a QEMU we build by Tom Rini · 5 years ago
  93. 970baf1 video: arm: rpi: Bail out early if querying video information fails by Fabian Vogt · 5 years ago
  94. 26008cd rockchip: rv1108: Migrate to use common board file by Kever Yang · 5 years ago
  95. 8e9a8d0 rockchip: elgin-rv1108: use board_early_init_f for per-boar init by Kever Yang · 5 years ago
  96. 920b013 rockchip: rk3399: Migrate to use common board file by Kever Yang · 5 years ago
  97. 54b012f rockchip: rk3399: init vbus regulator in board_early_init_f() by Kever Yang · 5 years ago
  98. edaf8db rockchip: rk3368: Migrate to use common board file by Kever Yang · 5 years ago
  99. 38ed267 rockchip: rk3328: Migrate to use common board file by Kever Yang · 5 years ago
  100. de57a9f rockchip: rk3288: Migrate to use common board file by Kever Yang · 5 years ago