diff options
| author | Marek Vasut <[email protected]> | 2024-05-21 12:48:23 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-05-24 11:22:02 -0300 |
| commit | bc6beae7c55f3adc1fc520ff8c3f4ec986f7c2ef (patch) | |
| tree | 5e81ddd16497d072ec587fc9904a42feb2f5aac1 /.gitignore | |
| parent | 377e91c162ab09ec20f96f966f380cb55c590edd (diff) | |
binman: Add nxp_imx8mcst etype for i.MX8M flash.bin signing
Add new binman etype which allows signing both the SPL and fitImage sections
of i.MX8M flash.bin using CST. There are multiple DT properties which govern
the signing process, nxp,loader-address is the only mandatory one which sets
the SPL signature start address without the imx8mimage header, this should be
SPL text base. The key material can be configured using optional DT properties
nxp,srk-table, nxp,csf-crt, nxp,img-crt, all of which default the key material
names generated by CST tool scripts. The nxp,unlock property can be used to
unlock CAAM access in SPL section.
Reviewed-by: Tim Harvey <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 37f71c275c3..502a7e6ec70 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,8 @@ fit-dtb.blob* /capsule.*.efi-capsule /capsule*.map /keep-syms-lto.* +/*imx8mimage* +/*imx8mcst* # # Generated include files |
