1. 0dbd6e3 mkimage: fit: Free buf directly in fit_extract_data() by Bin Meng · 4 years, 5 months ago
  2. 3fc85a7 mkimage: fit: Unmmap the memory before closing fd in fit_import_data() by Lihua Zhao · 4 years, 5 months ago
  3. 3b32cf0 tools: Remove the out-of-date MinGW support codes by Bin Meng · 4 years, 5 months ago
  4. b21c08a tools: image-host.c: use correct output format by Heinrich Schuchardt · 4 years, 5 months ago
  5. ebfe611 mkimage: fit_image: Add option to make fit header align by Kever Yang · 4 years, 6 months ago
  6. 02560b1 tool: use ALIGN() to align the size by Kever Yang · 4 years, 6 months ago
  7. e5ad99c tools: imx8mimage: remove redundant code by Kever Yang · 4 years, 6 months ago
  8. e002ee7 tools: kwbimage: use common ALIGN to do the size align by Kever Yang · 4 years, 6 months ago
  9. 29e7ab0 tools: mkimage: use common ALIGN to do the size align by Kever Yang · 4 years, 6 months ago
  10. cd1cec6 tool: aisimage: use ALIGN instead of self defiend macro by Kever Yang · 4 years, 6 months ago
  11. c738adb tool: Move ALIGN_MASK to header as common MACRO by Kever Yang · 4 years, 6 months ago
  12. b1e5e6d buildman: Change the exit codes by Simon Glass · 4 years, 6 months ago
  13. a38930e buildman: Update the TODO items by Simon Glass · 4 years, 6 months ago
  14. 113a8a5 buildman: Add an option to ignore migration warnings by Simon Glass · 4 years, 6 months ago
  15. 174592b buildman: Add an option to ignore device-tree warnings by Simon Glass · 4 years, 6 months ago
  16. eb70a2c buildman: Make -I the default by Simon Glass · 4 years, 6 months ago
  17. ea09fb5 buildman: Update workflow documentation with more detail by Simon Glass · 4 years, 6 months ago
  18. 9e040b5 buildman: Add the abbreviation for --boards by Simon Glass · 4 years, 6 months ago
  19. f972836 buildman: Update the 'theory of operation' a little by Simon Glass · 4 years, 6 months ago
  20. 7b33f21 buildman: Show a summary of the build result by Simon Glass · 4 years, 6 months ago
  21. 95ed0a2 buildman: Limit the length of progress messages by Simon Glass · 4 years, 6 months ago
  22. 6eb76ca buildman: Show the number of builds remaining by Simon Glass · 4 years, 6 months ago
  23. edae4ad buildman: Drop unused output code by Simon Glass · 4 years, 6 months ago
  24. 212c0b8 buildman: Show a message when fetching a repo by Simon Glass · 4 years, 6 months ago
  25. 102969b buildman: Drop the line-clearing code in Builder by Simon Glass · 4 years, 6 months ago
  26. 1e13047 patman: Support limiting output to a single line by Simon Glass · 4 years, 6 months ago
  27. 37b224f patman: Support erasing a previously unfinished text line by Simon Glass · 4 years, 6 months ago
  28. a84eb16 patman: Update flushing Print() for Python 3 by Simon Glass · 4 years, 6 months ago
  29. 9ef0ceb buildman: Use spaces in the board list by Simon Glass · 4 years, 6 months ago
  30. 8c9a267 buildman: Show the list of boards in magenta by Simon Glass · 4 years, 6 months ago
  31. 35d696d buildman: Use an object to hold error lines by Simon Glass · 4 years, 6 months ago
  32. 5627bd9 buildman: Use yellow consistently for warning lines by Simon Glass · 4 years, 6 months ago
  33. e631a2b buildman: Test the output with --list-error-boards by Simon Glass · 4 years, 6 months ago
  34. c9dd80b buildman: Add a test helper for creating a line prefix by Simon Glass · 4 years, 6 months ago
  35. ce558db buildman: Split out testOutput() into separate functions by Simon Glass · 4 years, 6 months ago
  36. af43065 buildman: Create temp directory in test setup by Simon Glass · 4 years, 6 months ago
  37. c3bc4f1 buildman: Use an iterator to check test output by Simon Glass · 4 years, 6 months ago
  38. 3c339bb buildman: Add test coverage for error/warning colour by Simon Glass · 4 years, 6 months ago
  39. b206d87 buildman: Refactor error-line output int a function by Simon Glass · 4 years, 6 months ago
  40. 2799a69 doc: fix references to driver-model by Heinrich Schuchardt · 4 years, 7 months ago
  41. ab5a2b0 mkimage: fit: don't create image with 0700 permissions by Thomas Hebb · 4 years, 7 months ago
  42. cf0ef93 patman: Apply the cc limit to the cover letter also by Simon Glass · 4 years, 7 months ago
  43. 4e9162d buildman: Drop the -a option by Simon Glass · 4 years, 6 months ago
  44. b2d89bc buildman: Allow building within a subdir of the current dir by Simon Glass · 4 years, 6 months ago
  45. 925f6ad buildman: Be more selective about which directories to remove by Simon Glass · 4 years, 6 months ago
  46. 7beb43c buildman: Allow ignoring warnings in the return code by Simon Glass · 4 years, 6 months ago
  47. f9c094b buildman: Update help for -d by Simon Glass · 4 years, 6 months ago
  48. d829f12 bulidman: Add support for a simple build by Simon Glass · 4 years, 6 months ago
  49. e9fbbf6 buildman: Document the members of BuilderJob by Simon Glass · 4 years, 6 months ago
  50. 205254e buildman: Support fetching gcc 9.2.0 by Bin Meng · 4 years, 6 months ago
  51. 587e4a4 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · 4 years, 6 months ago
  52. 1f47e2a Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 6 months ago
  53. 72188f5 image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 6 months ago
  54. c3aa81e fit_check_sign: Allow selecting the configuration to verify by Simon Glass · 4 years, 6 months ago
  55. 382cf62 image: Be a little more verbose when checking signatures by Simon Glass · 4 years, 6 months ago
  56. 2b18b89 Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 6 months ago
  57. e5a4055 rockchip: mkimage: Use an existing macro instead of a decimal value by Miquel Raynal · 4 years, 6 months ago
  58. b983cc2 lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 7 months ago
  59. 4f5c5e9 moveconfig: convert ps.stderr to string by Markus Klotzbuecher · 4 years, 7 months ago
  60. b3192f4 moveconfig: replace unsafe eval with asteval by Markus Klotzbuecher · 4 years, 7 months ago
  61. a3ca99c tools: image-host.c: remove uboot_aes.h by Philippe Reynes · 4 years, 7 months ago
  62. 441749d tools: mkimage: fix STM32 image format for big endian hosts by Antonio Borneo · 4 years, 8 months ago
  63. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 7 months ago
  64. 4cfeb8d tools: imx8m_image: fix warning message by Sébastien Szymanski · 4 years, 8 months ago
  65. 2f7c53c buildman: Enable buildman on aarch64 hosts by Matthias Brugger · 4 years, 8 months ago
  66. 9de5c39 tools: buildman: fix typo by Flavio Suligoi · 4 years, 8 months ago
  67. e4e355f tools: correct Markdown in concurrencytest/README.md by Heinrich Schuchardt · 4 years, 8 months ago
  68. 3166014 genboardscfg.py: drop python version comment by Baruch Siach · 4 years, 8 months ago
  69. dae188e tools: ftdgrep: correct the find regions loop in do_fdtgrep by Patrick Delaunay · 4 years, 8 months ago
  70. 4df3578 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · 4 years, 9 months ago
  71. 7298e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 4 years, 9 months ago
  72. 5819466 mkimage: simplify fit_check_params() by Heinrich Schuchardt · 4 years, 10 months ago
  73. d6b92b9 Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 9 months ago
  74. f6a8c0f binman: fix default filename of u-boot-with-ucode-ptr in documentation by Masahiro Yamada · 4 years, 9 months ago
  75. e3cd06b tools: dumpimage: Fall-though to print usage for help command by Andrew F. Davis · 5 years ago
  76. e5b5628 tools: fit_image: Use fit_image_get_data_and_size for getting offset/size by Andrew F. Davis · 5 years ago
  77. 79e984c tools: dumpimage: Provide more feedback on internal errors by Andrew F. Davis · 5 years ago
  78. d8a3f52 Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 9 months ago
  79. 162c72c tools: imx8m_image: Change source path for DDR firmware to build dir by Frieder Schrempf · 4 years, 10 months ago
  80. 5a8fa09 Merge branch 'next' by Tom Rini · 4 years, 9 months ago
  81. 28aa6dc Merge tag 'u-boot-rockchip-20191231' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 9 months ago
  82. e198bb5 tools: .gitignore: add asn1_compiler by Dario Binacchi · 4 years, 9 months ago
  83. e97bdfa tools/imximage: share DCD information via Kconfig by Jorge Ramirez-Ortiz · 4 years, 10 months ago
  84. f43b0d4 rockchip: mkimage: fix wrong range of rc4 encoding for boot image by Jeffy Chen · 4 years, 10 months ago
  85. eea6cd8 rockchip: mkimage: support packing optional second level boot-loader by Jeffy Chen · 4 years, 9 months ago
  86. c62e614 fw_setenv: avoid writing environment when nothing has changed by Rasmus Villemoes · 6 years ago
  87. d08c38c buildman: Ignore blank lines during size checks by Tom Rini · 4 years, 10 months ago
  88. 57cb9d5 buildman: Add options to get the arch and toolchain info by Simon Glass · 4 years, 10 months ago
  89. 7c66ead buildman: Figure out boards before commits by Simon Glass · 4 years, 10 months ago
  90. 6a3fc91 buildman: Ask genboardscfg to be quiet by Simon Glass · 4 years, 10 months ago
  91. 69bbdd1 genboardcfg: Support a quiet mode by Simon Glass · 4 years, 10 months ago
  92. 4251fbc buildman: Improve [make-flags] section parser to allow quoted strings by Cristian Ciocaltea · 4 years, 10 months ago
  93. 2b12196 cmd: add asn1_compiler by AKASHI Takahiro · 4 years, 11 months ago
  94. 32f2ca2 cosmetic: Fix spelling and whitespace errors by Thomas Hebb · 4 years, 10 months ago
  95. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 4 years, 10 months ago
  96. b2ea91b crc: Fix code style with crc functions by Simon Glass · 4 years, 10 months ago
  97. 70f6813 buildman: Fix problem with non-existent output directories by Tom Rini · 4 years, 10 months ago
  98. 02b5670 moveconfig.py: Fix more Python3 UTF issues by Tom Rini · 4 years, 11 months ago
  99. a8992e7 env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check by Tom Rini · 4 years, 10 months ago
  100. d64efd9 Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 10 months ago