1. 2d2384b tools: mkimage: Show where signatures/keys are written by Simon Glass · 2 years, 10 months ago
  2. e291a5c tools: Move copyfile() into a common file by Simon Glass · 2 years, 10 months ago
  3. 206117a mkimage: Show the external-offset error by Simon Glass · 2 years, 9 months ago
  4. 5902a39 mkimage: Allow to specify the signature algorithm on the command line by Jan Kiszka · 2 years, 8 months ago
  5. 5390caf tools/fitimage: remove redundant format check by Stefan Eichenberger · 2 years, 8 months ago
  6. 9c70237 tools/fitimage: add missing linebreak for some messages by Sven Roederer · 3 years, 4 months ago
  7. 36bfcb6 mkimage: Add a 'keyfile' argument for image signing by Alexandru Gagniuc · 3 years, 7 months ago
  8. c581970 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 7 months ago
  9. c995d85 mkimage: fit: fix import of external data by Patrick Oppenlander · 4 years, 2 months ago
  10. aaa91a4 fit_image: Use calloc() to fix reproducibility issue by Fabio Estevam · 4 years, 2 months ago
  11. 152b246 mkimage: Allow updating the FIT timestamp by Simon Glass · 4 years, 2 months ago
  12. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  13. 4c63d21 mkimage: Allow updating the FIT timestamp by Simon Glass · 4 years, 2 months ago
  14. 3172911 mkimage: Default to adding a crc32 hash with '-f auto' by Simon Glass · 4 years, 4 months ago
  15. 7946a81 Revert "mkimage: fit: Do not tail-pad fitImage with external data" by Tom Rini · 4 years, 5 months ago
  16. 20a154f mkimage: fit: Do not tail-pad fitImage with external data by Marek Vasut · 4 years, 5 months ago
  17. ea5d373 tools/fit-image: print a warning when cmd-line for dtc might be truncated by Sven Roederer · 4 years, 5 months ago
  18. 0dbd6e3 mkimage: fit: Free buf directly in fit_extract_data() by Bin Meng · 4 years, 5 months ago
  19. 3fc85a7 mkimage: fit: Unmmap the memory before closing fd in fit_import_data() by Lihua Zhao · 4 years, 5 months ago
  20. ebfe611 mkimage: fit_image: Add option to make fit header align by Kever Yang · 4 years, 6 months ago
  21. 02560b1 tool: use ALIGN() to align the size by Kever Yang · 4 years, 6 months ago
  22. ab5a2b0 mkimage: fit: don't create image with 0700 permissions by Thomas Hebb · 4 years, 7 months ago
  23. 7298e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 4 years, 9 months ago
  24. 5819466 mkimage: simplify fit_check_params() by Heinrich Schuchardt · 4 years, 10 months ago
  25. e5b5628 tools: fit_image: Use fit_image_get_data_and_size for getting offset/size by Andrew F. Davis · 5 years ago
  26. 12e288a mkimage: Set correct FDT type and ramdisk architecture in FIT auto mode by Michal Sojka · 5 years ago
  27. 7d57485 tools: use read-only mmap in fit_check_sign by Luca Boccassi · 5 years ago
  28. cabde44 tools: fit_image: Add the loadable property to configs by Abel Vesa · 6 years ago
  29. 4a8b6e0 mkimage: fit_image: Use macros from image.h by Michal Simek · 6 years ago
  30. 795f452 mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures by Alex Kiernan · 6 years ago
  31. 87925df mkimage: Refactor imagetool_get_source_date to take command name by Alex Kiernan · 6 years ago
  32. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  33. 63f881d tools/mkimage: Use proper output parameter in dtc-system call by Stefan Theil · 7 years ago
  34. 2eda8e9 tools: fix incorrect usage of DT node unit address by Andre Przywara · 7 years ago
  35. a6e9810 tools/mkimage: Fix DTC run command to handle file names with space by Mirza, Taimoor · 7 years ago
  36. bf52fcd cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity by Tom Rini · 7 years ago
  37. 3c2dff5 tools/fit_image.c: Update some return code paths by Tom Rini · 7 years ago
  38. f1ca1fd mkimage: Add support for signing with pkcs11 by George McCollister · 8 years ago
  39. 0f7c6cd mkimage: Allow including a ramdisk in FIT auto mode by Tomeu Vizoso · 8 years ago
  40. 655cc69 tools: Add an error code when fit_handle_file() fails by Simon Glass · 8 years ago
  41. 3a45f38 image: Correct auto-fit architecture property name by Simon Glass · 8 years ago
  42. 5847084 Respect SOURCE_DATE_EPOCH when building FIT images. by Vagrant Cascadian · 8 years ago
  43. f8f9107 mkimage: fit: spl: Add an optional static offset for external data by Teddy Reed · 8 years ago
  44. 4c1dc1a fit_image: Fix a double close() on the error path by Simon Glass · 8 years ago
  45. 5b15a25 mkimage: Don't close the file if it wasn't opened by Simon Glass · 9 years ago
  46. 3bd3a54 mkimage: Ensure file is closed in fdt_property_file() by Simon Glass · 9 years ago
  47. 7b0bbd8 mkimage: Fix missing free() and close() in fit_build() by Simon Glass · 9 years ago
  48. 21c2975 mkimage: Fix missing free() in fit_extract_data() by Simon Glass · 9 years ago
  49. b97d71e mkimage: Fix error path in fit_extract_data() by Simon Glass · 9 years ago
  50. 6e0ffce mkimage: Add a missing free() to fit_import_data() by Simon Glass · 9 years ago
  51. f980ca3 mkimage: Correct file being closed twice in fit_extract_data() by Simon Glass · 9 years ago
  52. 508b028 mkimage: Correct file being closed twice in fit_import_data() by Simon Glass · 9 years ago
  53. 9cff2d1 mkimage: Fix munmap() call when importing data by Simon Glass · 9 years ago
  54. 529fd18 mkimage: Bring data into the FIT before processing by Simon Glass · 9 years ago
  55. 722ebc8 mkimage: Support placing data outside the FIT by Simon Glass · 9 years ago
  56. fb4cce0 mkimage: Support adding device tree files to a FIT by Simon Glass · 9 years ago
  57. 8e35bb0 mkimage: Support automatic creating of a FIT without a .its by Simon Glass · 9 years ago
  58. 39931f9 dumpimage: fit: extract FIT images by Guilherme Maciel Ferreira · 10 years ago
  59. a93648d imagetool: replace image registration function by linker_lists feature by Guilherme Maciel Ferreira · 10 years ago
  60. a946811 mkimage: Automatically make space in FDT when full by Simon Glass · 10 years ago
  61. 6bf4ca0 tools, fit: add fit_info host command by Heiko Schocher · 11 years ago
  62. f86ed6a tools: moved code common to all image tools to a separated module. by Guilherme Maciel Ferreira · 11 years ago
  63. 2f0877c FIT: delete unnecessary casts by Masahiro Yamada · 11 years ago
  64. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  65. 399c744 mkimage: Add -r option to specify keys that must be verified by Simon Glass · 11 years ago
  66. 4f61042 mkimage: Add -c option to specify a comment for key signing by Simon Glass · 11 years ago
  67. 95d77b4 mkimage: Add -F option to modify an existing .fit file by Simon Glass · 11 years ago
  68. e29495d mkimage: Add -K to write public keys to an FDT blob by Simon Glass · 11 years ago
  69. 80e4df8 mkimage: Add -k option to specify key directory by Simon Glass · 11 years ago
  70. 56518e7 image: Support signing of images by Simon Glass · 11 years ago
  71. aa6d6db mkimage: Put FIT loading in function and tidy error handling by Simon Glass · 11 years ago
  72. bbb467d image: Rename fit_add_hashes() to fit_add_verification_data() by Simon Glass · 11 years ago
  73. ee7c0fc Correct comment to show the parameters as defined in tools/mkimage.h by Lars Rasmusson · 12 years ago
  74. 8e1c896 tools/fit_image.c: Remove unused fit_set_header() by Peter Tyser · 15 years ago
  75. 89a4d6b tools: mkimage: split code into core, default and FIT image specific by Prafulla Wadaskar · 15 years ago