[PATCH u-boot 3/3] tools: imagetool: Skip autodetection of gpimage type

Simon Glass sjg at chromium.org
Mon Jan 30 16:50:15 CET 2023


On Sun, 29 Jan 2023 at 09:46, Pali Rohár <pali at kernel.org> wrote:
>
> gpimage type requires only that two first 32-bit words of data file are
> non-zero. So basically every random data file can be guessed and verified
> as gpimage. So completely skip gpimage type from image autodetection code
> to prevent lot of false positive results. Data file with gpimage type can
> be still verified and parsed by explicitly specifying -T gpimage.
>
> Signed-off-by: Pali Rohár <pali at kernel.org>
> ---
>  tools/imagetool.c | 6 ++++++
>  1 file changed, 6 insertions(+)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list