mbox series

[meta-ti,master/kirkstone,0/4] Sync up from dunfell

Message ID 20230330212440.19437-1-reatmon@ti.com
Headers show
Series Sync up from dunfell | expand

Message

Ryan Eatmon March 30, 2023, 9:24 p.m. UTC
These changes were made to bring us to a stable sync up point with
dunfell.  Everything (that can) can be built and boot.  From these
patches things will begin to diverge as we start our LTS mirgration to
Linux v6.1 and U-boot 2023.04.

Ryan Eatmon (4):
  u-boot-ti-staging: Fix u-boot configs to match oe-core fitImage
  trusted-firmware-a: Only sign files for platforms that support it
  optee-os: Only sign files for platforms that support it
  kernel-fitimage: Add signing of fitImage entries for 5.10 kernel

 .../classes/kernel-fitimage-ti-u-boot.bbclass | 214 ++++++++++++++++++
 .../trusted-firmware-a_%.bbappend             |  40 +++-
 ...e-to-support-oe-core-fitImage-naming.patch | 144 ++++++++++++
 .../u-boot/u-boot-ti-staging_2021.01.bb       |   8 +-
 .../linux/linux-ti-staging_5.10.bb            |   2 +
 .../optee/optee-os_3.16%.bbappend             |  44 +++-
 6 files changed, 448 insertions(+), 4 deletions(-)
 create mode 100644 meta-ti-bsp/classes/kernel-fitimage-ti-u-boot.bbclass
 create mode 100644 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging-2021.01/0001-configs-Update-to-support-oe-core-fitImage-naming.patch