diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2021-07-15 14:19:24 -0500 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2021-07-27 09:47:40 +0200 |
commit | a25d6b65c21b1298712c75604ff606025cb40267 (patch) | |
tree | 413b09b4b710f1167df3ef9cfc83d3a856a91037 /arch | |
parent | 5f6e5c37c67381b9790f55a34640415939a479a5 (diff) | |
download | u-boot-a25d6b65c21b1298712c75604ff606025cb40267.zip u-boot-a25d6b65c21b1298712c75604ff606025cb40267.tar.gz u-boot-a25d6b65c21b1298712c75604ff606025cb40267.tar.bz2 |
spl: Introduce spl_board_prepare_for_optee() hook
OP-TEE requires some particular setup, which is not needed for linux
or other payloads. Add a hook for platform-specific code to perform
any OP-TEE related configuration and initialization.
A weak function is used because it is symmetrical to other
spl_board_prepare_for_*() implementations. A solution to avoid the use
of weak functions would trivially apply to all these implementations.
However, re-designing this is beyond the scope of this patch.
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions