1. 16bf703 tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes by Pali Rohár · Fri Jul 23 11:14:31 2021 +0200
  2. 39f3896 tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38X by Pali Rohár · Fri Jul 23 11:14:13 2021 +0200
  3. 61a557b tools: kwbimage: Fix compilation without CONFIG_SYS_U_BOOT_OFFS by Pali Rohár · Fri Jul 23 11:13:55 2021 +0200
  4. 9a5bfc1 tools: Use a single target-independent config to enable OpenSSL by Alexandru Gagniuc · Wed Jul 14 17:05:47 2021 -0500
  5. 298bb16 common: Move host-only logic in image-sig.c to separate file by Alexandru Gagniuc · Wed Jul 14 17:05:37 2021 -0500
  6. 3ebd200 lib: Add support for ECDSA image signing by Alexandru Gagniuc · Fri Feb 19 12:45:12 2021 -0600
  7. 32abcbd lib/rsa: Make fdt_add_bignum() available outside of RSA code by Alexandru Gagniuc · Fri Feb 19 12:45:11 2021 -0600
  8. db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · Fri Feb 19 12:45:10 2021 -0600
  9. 9a365e3 arm: mvebu: a38x: Remove dead code ARMADA_39X by Pali Rohár · Fri Mar 05 15:52:42 2021 +0100
  10. a9cc270 tools/Makefile: FIT_CIPHER requires libssl by Joel Stanley · Tue Dec 08 14:42:13 2020 +1030
  11. e53f9d9 tools: mkimage: Add Allwinner eGON support by Andre Przywara · Thu Dec 20 01:15:18 2018 +0000
  12. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  13. 079fcf2 mkeficapsule: Add support for embedding public key in a dtb by Sughosh Ganu · Wed Dec 30 19:26:59 2020 +0530
  14. 19122aa tools: add mkeficapsule command for UEFI capsule update by AKASHI Takahiro · Mon Nov 30 18:12:15 2020 +0900
  15. 3dc0667 mips: octeon: tools: Add update_octeon_header tool by Stefan Roese · Mon Nov 30 13:14:23 2020 +0100
  16. 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · Thu Apr 16 17:36:52 2020 +1200
  17. bb7ab07 rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD by Trevor Woerner · Wed May 06 08:02:40 2020 -0400
  18. 8e8d3cf fdt_region: move fdt_region.c to common/ from lib/libfdt/ by Masahiro Yamada · Thu Apr 16 18:30:17 2020 +0900
  19. 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
  20. 5d4ecf2 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · Fri Mar 27 11:46:27 2020 -0400
  21. 2223c7d lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · Fri Feb 21 15:12:55 2020 +0900
  22. 3d96470 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · Wed Dec 18 18:25:42 2019 +0100
  23. 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · Wed Dec 18 18:25:41 2019 +0100
  24. f702526 cmd: add asn1_compiler by AKASHI Takahiro · Wed Nov 13 09:44:53 2019 +0900
  25. e203e86 tools: remove easylogo and include/video_logo.h by Heinrich Schuchardt · Thu Aug 22 12:32:42 2019 +0200
  26. a918120 bmp_logo: support CONFIG_DM_VIDEO by Heiko Schocher · Thu Jun 13 05:12:38 2019 +0200
  27. d7dbfce x86: Add ifwitool for Intel Integrated Firmware Image by Simon Glass · Mon Jul 08 13:18:20 2019 -0600
  28. c272283 spl: add overall SPL size check by Simon Goldschmidt · Fri May 24 22:07:04 2019 +0200
  29. d00d6b5 Make FIT support really optional by Fabrice Fontaine · Fri May 03 22:37:05 2019 +0200
  30. 2daa62a tools/Makefile: fix HOSTCFLAGS with CROSS_BUILD_TOOLS by Fabrice Fontaine · Wed May 01 15:08:25 2019 +0200
  31. c611561 tools/Makefile: get openssl CFLAGS from pkg-config by Pierre Bourdon · Thu Apr 11 00:58:49 2019 +0200
  32. 7ac69ab tools/Makefile: build host tools with -std=gnu99 by Thomas Petazzoni · Sat Mar 30 15:29:23 2019 +0100
  33. 45f3703 Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Jan 01 09:56:41 2019 -0500
  34. 31c51da tools: add i.MX8M image support by Peng Fan · Tue Nov 20 10:19:36 2018 +0000
  35. e2fa4ca tools: add a generic config for native tools building by Otavio Salvador · Fri Dec 07 19:00:41 2018 -0500
  36. 6e2ac3e Roll CRC16-CCITT into the hash infrastructure by Philipp Tomsich · Sun Nov 25 19:22:19 2018 +0100
  37. e1de5d4 tools: MediaTek: add MTK boot header generation to mkimage by developer · Thu Nov 15 10:07:49 2018 +0800
  38. 60a5607 tools: add i.MX8/8X image support by Peng Fan · Tue Oct 16 04:50:30 2018 +0000
  39. e6a4783 vboot: Add FIT_SIGNATURE_MAX_SIZE protection by Teddy Reed · Sat Jun 09 11:38:05 2018 -0400
  40. 5329d67 tools: zynqmpimage: Add bif support by Alexander Graf · Fri Apr 13 14:18:52 2018 +0200
  41. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  42. c722790 tools: Make kwboot build if HOST_TOOLS_ALL=y by Tuomas Tynkkynen · Tue Mar 13 15:23:04 2018 +0200
  43. e6db5df tools/mkimage: add support for STM32 image format by Patrick Delaunay · Mon Mar 12 10:46:04 2018 +0100
  44. d454c3c tools: Include U-Boot libfdt headers from their actual path by Paul Kocialkowski · Fri Mar 02 23:13:42 2018 +0100
  45. 9ca4574 libfdt: migrate include/libfdt_env.h to a wrapper by Masahiro Yamada · Sun Jan 21 19:19:18 2018 +0900
  46. 938f039 libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c by Masahiro Yamada · Sun Jan 21 19:19:13 2018 +0900
  47. eee2249 tools: provide a tool to convert a binary file to an include by Heinrich Schuchardt · Wed Jan 17 20:16:09 2018 +0100
  48. 93fa563 riscv: tools: Prelink u-boot by Rick Chen · Tue Dec 26 13:55:56 2017 +0800
  49. b79320b libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c by Masahiro Yamada · Mon Nov 27 16:06:07 2017 +0900
  50. fd3d375 tools: use files from scripts/dtc/libfdt where possible by Masahiro Yamada · Tue Oct 17 22:30:18 2017 +0900
  51. 47ae539 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · Tue Oct 17 13:42:43 2017 +0900
  52. bfef297 env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · Tue Oct 10 21:59:40 2017 +0300
  53. 0e17fc7 tools/mkimage: Make the path to the dtc binary that mkimage calls configurable by Tom Rini · Sat Sep 23 23:14:33 2017 -0400
  54. 0819b9e Makefile: Suppress output of python libfdt build command by Bin Meng · Sun Sep 03 04:37:49 2017 -0700
  55. dde9ee8 Makefile: Quiesce libfdt build by Bin Meng · Sun Sep 03 04:37:48 2017 -0700
  56. 5925a15 Makefile: honor PYTHON configuration properly by Clément Bœsch · Mon Aug 14 08:59:11 2017 +0200
  57. 547cb40 Move environment files from common/ to env/ by Simon Glass · Thu Aug 03 12:21:49 2017 -0600
  58. d3a278d MIPS: Stop building position independent code by Paul Burton · Mon Jun 19 11:53:47 2017 -0700
  59. 7e08644 dtc: mkimage: Add the possibility to specify DTC by Emmanuel Vadot · Sun Jun 25 09:43:33 2017 +0200
  60. 3815387 fdt: Stop building the old python libfdt module by Simon Glass · Sat May 27 07:38:24 2017 -0600
  61. a1dce55 fdt: Build the new python libfdt module by Simon Glass · Sat May 27 07:38:19 2017 -0600
  62. acc626d fdt: Rename existing python libfdt module by Simon Glass · Sat May 27 07:38:18 2017 -0600
  63. 657d0f3 fdt: Add all source files to the libfdt build by Simon Glass · Sat May 27 07:38:17 2017 -0600
  64. e92dab3 tools: allow to override python by Stefano Babic · Wed Apr 05 17:46:41 2017 +0200
  65. 5cb14c7 tools: sunxi: Add spl image builder by Maxime Ripard · Mon Feb 27 18:22:02 2017 +0100
  66. 3885717 Pass empty CFLAGS on invocation of libfdt/setup.py by Max Filippov · Thu Mar 16 15:23:55 2017 -0700
  67. 00b613b tools: fix cross-compiling tools when HOSTCC is overridden by Masahiro Yamada · Mon Mar 13 17:43:16 2017 +0900
  68. 184c8e5 tools: Remove CONFIG_SYS_TEXT_BASE in Makefile by Patrick Delaunay · Tue Feb 28 19:29:11 2017 +0100
  69. ff7951e Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Feb 09 11:56:35 2017 -0500
  70. 8168033 cmd: rework "license" command by Masahiro Yamada · Mon Jan 30 11:12:08 2017 +0900
  71. e19fd2b tools: Add tool to add crc8 to a mac address by oliver@schinagl.nl · Fri Nov 25 16:30:32 2016 +0100
  72. 3255e9f tools: Allow crc8 to be used by oliver@schinagl.nl · Fri Nov 25 16:30:31 2016 +0100
  73. 10d1449 arm: mvebu: Implement secure boot by Mario Six · Wed Jan 11 16:01:00 2017 +0100
  74. 6532973 tools: Correct python building host tools by Tom Rini · Mon Jan 23 11:44:33 2017 -0500
  75. 549f86e build: Always build the libfdt python module by Emmanuel Vadot · Mon Jan 16 08:07:15 2017 +0100
  76. 07e2450 tools/Makefile: suppress "which swig" error output by Andre Przywara · Sat Nov 19 12:04:59 2016 +0000
  77. 18fe90e tools: fix mksunxiboot build for tools-all target by Andre Przywara · Thu Nov 10 12:13:23 2016 +0000
  78. 24ae92c tools: add mksunxiboot to tools-all target by Stefan Brüns · Sat Oct 29 12:23:18 2016 +0200
  79. 68078f7 sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI by Jagan Teki · Thu Oct 13 14:19:35 2016 +0530
  80. 2e9f494 tools: mkimage: add support for Vybrid image format by Albert ARIBAUD \(3ADEV\) · Mon Sep 26 09:08:06 2016 +0200
  81. 0dbc728 Only build the libfdt python module if 'swig' is available by Simon Glass · Mon Jul 04 11:58:12 2016 -0600
  82. a2a6f04 dm: Add a more efficient libfdt library by Simon Glass · Mon Jul 04 11:58:11 2016 -0600
  83. 05e586a mkimage -l is broken for images after gpimage by Stefano Babic · Mon Jul 11 16:09:48 2016 +0200
  84. fa12466 tools: zynqmpimage: Add Xilinx ZynqMP boot header generation by Michal Simek · Wed Apr 27 14:03:29 2016 +0200
  85. 286856c cmd: Fix license command by Tom Rini · Tue Mar 15 12:49:12 2016 -0400
  86. 28eb631 tools: Include fdt_sw.o in libfdt for mkimage by Simon Glass · Mon Feb 22 22:55:47 2016 -0700
  87. 1ac7d47 tools: -Wno-deprecated-declarations for OpenSSL on darwin by Andreas Bießmann · Tue Feb 16 23:29:28 2016 +0100
  88. eb083e5 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · Mon Dec 21 13:56:33 2015 +0100
  89. 86d7049 rockchip: Enable generation of SPI images by Simon Glass · Tue Dec 29 05:22:43 2015 -0700
  90. f24d621 Revert "rockchip: Add max spl size & spl header configs" by Jeffy Chen · Fri Nov 27 12:07:16 2015 +0800
  91. 3547118 rockchip: Add max spl size & spl header configs by Jeffy Chen · Tue Nov 17 14:20:29 2015 +0800
  92. ce1771e tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage by Nathan Rossi · Tue Nov 17 22:56:56 2015 +1000
  93. 3b1e507 rockchip: Add support for the SD image by Simon Glass · Sun Aug 30 16:55:25 2015 -0600
  94. c9c7403 rockchip: Add the rkimage format to mkimage by Simon Glass · Sun Aug 30 16:55:24 2015 -0600
  95. 49119a9 tools: remove mpc86x_clk tool by Masahiro Yamada · Sun Jul 26 03:40:35 2015 +0900
  96. 69e9dde kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFS by Stefan Roese · Mon Jul 20 11:20:38 2015 +0200
  97. 07c6b84 fdt: Add fdtgrep tool by Simon Glass · Tue Jun 23 15:38:28 2015 -0600
  98. af1b6e5 tools: use pkg-config when available to get SSL flags by Thomas Petazzoni · Sat May 16 18:36:15 2015 +0200
  99. ed1cb1a lpc32xx: add lpc32xx-spl.bin boot image target by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:49 2015 +0200
  100. d631d70 tools/imagetool: remove linker script by Andreas Bießmann · Mon Feb 09 00:06:10 2015 +0100