1. ac55734 tools: add fdt_add_pubkey by Roman Kopytin · Wed Mar 08 01:13:41 2023 +0000
  2. dd8f19a trace: Update proftool to use new binary format by Simon Glass · Sun Jan 15 14:15:53 2023 -0700
  3. ab1f015 tools: Drop xway-swap-bytes tool by Simon Glass · Wed Feb 01 13:20:25 2023 -0700
  4. 2dcacf2 Drop ubsha1 tool by Simon Glass · Wed Feb 01 13:20:09 2023 -0700
  5. 1ba95bd imx: Rename CONFIG_MXS to CFG_MXS by Simon Glass · Wed Feb 01 13:19:46 2023 -0700
  6. 4714ab2 env: Rework ENV_IS_EMBEDDED and related logic slightly by Tom Rini · Fri Dec 02 16:42:17 2022 -0500
  7. 5e4d55c u-boot-initial-env: rework make target by Max Krummenacher · Mon Nov 28 09:41:22 2022 +0100
  8. 77079e7 test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · Fri Oct 21 18:16:05 2022 +0530
  9. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  10. 7391444 Drop CONFIG_LCD_LOGO by Simon Glass · Sun Oct 16 15:19:04 2022 -0600
  11. 4873b41 tools: mtk_image: split the code of generating NAND header into a new file by developer · Fri Sep 09 20:00:21 2022 +0800
  12. aa89265 tools: mkeficapsule: use pkg-config for each lib separat by Heiko Thiery · Sat Aug 06 13:22:53 2022 +0200
  13. c730c4d tools: kwboot: use pkg-config to get -ltinfo by Heiko Thiery · Wed Jul 20 12:31:35 2022 +0200
  14. de7adbd tools: mkeficapsule: use pkg-config to get -luuid and -lgnutls by Heiko Thiery · Wed Jul 20 12:31:33 2022 +0200
  15. 44406a3 crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.c by Pali Rohár · Tue Apr 12 11:20:40 2022 +0200
  16. 7572878 tools: mkimage: Add Allwinner TOC0 support by Samuel Holland · Fri Mar 18 00:00:43 2022 -0500
  17. ed3a975 tools: kwboot: Add support for backspace key in mini terminal by Pali Rohár · Wed Mar 02 11:49:23 2022 +0100
  18. 3a2e9bc tools: kwboot: Use separate thread for sending boot message pattern by Pali Rohár · Wed Mar 02 11:49:21 2022 +0100
  19. ba21243 tools: mkeficapsule: allow for specifying GUID explicitly by AKASHI Takahiro · Wed Feb 09 19:10:39 2022 +0900
  20. c246b76 tools: mkeficapsule: add firmware image signing by AKASHI Takahiro · Wed Feb 09 19:10:35 2022 +0900
  21. 0f65d83 tools: build mkeficapsule with tools-only_defconfig by AKASHI Takahiro · Wed Feb 09 19:10:34 2022 +0900
  22. 91944df Create a new boot/ directory by Simon Glass · Thu Oct 14 12:47:54 2021 -0600
  23. 4acd4e4 tools: Stop re-defining -std= when building tools by Tom Rini · Mon Oct 11 11:11:41 2021 -0400
  24. 4a8a8a1 image: Split host code out into its own file by Simon Glass · Sat Sep 25 07:03:17 2021 -0600
  25. 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
  26. 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
  27. 61a557b tools: kwbimage: Fix compilation without CONFIG_SYS_U_BOOT_OFFS by Pali Rohár · Fri Jul 23 11:13:55 2021 +0200
  28. 9a5bfc1 tools: Use a single target-independent config to enable OpenSSL by Alexandru Gagniuc · Wed Jul 14 17:05:47 2021 -0500
  29. 298bb16 common: Move host-only logic in image-sig.c to separate file by Alexandru Gagniuc · Wed Jul 14 17:05:37 2021 -0500
  30. 3ebd200 lib: Add support for ECDSA image signing by Alexandru Gagniuc · Fri Feb 19 12:45:12 2021 -0600
  31. 32abcbd lib/rsa: Make fdt_add_bignum() available outside of RSA code by Alexandru Gagniuc · Fri Feb 19 12:45:11 2021 -0600
  32. db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · Fri Feb 19 12:45:10 2021 -0600
  33. 9a365e3 arm: mvebu: a38x: Remove dead code ARMADA_39X by Pali Rohár · Fri Mar 05 15:52:42 2021 +0100
  34. a9cc270 tools/Makefile: FIT_CIPHER requires libssl by Joel Stanley · Tue Dec 08 14:42:13 2020 +1030
  35. e53f9d9 tools: mkimage: Add Allwinner eGON support by Andre Przywara · Thu Dec 20 01:15:18 2018 +0000
  36. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  37. 079fcf2 mkeficapsule: Add support for embedding public key in a dtb by Sughosh Ganu · Wed Dec 30 19:26:59 2020 +0530
  38. 19122aa tools: add mkeficapsule command for UEFI capsule update by AKASHI Takahiro · Mon Nov 30 18:12:15 2020 +0900
  39. 3dc0667 mips: octeon: tools: Add update_octeon_header tool by Stefan Roese · Mon Nov 30 13:14:23 2020 +0100
  40. 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · Thu Apr 16 17:36:52 2020 +1200
  41. bb7ab07 rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD by Trevor Woerner · Wed May 06 08:02:40 2020 -0400
  42. 8e8d3cf fdt_region: move fdt_region.c to common/ from lib/libfdt/ by Masahiro Yamada · Thu Apr 16 18:30:17 2020 +0900
  43. 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
  44. 5d4ecf2 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · Fri Mar 27 11:46:27 2020 -0400
  45. 2223c7d lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · Fri Feb 21 15:12:55 2020 +0900
  46. 3d96470 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · Wed Dec 18 18:25:42 2019 +0100
  47. 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · Wed Dec 18 18:25:41 2019 +0100
  48. f702526 cmd: add asn1_compiler by AKASHI Takahiro · Wed Nov 13 09:44:53 2019 +0900
  49. e203e86 tools: remove easylogo and include/video_logo.h by Heinrich Schuchardt · Thu Aug 22 12:32:42 2019 +0200
  50. a918120 bmp_logo: support CONFIG_DM_VIDEO by Heiko Schocher · Thu Jun 13 05:12:38 2019 +0200
  51. d7dbfce x86: Add ifwitool for Intel Integrated Firmware Image by Simon Glass · Mon Jul 08 13:18:20 2019 -0600
  52. c272283 spl: add overall SPL size check by Simon Goldschmidt · Fri May 24 22:07:04 2019 +0200
  53. d00d6b5 Make FIT support really optional by Fabrice Fontaine · Fri May 03 22:37:05 2019 +0200
  54. 2daa62a tools/Makefile: fix HOSTCFLAGS with CROSS_BUILD_TOOLS by Fabrice Fontaine · Wed May 01 15:08:25 2019 +0200
  55. c611561 tools/Makefile: get openssl CFLAGS from pkg-config by Pierre Bourdon · Thu Apr 11 00:58:49 2019 +0200
  56. 7ac69ab tools/Makefile: build host tools with -std=gnu99 by Thomas Petazzoni · Sat Mar 30 15:29:23 2019 +0100
  57. 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
  58. 31c51da tools: add i.MX8M image support by Peng Fan · Tue Nov 20 10:19:36 2018 +0000
  59. e2fa4ca tools: add a generic config for native tools building by Otavio Salvador · Fri Dec 07 19:00:41 2018 -0500
  60. 6e2ac3e Roll CRC16-CCITT into the hash infrastructure by Philipp Tomsich · Sun Nov 25 19:22:19 2018 +0100
  61. e1de5d4 tools: MediaTek: add MTK boot header generation to mkimage by developer · Thu Nov 15 10:07:49 2018 +0800
  62. 60a5607 tools: add i.MX8/8X image support by Peng Fan · Tue Oct 16 04:50:30 2018 +0000
  63. e6a4783 vboot: Add FIT_SIGNATURE_MAX_SIZE protection by Teddy Reed · Sat Jun 09 11:38:05 2018 -0400
  64. 5329d67 tools: zynqmpimage: Add bif support by Alexander Graf · Fri Apr 13 14:18:52 2018 +0200
  65. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  66. c722790 tools: Make kwboot build if HOST_TOOLS_ALL=y by Tuomas Tynkkynen · Tue Mar 13 15:23:04 2018 +0200
  67. e6db5df tools/mkimage: add support for STM32 image format by Patrick Delaunay · Mon Mar 12 10:46:04 2018 +0100
  68. d454c3c tools: Include U-Boot libfdt headers from their actual path by Paul Kocialkowski · Fri Mar 02 23:13:42 2018 +0100
  69. 9ca4574 libfdt: migrate include/libfdt_env.h to a wrapper by Masahiro Yamada · Sun Jan 21 19:19:18 2018 +0900
  70. 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
  71. eee2249 tools: provide a tool to convert a binary file to an include by Heinrich Schuchardt · Wed Jan 17 20:16:09 2018 +0100
  72. 93fa563 riscv: tools: Prelink u-boot by Rick Chen · Tue Dec 26 13:55:56 2017 +0800
  73. 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
  74. fd3d375 tools: use files from scripts/dtc/libfdt where possible by Masahiro Yamada · Tue Oct 17 22:30:18 2017 +0900
  75. 47ae539 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · Tue Oct 17 13:42:43 2017 +0900
  76. bfef297 env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · Tue Oct 10 21:59:40 2017 +0300
  77. 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
  78. 0819b9e Makefile: Suppress output of python libfdt build command by Bin Meng · Sun Sep 03 04:37:49 2017 -0700
  79. dde9ee8 Makefile: Quiesce libfdt build by Bin Meng · Sun Sep 03 04:37:48 2017 -0700
  80. 5925a15 Makefile: honor PYTHON configuration properly by Clément Bœsch · Mon Aug 14 08:59:11 2017 +0200
  81. 547cb40 Move environment files from common/ to env/ by Simon Glass · Thu Aug 03 12:21:49 2017 -0600
  82. d3a278d MIPS: Stop building position independent code by Paul Burton · Mon Jun 19 11:53:47 2017 -0700
  83. 7e08644 dtc: mkimage: Add the possibility to specify DTC by Emmanuel Vadot · Sun Jun 25 09:43:33 2017 +0200
  84. 3815387 fdt: Stop building the old python libfdt module by Simon Glass · Sat May 27 07:38:24 2017 -0600
  85. a1dce55 fdt: Build the new python libfdt module by Simon Glass · Sat May 27 07:38:19 2017 -0600
  86. acc626d fdt: Rename existing python libfdt module by Simon Glass · Sat May 27 07:38:18 2017 -0600
  87. 657d0f3 fdt: Add all source files to the libfdt build by Simon Glass · Sat May 27 07:38:17 2017 -0600
  88. e92dab3 tools: allow to override python by Stefano Babic · Wed Apr 05 17:46:41 2017 +0200
  89. 5cb14c7 tools: sunxi: Add spl image builder by Maxime Ripard · Mon Feb 27 18:22:02 2017 +0100
  90. 3885717 Pass empty CFLAGS on invocation of libfdt/setup.py by Max Filippov · Thu Mar 16 15:23:55 2017 -0700
  91. 00b613b tools: fix cross-compiling tools when HOSTCC is overridden by Masahiro Yamada · Mon Mar 13 17:43:16 2017 +0900
  92. 184c8e5 tools: Remove CONFIG_SYS_TEXT_BASE in Makefile by Patrick Delaunay · Tue Feb 28 19:29:11 2017 +0100
  93. ff7951e Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Feb 09 11:56:35 2017 -0500
  94. 8168033 cmd: rework "license" command by Masahiro Yamada · Mon Jan 30 11:12:08 2017 +0900
  95. e19fd2b tools: Add tool to add crc8 to a mac address by oliver@schinagl.nl · Fri Nov 25 16:30:32 2016 +0100
  96. 3255e9f tools: Allow crc8 to be used by oliver@schinagl.nl · Fri Nov 25 16:30:31 2016 +0100
  97. 10d1449 arm: mvebu: Implement secure boot by Mario Six · Wed Jan 11 16:01:00 2017 +0100
  98. 6532973 tools: Correct python building host tools by Tom Rini · Mon Jan 23 11:44:33 2017 -0500
  99. 549f86e build: Always build the libfdt python module by Emmanuel Vadot · Mon Jan 16 08:07:15 2017 +0100
  100. 07e2450 tools/Makefile: suppress "which swig" error output by Andre Przywara · Sat Nov 19 12:04:59 2016 +0000