All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master/kirkstone][RFC PATCH] conf: machine: include: k3 enable fit signing for uboot
@ 2023-05-11  6:24 Manorit Chawdhry
  2023-05-11 15:47 ` Denys Dmytriyenko
  2023-05-11 16:18 ` Ricardo Salveti
  0 siblings, 2 replies; 7+ messages in thread
From: Manorit Chawdhry @ 2023-05-11  6:24 UTC (permalink / raw)
  To: meta-ti
  Cc: Manorit Chawdhry, Ryan Eatmon, Denys Dmytriyenko,
	Vignesh Raghavendra, Praneeth Bajjuri, Udit Kumar, Andrew Davis,
	Kamlesh Gurudasani

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
---
To: Ryan Eatmon <reatmon@ti.com>
To: Denys Dmytriyenko <denys@ti.com>
Cc: meta-ti@lists.yoctoproject.org
Cc: Vignesh Raghavendra <vigneshr@ti.com>
Cc: Praneeth Bajjuri <praneeth@ti.com>
Cc: Udit Kumar <u-kumar1@ti.com>
Cc: Andrew Davis <afd@ti.com>
Cc: Kamlesh Gurudasani <kamlesh@ti.com>
---
 meta-ti-bsp/conf/machine/include/k3.inc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc
index fff1550564b3..ab7e45a8016f 100644
--- a/meta-ti-bsp/conf/machine/include/k3.inc
+++ b/meta-ti-bsp/conf/machine/include/k3.inc
@@ -31,6 +31,12 @@ 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 = "uboot_signing_dev_key"
+UBOOT_SIGN_KEYDIR = "${DEPLOY_DIR_IMAGE}/u-boot-keys"
+FIT_GENERATE_KEYS = "1"
+
 EXTRA_IMAGEDEPENDS += "virtual/bootloader"
 
 TFA_PLATFORM = "k3"

---
base-commit: a9b35f1e7c3a7746fb4f6807166bcb27ba9ca5eb
change-id: 20230509-b4-k3-fit-signing-316ca2af859c

Best regards,
-- 
Manorit Chawdhry <m-chawdhry@ti.com>



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-12  5:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-11  6:24 [meta-ti][master/kirkstone][RFC PATCH] conf: machine: include: k3 enable fit signing for uboot Manorit Chawdhry
2023-05-11 15:47 ` Denys Dmytriyenko
2023-05-11 16:20   ` Ricardo Salveti
2023-05-11 16:44     ` Denys Dmytriyenko
2023-05-12  5:44       ` Manorit Chawdhry
2023-05-12  5:44     ` Manorit Chawdhry
2023-05-11 16:18 ` Ricardo Salveti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.