commit | 0e86f813f474ea6f46c6055b579eba10930dffd6 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Jan 12 18:58:42 2023 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Jan 13 13:46:57 2023 +0100 |
tree | 5a9c5858a0c4a456327fd5a2ad049ade5e7b2d36 | |
parent | 6eea541514461b073be89919bca2e322a2fd1bc8 [diff] |
ARM: stm32: Make ECDSA authentication available to U-Boot With U-Boot having access to ROM API call table, it is possible to use the ROM API call it authenticate e.g. signed kernel fitImages using the BootROM ECDSA support. Make this available by pulling the ECDSA BootROM call support from SPL-only guard. Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Signed-off-by: Marek Vasut <marex@denx.de>