1. 945328b patman: Drop Python 2 StringIO code by Simon Glass · Fri Apr 17 18:08:55 2020 -0600
  2. b38aa01 patman: Drop references to __future__ by Simon Glass · Fri Apr 17 18:08:54 2020 -0600
  3. 70d3351 rmboard: Move to Python 3 by Simon Glass · Fri Apr 17 18:08:53 2020 -0600
  4. bdaad40 patman: Rename the main module by Simon Glass · Fri Apr 17 18:08:52 2020 -0600
  5. e3c85ab buildman: Write output files when using -w by Simon Glass · Fri Apr 17 17:51:34 2020 -0600
  6. ff48a21 buildman: Use out-env for environment output by Simon Glass · Fri Apr 17 17:51:33 2020 -0600
  7. d9c9863 buildman: Make sure that -o is given with -w by Simon Glass · Fri Apr 17 17:51:32 2020 -0600
  8. f4c0072 buildman: Correct operation of -A flag by Simon Glass · Fri Apr 17 17:51:31 2020 -0600
  9. dd65c5f buildman: Fix test for new 9.2 kernel by Simon Glass · Fri Apr 17 17:51:30 2020 -0600
  10. 6dd1052 libfdt: split fdt_region declarations out to <fdt_region.h> by Masahiro Yamada · Thu Apr 16 18:30:18 2020 +0900
  11. 8e8d3cf fdt_region: move fdt_region.c to common/ from lib/libfdt/ by Masahiro Yamada · Thu Apr 16 18:30:17 2020 +0900
  12. b10b8cf libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.c by Masahiro Yamada · Thu Apr 16 18:30:16 2020 +0900
  13. 6eb23874 mkimage: fit: Free buf directly in fit_extract_data() by Bin Meng · Sat Apr 18 01:59:11 2020 -0700
  14. 4536ef8 mkimage: fit: Unmmap the memory before closing fd in fit_import_data() by Lihua Zhao · Sat Apr 18 01:59:10 2020 -0700
  15. 112ee0b tools: Remove the out-of-date MinGW support codes by Bin Meng · Sat Apr 18 01:59:09 2020 -0700
  16. 6495fe0 tools: image-host.c: use correct output format by Heinrich Schuchardt · Sat Apr 11 18:36:04 2020 +0200
  17. 8e238b5 mkimage: fit_image: Add option to make fit header align by Kever Yang · Mon Mar 30 11:56:24 2020 +0800
  18. 8c11bc1 tool: use ALIGN() to align the size by Kever Yang · Mon Mar 30 11:56:22 2020 +0800
  19. bad64ff tools: imx8mimage: remove redundant code by Kever Yang · Mon Mar 30 11:56:21 2020 +0800
  20. 0b21cde tools: kwbimage: use common ALIGN to do the size align by Kever Yang · Mon Mar 30 11:56:20 2020 +0800
  21. 86f2601 tools: mkimage: use common ALIGN to do the size align by Kever Yang · Mon Mar 30 11:56:19 2020 +0800
  22. 8b4c38a tool: aisimage: use ALIGN instead of self defiend macro by Kever Yang · Mon Mar 30 11:56:18 2020 +0800
  23. 078cfae tool: Move ALIGN_MASK to header as common MACRO by Kever Yang · Mon Mar 30 11:56:17 2020 +0800
  24. e4cd506 buildman: Change the exit codes by Simon Glass · Thu Apr 09 10:49:45 2020 -0600
  25. a628631 buildman: Update the TODO items by Simon Glass · Thu Apr 09 15:08:54 2020 -0600
  26. f4ebfba buildman: Add an option to ignore migration warnings by Simon Glass · Thu Apr 09 15:08:53 2020 -0600
  27. 9ea9381 buildman: Add an option to ignore device-tree warnings by Simon Glass · Thu Apr 09 15:08:52 2020 -0600
  28. 6029af1 buildman: Make -I the default by Simon Glass · Thu Apr 09 15:08:51 2020 -0600
  29. 1be6ccc buildman: Update workflow documentation with more detail by Simon Glass · Thu Apr 09 15:08:50 2020 -0600
  30. 9aad8ce buildman: Add the abbreviation for --boards by Simon Glass · Thu Apr 09 15:08:49 2020 -0600
  31. 4d7efb5 buildman: Update the 'theory of operation' a little by Simon Glass · Thu Apr 09 15:08:48 2020 -0600
  32. 726ae81 buildman: Show a summary of the build result by Simon Glass · Thu Apr 09 15:08:47 2020 -0600
  33. c7ddae1 buildman: Limit the length of progress messages by Simon Glass · Thu Apr 09 15:08:46 2020 -0600
  34. 69c3a8a buildman: Show the number of builds remaining by Simon Glass · Thu Apr 09 15:08:45 2020 -0600
  35. 766ba9c buildman: Drop unused output code by Simon Glass · Thu Apr 09 15:08:44 2020 -0600
  36. 4305493 buildman: Show a message when fetching a repo by Simon Glass · Thu Apr 09 15:08:43 2020 -0600
  37. dd95b0b buildman: Drop the line-clearing code in Builder by Simon Glass · Thu Apr 09 15:08:42 2020 -0600
  38. bbde053 patman: Support limiting output to a single line by Simon Glass · Thu Apr 09 15:08:41 2020 -0600
  39. 5f9325d patman: Support erasing a previously unfinished text line by Simon Glass · Thu Apr 09 15:08:40 2020 -0600
  40. 82e4c64 patman: Update flushing Print() for Python 3 by Simon Glass · Thu Apr 09 15:08:39 2020 -0600
  41. 070589b buildman: Use spaces in the board list by Simon Glass · Thu Apr 09 15:08:38 2020 -0600
  42. ea49f9b buildman: Show the list of boards in magenta by Simon Glass · Thu Apr 09 15:08:37 2020 -0600
  43. de0fefc buildman: Use an object to hold error lines by Simon Glass · Thu Apr 09 15:08:36 2020 -0600
  44. 564ddac buildman: Use yellow consistently for warning lines by Simon Glass · Thu Apr 09 15:08:35 2020 -0600
  45. dacbe1e buildman: Test the output with --list-error-boards by Simon Glass · Thu Apr 09 15:08:34 2020 -0600
  46. 6643eb4 buildman: Add a test helper for creating a line prefix by Simon Glass · Thu Apr 09 15:08:33 2020 -0600
  47. 724c175 buildman: Split out testOutput() into separate functions by Simon Glass · Thu Apr 09 15:08:32 2020 -0600
  48. 09bbfcd buildman: Create temp directory in test setup by Simon Glass · Thu Apr 09 15:08:31 2020 -0600
  49. 575ce51 buildman: Use an iterator to check test output by Simon Glass · Thu Apr 09 15:08:30 2020 -0600
  50. 71ca4a8 buildman: Add test coverage for error/warning colour by Simon Glass · Thu Apr 09 15:08:29 2020 -0600
  51. ac50022 buildman: Refactor error-line output int a function by Simon Glass · Thu Apr 09 15:08:28 2020 -0600
  52. c79f03c doc: fix references to driver-model by Heinrich Schuchardt · Tue Feb 25 21:35:39 2020 +0100
  53. 97caa07 mkimage: fit: don't create image with 0700 permissions by Thomas Hebb · Sun Mar 01 10:47:53 2020 -0800
  54. 39ed6bb patman: Apply the cc limit to the cover letter also by Simon Glass · Thu Feb 27 18:49:23 2020 -0700
  55. 2df44be buildman: Drop the -a option by Simon Glass · Wed Mar 18 09:42:47 2020 -0600
  56. 4402827 buildman: Allow building within a subdir of the current dir by Simon Glass · Wed Mar 18 09:42:46 2020 -0600
  57. 5dc1ca7 buildman: Be more selective about which directories to remove by Simon Glass · Wed Mar 18 09:42:45 2020 -0600
  58. 35e7d38 buildman: Allow ignoring warnings in the return code by Simon Glass · Wed Mar 18 09:42:44 2020 -0600
  59. b400246 buildman: Update help for -d by Simon Glass · Wed Mar 18 09:42:43 2020 -0600
  60. b6eb8cf bulidman: Add support for a simple build by Simon Glass · Wed Mar 18 09:42:42 2020 -0600
  61. df89015 buildman: Document the members of BuilderJob by Simon Glass · Wed Mar 18 09:42:41 2020 -0600
  62. 6ad154b buildman: Support fetching gcc 9.2.0 by Bin Meng · Mon Apr 06 06:06:59 2020 -0700
  63. 5d4ecf2 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · Fri Mar 27 11:46:27 2020 -0400
  64. 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Tue Apr 07 11:58:44 2020 -0400
  65. d7aabcc image: Use constants for 'required' and 'key-name-hint' by Simon Glass · Wed Mar 18 11:44:06 2020 -0600
  66. 0571232 fit_check_sign: Allow selecting the configuration to verify by Simon Glass · Wed Mar 18 11:44:03 2020 -0600
  67. a559bb2 image: Be a little more verbose when checking signatures by Simon Glass · Wed Mar 18 11:43:56 2020 -0600
  68. b9d856f Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · Tue Mar 31 17:24:19 2020 -0400
  69. b980104 rockchip: mkimage: Use an existing macro instead of a decimal value by Miquel Raynal · Wed Mar 18 17:22:55 2020 +0100
  70. 2223c7d lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · Fri Feb 21 15:12:55 2020 +0900
  71. 8773f35 moveconfig: convert ps.stderr to string by Markus Klotzbuecher · Wed Feb 12 20:46:45 2020 +0100
  72. bac0bb5 moveconfig: replace unsafe eval with asteval by Markus Klotzbuecher · Wed Feb 12 20:46:44 2020 +0100
  73. 132d694 tools: image-host.c: remove uboot_aes.h by Philippe Reynes · Tue Feb 18 17:23:20 2020 +0100
  74. a2df6d6 tools: mkimage: fix STM32 image format for big endian hosts by Antonio Borneo · Tue Jan 28 15:42:13 2020 +0100
  75. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Tue Feb 11 10:58:41 2020 -0500
  76. 34d9224 tools: imx8m_image: fix warning message by Sébastien Szymanski · Tue Jan 21 11:58:42 2020 +0100
  77. fb50a26 buildman: Enable buildman on aarch64 hosts by Matthias Brugger · Fri Jan 17 10:53:37 2020 +0100
  78. e5e3c11 tools: buildman: fix typo by Flavio Suligoi · Wed Jan 29 09:56:05 2020 +0100
  79. 4d52381 tools: correct Markdown in concurrencytest/README.md by Heinrich Schuchardt · Sat Jan 25 23:38:42 2020 +0100
  80. 615909a genboardscfg.py: drop python version comment by Baruch Siach · Wed Jan 22 14:54:24 2020 +0200
  81. c610622 tools: ftdgrep: correct the find regions loop in do_fdtgrep by Patrick Delaunay · Mon Jan 13 09:33:51 2020 +0100
  82. 3d96470 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · Wed Dec 18 18:25:42 2019 +0100
  83. 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · Wed Dec 18 18:25:41 2019 +0100
  84. 915f5aa mkimage: simplify fit_check_params() by Heinrich Schuchardt · Wed Dec 11 13:51:38 2019 +0100
  85. b2b76eb Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Jan 09 08:52:21 2020 -0500
  86. a7a0ca4 binman: fix default filename of u-boot-with-ucode-ptr in documentation by Masahiro Yamada · Sat Dec 14 13:47:26 2019 +0900
  87. 8000a89 tools: dumpimage: Fall-though to print usage for help command by Andrew F. Davis · Tue Sep 17 17:09:35 2019 -0400
  88. 166d5e9 tools: fit_image: Use fit_image_get_data_and_size for getting offset/size by Andrew F. Davis · Tue Sep 17 17:09:34 2019 -0400
  89. 3f2c7da tools: dumpimage: Provide more feedback on internal errors by Andrew F. Davis · Tue Sep 17 17:09:33 2019 -0400
  90. fefee55 Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Tue Jan 07 08:45:43 2020 -0500
  91. 5f774dd tools: imx8m_image: Change source path for DDR firmware to build dir by Frieder Schrempf · Wed Dec 11 10:06:06 2019 +0000
  92. 1a6b0f1 Merge branch 'next' by Tom Rini · Mon Jan 06 17:07:49 2020 -0500
  93. 4a5af53 Merge tag 'u-boot-rockchip-20191231' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Thu Jan 02 10:28:26 2020 -0500
  94. a89f403 tools: .gitignore: add asn1_compiler by Dario Binacchi · Sun Dec 29 13:44:18 2019 +0100
  95. 4b3bfe2 tools/imximage: share DCD information via Kconfig by Jorge Ramirez-Ortiz · Wed Dec 11 10:42:36 2019 +0100
  96. 4e3e24e rockchip: mkimage: fix wrong range of rc4 encoding for boot image by Jeffy Chen · Thu Dec 05 18:58:29 2019 +0800
  97. ec0d2ea rockchip: mkimage: support packing optional second level boot-loader by Jeffy Chen · Fri Dec 27 11:24:41 2019 +0800
  98. 06a7964 fw_setenv: avoid writing environment when nothing has changed by Rasmus Villemoes · Thu Sep 27 22:45:26 2018 +0200
  99. 08d34fc buildman: Ignore blank lines during size checks by Tom Rini · Fri Dec 06 15:31:31 2019 -0500
  100. 48ac42e buildman: Add options to get the arch and toolchain info by Simon Glass · Thu Dec 05 15:59:14 2019 -0700