diff options
| author | Bryan Brattlof <bb@ti.com> | 2025-02-28 12:12:10 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-03-03 09:42:02 -0600 |
| commit | a7009ced679e620710fabf4590ccb99fc01876f1 (patch) | |
| tree | 4184b3e07f16b2da0bdd9c19776fb51911b08342 /meta-ti-bsp/conf/machine/include | |
| parent | f6f3048a6fbcc70eb8b19b4522f7571b43401907 (diff) | |
| download | meta-ti-a7009ced679e620710fabf4590ccb99fc01876f1.tar.gz | |
conf: machine: k3: disable all fit signing for uboot
All K3 SoCs utilize the binman packaging tools in U-Boot to package
and sign the different boot firmware components needed to boot the
various security variants of K3 platform. Disable UBOOT_SIGN_ENABLE
to simplify the build
Signed-off-by: Bryan Brattlof <bb@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/k3.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc index dd3cbeca..b98b4580 100644 --- a/meta-ti-bsp/conf/machine/include/k3.inc +++ b/meta-ti-bsp/conf/machine/include/k3.inc | |||
| @@ -25,10 +25,6 @@ SPL_BINARY = "tispl.bin" | |||
| 25 | SPL_BINARYNAME = "tispl.bin" | 25 | SPL_BINARYNAME = "tispl.bin" |
| 26 | UBOOT_SUFFIX = "img" | 26 | UBOOT_SUFFIX = "img" |
| 27 | 27 | ||
| 28 | UBOOT_SIGN_ENABLE = "1" | ||
| 29 | UBOOT_MKIMAGE_DTCOPTS = "-I dts -O dtb" | ||
| 30 | UBOOT_SIGN_KEYNAME ?= "custMpk" | ||
| 31 | UBOOT_SIGN_KEYDIR ?= "${TI_SECURE_DEV_PKG}/keys" | ||
| 32 | FIT_HASH_ALG ?= "sha512" | 28 | FIT_HASH_ALG ?= "sha512" |
| 33 | FIT_SIGN_ALG ?= "rsa4096" | 29 | FIT_SIGN_ALG ?= "rsa4096" |
| 34 | 30 | ||
