https://medium.com/@bn121rajesh/rsa-signature-verification-in-u-boot-ff9f9157c15a
https://source.denx.de/u-boot/u-boot/blob/master/doc/uImage.FIT/verified-boot.txt
- Kernel image is loaded into memory by U-Boot and can be verified in U-Boot.
- U-Boot provided utility functions to verify the signature. Currently U-Boot supports RSA signature verification encrypted on SHA1 / SHA256 message digests.
