1. d332ff7 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  2. ccb293f env: tool: add command line option to input lockfile path by B, Ravi · 8 years ago
  3. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  4. 0b49b84 Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_buf: enforce offset to be start of environment by Andreas Fenkart · 8 years ago
  5. 5e755c7 tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf by Andreas Fenkart · 8 years ago
  6. ae3b320 tools/env: pass bad block offset by value by Andreas Fenkart · 8 years ago
  7. 2228158 tools/env: factor out environment_end function by Andreas Fenkart · 8 years ago
  8. 2e9f494 tools: mkimage: add support for Vybrid image format by Albert ARIBAUD \(3ADEV\) · 8 years ago
  9. 4066b31 dtoc: Add methods for reading data from properties by Simon Glass · 8 years ago
  10. 29462c3 dtoc: Correct quotes in fdt_util by Simon Glass · 8 years ago
  11. 54cec6d dtoc: Support finding the offset of a property by Simon Glass · 8 years ago
  12. 32d9827 dtoc: Support packing the device tree by Simon Glass · 8 years ago
  13. c719e42 dtoc: Support deleting device tree properties by Simon Glass · 8 years ago
  14. a930ecc dtoc: Move to using bytearray by Simon Glass · 8 years ago
  15. 14fb292 dtoc: Prepare for supporting changing of device trees by Simon Glass · 8 years ago
  16. c2470f4 dtoc: Drop the convert_dash parameter to GetProps() by Simon Glass · 8 years ago
  17. efc9bf6 dtoc: Allow the device tree to be compiled from source by Simon Glass · 8 years ago
  18. a2b840a patman: Add a library to handle logging and progress by Simon Glass · 8 years ago
  19. be39f05 patman: Add a tools library for using temporary files by Simon Glass · 8 years ago
  20. cc346a7 dtoc: Move a few more common functions into fdt.py by Simon Glass · 8 years ago
  21. 248ccd2 dtoc: Move Widen() and GetPhandle() into the base class by Simon Glass · 8 years ago
  22. b1a5e26 dtoc: Move BytesToValue() and GetEmpty() into PropBase by Simon Glass · 8 years ago
  23. 1f941b6 dtoc: Create a base class for Fdt by Simon Glass · 8 years ago
  24. 8be1d28 dtoc: Rename fdt.py to fdt_normal.py by Simon Glass · 8 years ago
  25. b71ef89 dtoc: Move the fdt library selection into fdt_select by Simon Glass · 8 years ago
  26. 8a30514 dtoc: Move the struct import into the correct order by Simon Glass · 8 years ago
  27. c55e056 patman: Adjust command.Output() to raise an error by default by Simon Glass · 8 years ago
  28. 8bf41c2 moveconfig: Add an option to commit changes by Simon Glass · 8 years ago
  29. 13e05a0 moveconfig: Add an option to skip prompts by Simon Glass · 8 years ago
  30. 7161b6e Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  31. 6d13917 tools: moveconfig: add --spl option to move options for SPL build by Masahiro Yamada · 8 years ago
  32. 35204d9 tools: moveconfig: warn loudly if moved option has no entry in Kconfig by Masahiro Yamada · 8 years ago
  33. 1271b67 tools: moveconfig: use sets instead of lists for failed/suspicious boards by Masahiro Yamada · 8 years ago
  34. 61fbb57 tools: moveconfig: remove document about deprecated error message by Masahiro Yamada · 8 years ago
  35. 88c9300 imx: ventana: enable splashscreen support by Tim Harvey · 8 years ago
  36. 7facf88 treewide: fix "followings" to "following" by Masahiro Yamada · 8 years ago
  37. d1d9d60 tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list by Masahiro Yamada · 8 years ago
  38. aa6b9e7 tools: kwboot: patch destaddr only for SoCs with header version 1 by Simon Baatz · 8 years ago
  39. 5a364df tools/env: soften warning about erase block alignment by Andreas Fenkart · 8 years ago
  40. 31f2e05 tools/env: return with error if redundant environments have unequal size by Andreas Fenkart · 8 years ago
  41. bf9beea tools/env: ensure environment starts at erase block boundary by Andreas Fenkart · 8 years ago
  42. 15bd26c mkimage: Fix argument parsing with signature comment by Karl Beldan · 8 years ago
  43. dce28de tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaning by Masahiro Yamada · 8 years ago
  44. 58175e3 tools: moveconfig: make getting all defconfigs into helper function by Masahiro Yamada · 8 years ago
  45. 6d798ba tools: moveconfig: fix cleanup of defines across multiple lines by Masahiro Yamada · 8 years ago
  46. a1a4b09 tools: moveconfig: show diffs of cleaned headers in color by Masahiro Yamada · 8 years ago
  47. 573b390 tools: moveconfig: show result of header cleaning in unified diff by Masahiro Yamada · 8 years ago
  48. ea8f534 tools: moveconfig: trim garbage lines after header cleanups by Masahiro Yamada · 8 years ago
  49. d0a9d2a tools: moveconfig: do not check clean tree and compilers for -H option by Masahiro Yamada · 8 years ago
  50. 28a6d35 tools: moveconfig: do not cleanup headers in include/generated by Masahiro Yamada · 8 years ago
  51. d7c8a7d buildman: Add a quick-start note by Simon Glass · 8 years ago
  52. f90e291 buildman: Avoid overwriting existing toolchain entries by Simon Glass · 8 years ago
  53. a3d9b4f buildman: Drop the toolchain error when downloading toolchains by Simon Glass · 8 years ago
  54. 43ea128 buildman: Fix a typo in TestSettingsHasPath() by Simon Glass · 8 years ago
  55. 9f1ba0f buildman: Improve the toolchain progress/error output by Simon Glass · 8 years ago
  56. f38a642 buildman: Allow the toolchain error to be suppressed by Simon Glass · 8 years ago
  57. 5d4a787 buildman: Fix the 'help' test to use the correct path by Simon Glass · 8 years ago
  58. dd19517 buildman: Automatically create a config file if needed by Simon Glass · 8 years ago
  59. 7b94ab5 buildman: Tidy up the README a little by Simon Glass · 8 years ago
  60. bfa419c Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  61. 2089073 tools: env: Fix format warnings in debug by Marcin Niestroj · 9 years ago
  62. 4afa316 mkimage: rockchip: add suport for rk33 serial by Kever Yang · 8 years ago
  63. de9862d mkimage: rockchip: add suport for rk33 serial by Kever Yang · 8 years ago
  64. 90313a9 dtoc: Correct the type widening code in fdt_fallback by Simon Glass · 8 years ago
  65. dc4053a tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7 by mario.six@gdsys.cc · 8 years ago
  66. d019e15 tools: Fix return code of fit_image_process_sig() by mario.six@gdsys.cc · 8 years ago
  67. 33aaef9 tools/env: reuse fw_getenv in fw_printenv function by Andreas Fenkart · 8 years ago
  68. 3ff1074 tools/env: move envmatch further up in file to avoid forward declarations by Andreas Fenkart · 8 years ago
  69. c4a722c tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script by Andreas Fenkart · 8 years ago
  70. b21e602 tools/env: allow negative offsets by Stefan Agner · 8 years ago
  71. 21dbd6a tools/env: complete environment device config early by Stefan Agner · 8 years ago
  72. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  73. ecf6082 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  74. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · 8 years ago
  75. 6522a55 dtoc: Ignore the u-boot, dm-pre-reloc property by Simon Glass · 8 years ago
  76. 0dbc728 Only build the libfdt python module if 'swig' is available by Simon Glass · 8 years ago
  77. a2a6f04 dm: Add a more efficient libfdt library by Simon Glass · 8 years ago
  78. bfad22e dm: Add a tool to generate C code from a device tree by Simon Glass · 8 years ago
  79. fa8974d dm: Add a library to provide simple device-tree access by Simon Glass · 8 years ago
  80. 9e3cd3c mkimage: fix missing break for -p switch by Teddy Reed · 8 years ago
  81. ec539f7 tools: Correct error handling in fit_image_process_hash() by Simon Glass · 8 years ago
  82. 061752e tools: Add an error code when fit_handle_file() fails by Simon Glass · 8 years ago
  83. eaa2540 mkimage: Show item lists for all categories by Simon Glass · 8 years ago
  84. be42159 mkimage: Use generic code for showing an 'image type' error by Simon Glass · 8 years ago
  85. 1d138b5 mkimage: Allow display of a list of any image header category by Simon Glass · 8 years ago
  86. aeeea7f image: Correct auto-fit architecture property name by Simon Glass · 8 years ago
  87. 781d1e7 mkimage: Drop blank line before main() by Simon Glass · 8 years ago
  88. 62db64a mkimage: Drop premature setting of params.fit_image_type by Simon Glass · 8 years ago
  89. 79b5ee5 mkimage: Require a data file when auto-fit is used by Simon Glass · 8 years ago
  90. 156c349 mkimage: Explain the auto-fit imagefile special case by Simon Glass · 8 years ago
  91. a89857d mkimage: Honour the default image type with auto-fit by Simon Glass · 8 years ago
  92. 9228cc2 tools: patman: Handle missing 'END' in non-last commit of a series by Bin Meng · 8 years ago
  93. 50ffc98 tools: patman: Handle missing blank line for 'Series-changes' by Bin Meng · 8 years ago
  94. d23121c tools: patman: Generate cover letter correctly when 'END' is missing by Bin Meng · 8 years ago
  95. f83649f tools: patman: Handle tag sections without an 'END' by Bin Meng · 8 years ago
  96. d0bc03c tools: patman: Use cover_match for 'Cover-letter' by Bin Meng · 8 years ago
  97. 05e586a mkimage -l is broken for images after gpimage by Stefano Babic · 8 years ago
  98. f8e066c Respect SOURCE_DATE_EPOCH when building FIT images. by Vagrant Cascadian · 8 years ago
  99. a845762 mkimage: fit: spl: Add an optional static offset for external data by Teddy Reed · 8 years ago
  100. 3c9bfea tools: moveconfig: show suspicious boards with possible misconversion by Masahiro Yamada · 8 years ago