]> git.baikalelectronics.ru Git - uboot.git/commit
Merge branch '2022-03-31-image-add-a-stage-pre-load' into next
authorTom Rini <trini@konsulko.com>
Thu, 31 Mar 2022 18:12:30 +0000 (14:12 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 31 Mar 2022 18:12:30 +0000 (14:12 -0400)
commit2847384d066167520ac3b6f6d5bb9e623136300c
treecb370025bcc386ef741cce94bda1b4dd58fe2d76
parente2190fda1c761a2864503d0011adf00cd94db6cb
parentad3e94445840217b2e92197dac24328c1b917262
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.