mbox series

[meta-ti,dunfell,v4,0/6] J784S4 HS Support

Message ID 20221107092048.555881-1-m-chawdhry@ti.com
Headers show
Series J784S4 HS Support | expand

Message

Manorit Chawdhry Nov. 7, 2022, 9:20 a.m. UTC
This series adds support for J784S4 HS EVM support.

Depends on uboot series [0]

[0]: https://serenity.dal.design.ti.com/patchwork/project/linux-patch-review/list/?series=3121

v4:
Removed RFC tag

v3:
split ahp HS firmware list into two

v2:
remove the unnecessary variables for UBOOT init

Manorit Chawdhry (6):
  conf: machine: Add J784S4 hs platform
  ti-rtos-firmware: Add J784S4 High Security support
  j784s4-hs: changes to support new hs platform
  ti-graphics: Add j784s4-hs-evm as a compatible machine
  cnm-wave-fw: add compatible for j784s4-hs-evm
  cadence-mhdp-fw: add compatible for j784s4-hs-evm

 conf/machine/j784s4-hs-evm-k3r5.conf          |  11 ++
 conf/machine/j784s4-hs-evm.conf               |  11 ++
 .../cadence-mhdp-fw/cadence-mhdp-fw_git.bb    |   2 +-
 recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb    |   2 +-
 .../ti-img-rogue-driver_1.15.6133109.bb       |   3 +-
 recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb        |   1 +
 .../trusted-firmware-a_%.bbappend             |   4 +
 .../ti-img-rogue-umlibs_1.15.6133109.bb       |   3 +-
 recipes-kernel/linux/kernel-rdepends.inc      |   2 +
 recipes-security/optee/optee-os_%.bbappend    |   4 +
 recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb    | 138 ++++++++++++++++++
 11 files changed, 177 insertions(+), 4 deletions(-)
 create mode 100644 conf/machine/j784s4-hs-evm-k3r5.conf
 create mode 100644 conf/machine/j784s4-hs-evm.conf