On February 28, 2025 thus sayeth Jon Cormier: > On Fri, Feb 28, 2025 at 1:12 PM Bryan Brattlof via > lists.yoctoproject.org <[email protected]> wrote: > > > > 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 > Are you trying to say that because binman does the signing, the > UBOOT_SIGN_ENABLE isn't needed? Or does removing UBOOT_SIGN_ENABLE > disable the binman signing?
Hey! yep because binman is signing these binaries during the do_compile() step we do not need the UBOOT_SIGN_ENABLE here ~Bryan > > > > Signed-off-by: Bryan Brattlof <[email protected]> > > --- > > meta-ti-bsp/conf/machine/include/k3.inc | 4 ---- > > 1 file changed, 4 deletions(-) > > > > diff --git a/meta-ti-bsp/conf/machine/include/k3.inc > > b/meta-ti-bsp/conf/machine/include/k3.inc > > index dd3cbecab3d51..b98b45802bc76 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" > > SPL_BINARYNAME = "tispl.bin" > > UBOOT_SUFFIX = "img" > > > > -UBOOT_SIGN_ENABLE = "1" > > -UBOOT_MKIMAGE_DTCOPTS = "-I dts -O dtb" > > -UBOOT_SIGN_KEYNAME ?= "custMpk" > > -UBOOT_SIGN_KEYDIR ?= "${TI_SECURE_DEV_PKG}/keys" > > FIT_HASH_ALG ?= "sha512" > > FIT_SIGN_ALG ?= "rsa4096" > > > > > > --- > > base-commit: c3d050c2c9db34e250b4b61e90a67bacbfa45066 > > change-id: 20250228-uboot-cleanup-35cb26c61905 > > > > Best regards, > > -- > > Bryan Brattlof <[email protected]> > > > > > > > > > > > -- > Jonathan Cormier > Senior Software Engineer > > Voice: 315.425.4045 x222 > > http://www.CriticalLink.com > 6712 Brooklawn Parkway, Syracuse, NY 13211 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18343): https://lists.yoctoproject.org/g/meta-ti/message/18343 Mute This Topic: https://lists.yoctoproject.org/mt/111439202/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
