1. 2ea8d5e rockchip: rk3288-veyron: Migrate "u-boot, boot0" to "u-boot, spl-boot-order" by Kever Yang · 5 years ago
  2. 88a9738 rockchip: phycore: remove no use "u-boot, boot0" in dts by Kever Yang · 5 years ago
  3. aa67deb rockchip: rk3288: Migrate to use common spl board file by Kever Yang · 5 years ago
  4. 66dd594 rockchip: rk3288: move dram_init_banksize() into soc file by Kever Yang · 5 years ago
  5. b9c8354 rockchip: rk3288-phycore: move phycore_init() to its own board file by Kever Yang · 5 years ago
  6. ca09f9a rockchip: rk3288: move setup_led() to firefly-rk3288 by Kever Yang · 5 years ago
  7. f3b2dba rockchip: rk3288: show SPL BANNER earlier in board_init_f() by Kever Yang · 5 years ago
  8. 0482bba rockchip: fit_spl_optee: rockchip: fix warning unit_address_vs_reg by Kever Yang · 5 years ago
  9. b7250eb rockchip: rk322x: add boot_devices mapping to support 'same-as-spl' by Kever Yang · 5 years ago
  10. d877fd2 rockchip: rk322x: migrate to use common spl board file by Kever Yang · 5 years ago
  11. 4024492 rockchip: rk322x: introduce arch_cpu_init() for SoC setting init by Kever Yang · 5 years ago
  12. 3bd9040 rockchip: rk3188: migrate to use common spl board file by Kever Yang · 5 years ago
  13. 60b270e rockchip: rk3188: add boot_devices mapping to support 'same-as-spl' by Kever Yang · 5 years ago
  14. 96bf25a rockchip: rk3188: move spl_board_init() into rk3188.c by Kever Yang · 5 years ago
  15. bd8532e rockchip: Migrate to use BOOTROM_SUPPORT driver by Kever Yang · 5 years ago
  16. 8fd6019 rockchip: rk3188: move usb uart init into arch_cpu_init() by Kever Yang · 5 years ago
  17. b4be5ca rockchip: rk3188: init CPU freq in clock driver by Kever Yang · 5 years ago
  18. 1d7cc72a rockchip: add common spl board file by Kever Yang · 5 years ago
  19. 3ef783e rockchip: declear boot_devices in bootrom.h by Kever Yang · 5 years ago
  20. dc6a461 rockchip: intruduce common BROM_BOOTSOURCE_ID_ADDR by Kever Yang · 5 years ago
  21. af37632 rockchip: add CONFIG_IRAM_BASE for all SoCs by Kever Yang · 5 years ago
  22. 50a03cd rockchip: remove redundant CONFIG_SYS_NS16550_MEM32 by Kever Yang · 5 years ago
  23. 7b18385 include: configs: Increase CONFIG_SYS_BOOTM_LEN to 16MB by Shyam Saini · 6 years ago
  24. 88b4022 gitlab-ci: Update Docker image to xenial-20190720-24Jul2019 tag by Tom Rini · 5 years ago
  25. 83ae4f6 gitlab-ci: Add pyelftools to the binman testsuite section by Tom Rini · 5 years ago
  26. 0accd0d Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  27. 63a3467 dm: device: make power domain calls optional by Anatolij Gustschin · 5 years ago
  28. 752db5b buildman: fix invocation examples typos by Baruch Siach · 5 years ago
  29. 3d23abd clk: initialize clk->data when using default xlate by Sekhar Nori · 5 years ago
  30. d89bb86 dm: uclass: fix comment copy/paste error by Baruch Siach · 5 years ago
  31. 22203f5 common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges() by Marek Vasut · 5 years ago
  32. 4cf914d dm: Fix parameter description of dev_read_name() by Bin Meng · 5 years ago
  33. a9274aa dm: core: Set correct "status" value for a node by Bin Meng · 5 years ago
  34. 513cf40 dm: core: Call clk_set_defaults() during probe() only for a valid ofnode by Bin Meng · 5 years ago
  35. fe5eb09 dm: timer: Skip device that does not have a valid ofnode in pre_probe() by Bin Meng · 5 years ago
  36. b1dd47c fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not found by Masahiro Yamada · 5 years ago
  37. 52d0621 binman: Add a test for nested and aligned sections by Simon Glass · 5 years ago
  38. 980a284 binman: Add an 'extract' command by Simon Glass · 5 years ago
  39. e1b605d binman: Support reading from CBFS entries by Simon Glass · 5 years ago
  40. 4c613bf binman: Allow reading an entry from an image by Simon Glass · 5 years ago
  41. 233a26a9 binman: Allow for logging information to be displayed by Simon Glass · 5 years ago
  42. b2fd11d binman: Support listing an image by Simon Glass · 5 years ago
  43. 39dd215 binman: Convert Image to a subclass of Entry by Simon Glass · 5 years ago
  44. b8424fa binman: Support reading an image into an Image object by Simon Glass · 5 years ago
  45. ed39a3c binman: Support locating an image header by Simon Glass · 5 years ago
  46. 8d8bf4e binman: Support locating an FDT map by Simon Glass · 5 years ago
  47. 6b156f8 binman: Allow listing the entries in an image by Simon Glass · 5 years ago
  48. 3c9b4f2 binman: Detect bad CBFS file types by Simon Glass · 5 years ago
  49. 151bbbf binman: Support FDT update for CBFS by Simon Glass · 5 years ago
  50. 4f37433 binman: Use the cbfs memlen field only for uncompressed length by Simon Glass · 5 years ago
  51. 3170e54 binman: Provide the actual data address for cbfs files by Simon Glass · 5 years ago
  52. 90d2968 binman: Allow device-tree entries to be compressed by Simon Glass · 5 years ago
  53. e61b6f6 binman: Allow entries to expand after packing by Simon Glass · 5 years ago
  54. cbc80e8 binman: Add a control for post-pack entry expansion by Simon Glass · 5 years ago
  55. ec84985 binman: Add a return value to ProcessContentsUpdate() by Simon Glass · 5 years ago
  56. a40f30c binman: Call ProcessUpdateContents() consistently by Simon Glass · 5 years ago
  57. d17dfea binman: Fix up ProcessUpdateContents error and comments by Simon Glass · 5 years ago
  58. 0baeab7 binman: Allow easy importing of entry modules by Simon Glass · 5 years ago
  59. 7550293 binman: Drop an unused arg in Entry.Lookup() by Simon Glass · 5 years ago
  60. aa2fcf9 binman: Move compression into the Entry base class by Simon Glass · 5 years ago
  61. f46732a binman: Convert to use ArgumentParser by Simon Glass · 5 years ago
  62. cec34ba binman: Add an image header by Simon Glass · 5 years ago
  63. 0f62133 binman: Add an FDT map by Simon Glass · 5 years ago
  64. 5b4bce3 binman: Add a convenience functions for real-DTB tests by Simon Glass · 5 years ago
  65. 43062bc binman: Update help for new features by Simon Glass · 5 years ago
  66. a9408f8 binman: Update future features by Simon Glass · 5 years ago
  67. 97011e1 binman: Simplify the entry test by Simon Glass · 5 years ago
  68. c2f1aed binman: Add support for fixed-offset files in CBFS by Simon Glass · 5 years ago
  69. a61e6fe binman: Pad empty areas of the CBFS with files by Simon Glass · 5 years ago
  70. 759af87 binman: Add support for Intel IFWI entries by Simon Glass · 5 years ago
  71. 1de3448 binman: Add support for CBFS entries by Simon Glass · 5 years ago
  72. 96a6296 binman: Add a utility library for coreboot CBFS by Simon Glass · 5 years ago
  73. 578d53e patman: Add a function to write ifwitool by Simon Glass · 5 years ago
  74. cebfab2 binman: Pass the toolpath to tests by Simon Glass · 5 years ago
  75. ac754ca Merge branch '2019-07-24-master-imports' by Tom Rini · 5 years ago
  76. 9c59d86 psci: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  77. 9bee9e5 distro_bootcmd: refactor virtio to support PCI block devices by David Abdurachmanov · 5 years ago
  78. 9a53cbf remoteproc: Fix potential build issues with SPL remoteproc by Suman Anna · 5 years ago
  79. 6afbde4 doc: fitImage: Cosmetics break lines by Mickaël Tansorier · 5 years ago
  80. b3c15b0 doc: fitImage: Fix conf number incrementation by Mickaël Tansorier · 5 years ago
  81. 91bcc22 doc: Add the U-Boot logo to the html doc by Bin Meng · 5 years ago
  82. 9c93a30 doc: Add .gitignore for the Sphinx build output directory by Bin Meng · 5 years ago
  83. c9eff6a spl: sata: support U-Boot load from raw sata disk by Baruch Siach · 5 years ago
  84. 14864d6 scripts/kernel-doc: fix parsing of function pointers by Heinrich Schuchardt · 5 years ago
  85. 2b0a6ea scripts/kernel-doc: update script from Linux 5.2 by Heinrich Schuchardt · 5 years ago
  86. 96a156f doc: Cope with Sphinx logging deprecations by Jonathan Corbet · 5 years ago
  87. 0655b26 env: am57xx: Implement A/B boot process by Ruslan Trofymenko · 5 years ago
  88. 68ff769 doc: android: Add simple guide for A/B updates by Ruslan Trofymenko · 5 years ago
  89. ec264b4 test/py: Add base test case for A/B updates by Ruslan Trofymenko · 5 years ago
  90. a24f9b4 cmd: Add 'ab_select' command by Ruslan Trofymenko · 5 years ago
  91. 3b7dc91 common: Implement A/B metadata by Ruslan Trofymenko · 5 years ago
  92. 5e171ef disk: part: Extend API to get partition info by Ruslan Trofymenko · 5 years ago
  93. cb10fc9 cmd: bcb: Apply non-functional refinements by Eugeniu Rosca · 5 years ago
  94. 9bb6283 cmd: bcb: Use strcmp() instead of strncmp() for string literals by Eugeniu Rosca · 5 years ago
  95. 2b921bb cmd: bcb: Fix duplicated handling in two case-branches by Eugeniu Rosca · 5 years ago
  96. c37e68f treewide: Fix stale references of Android docs by Eugeniu Rosca · 5 years ago
  97. 7326858 image: android: allow to wrap uImage into the Android boot image by Roman Stratiienko · 5 years ago
  98. 9686a93 menu: don't bother going interactive with just one menu item by Leon Yu · 5 years ago
  99. db9bd636 cmd: part: Add 'number' sub-command by Ruslan Trofymenko · 5 years ago
  100. 9611d14 Merge branch '2019-07-24-doc-html-cleanup' by Tom Rini · 5 years ago