]> Git Repo - J-u-boot.git/commit
imxtract: add support for zstd-compressed images
authorDmitry Gerasimov <[email protected]>
Sun, 2 Jun 2024 15:25:52 +0000 (17:25 +0200)
committerTom Rini <[email protected]>
Thu, 13 Jun 2024 22:30:47 +0000 (16:30 -0600)
commit822911d574089abc79f7ca141ca0fb82e891968b
treecf0e50b9d9fe842ddbe6ff74cfe11910c5747b47
parentb993bd65ec249c842afefd39010946650bec4f8e
imxtract: add support for zstd-compressed images

Allow extraction of zstd-compressed images from FIT using imxtract
command. This is especially useful when one has to load an image via
some interface (e.g. SPI) rather that just to the memory.

Signed-off-by: Dmitry Gerasimov <[email protected]>
cmd/ximg.c
This page took 0.038819 seconds and 4 git commands to generate.