diff options
| author | Roger Quadros <[email protected]> | 2022-02-19 20:50:04 +0200 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2022-02-22 10:05:44 -0700 |
| commit | 47f420ae082fe3ec11afda4aab1b96e3e38752ef (patch) | |
| tree | f482540d2c7a079f58daf38d4288c1fb3932b334 /tools/binman/missing-blob-help | |
| parent | 4d38dd77f901a48736c540a9c7499816fa9b4d90 (diff) | |
binman: Add support for TEE BL32
Add an entry for OP-TEE Trusted OS 'BL32' payload.
This is required by platforms using Cortex-A cores with TrustZone
technology.
Signed-off-by: Roger Quadros <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Add missing-blob-help, renumber the test file, update entry-docs:
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools/binman/missing-blob-help')
| -rw-r--r-- | tools/binman/missing-blob-help | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/binman/missing-blob-help b/tools/binman/missing-blob-help index 551ca87f6cb..c61ca02a35e 100644 --- a/tools/binman/missing-blob-help +++ b/tools/binman/missing-blob-help @@ -33,3 +33,7 @@ k3-rti-wdt-firmware: If CONFIG_WDT_K3_RTI_LOAD_FW is enabled, a firmware image is needed for the R5F core(s) to trigger the system reset. One possible source is https://github.com/siemens/k3-rti-wdt. + +tee-os: +See the documentation for your board. You may need to build Open Portable +Trusted Execution Environment (OP-TEE) with TEE=/path/to/tee.bin |
