From: Tom Rini Date: Thu, 31 Mar 2022 18:12:30 +0000 (-0400) Subject: Merge branch '2022-03-31-image-add-a-stage-pre-load' into next X-Git-Tag: v2022.07-rc1~46^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52d8100b1d60b656e3e311e3312fed43d388088a;p=thirdparty%2Fu-boot.git Merge branch '2022-03-31-image-add-a-stage-pre-load' into next To quote the author: This series adds a stage pre-load before launching an image. This stage is used to read a header before the image and this header contains the signature of the full image. So u-boot may check the full image before using any data of the image. The support of this header is added to binman, and a command verify checks the signature of a blob and set the u-boot env variable "loadaddr_verified" to the beginning of the "real" image. The support of this header is only added to binman, but it may also be added to mkimage. --- 52d8100b1d60b656e3e311e3312fed43d388088a