All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][dunfell][PATCH v2 00/12] Adding support for j721s2
@ 2022-02-02 18:33 Ryan Eatmon
  2022-02-02 18:33 ` [meta-ti][dunfell][PATCH v2 01/12] machine: Add j721s2 evm configuration Ryan Eatmon
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Ryan Eatmon @ 2022-02-02 18:33 UTC (permalink / raw)
  To: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

*** BLURB HERE ***

Hari Nagalla (1):
  recipes-ti/ti-rtos-bin: Fix unavailable binary path

Nishanth Menon (8):
  machine: Add j721s2 evm configuration
  optee-os: Add support for alternate console
  trusted-firmware-a: Add support for alternate console
  recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x
  ti-rtos-bin: Add j721s2
  recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well.
  recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware
  recipes-bsp: Add cnm-wave-fw firmware recipe

Praneeth Bajjuri (2):
  ti-linux-fw: Bump up TIFS and DM to v2022.01
  Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot
    images"

Ryan Eatmon (1):
  cnm-wave-fw: Fix name of firmware for j721s2

 conf/machine/j721s2-evm-k3r5.conf             | 11 ++++
 conf/machine/j721s2-evm.conf                  | 22 +++++++
 recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb    | 42 ++++++++++++
 .../ipc-lld/ipc-lld-examples-rtos_git.bb      |  4 +-
 recipes-bsp/ipc-lld/ipc-lld-fw_git.bb         |  4 +-
 recipes-bsp/ti-linux-fw/ti-linux-fw.inc       |  9 +--
 ...gning-of-binaries-for-combined-boot-.patch | 64 -------------------
 recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb        | 28 ++++++--
 .../trusted-firmware-a_%.bbappend             |  2 +
 recipes-bsp/u-boot/u-boot-ti.inc              |  6 ++
 recipes-kernel/linux/kernel-rdepends.inc      |  3 +
 recipes-security/optee/optee-os_%.bbappend    |  2 +
 recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb    | 59 ++++++++++++++++-
 13 files changed, 175 insertions(+), 81 deletions(-)
 create mode 100644 conf/machine/j721s2-evm-k3r5.conf
 create mode 100644 conf/machine/j721s2-evm.conf
 create mode 100644 recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
 delete mode 100644 recipes-bsp/ti-sci-fw/files/0001-Makefile-Skip-signing-of-binaries-for-combined-boot-.patch

-- 
2.17.1


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [meta-ti][dunfell][PATCH v2 00/12] Adding support for j721s2
@ 2022-02-02 18:26 Ryan Eatmon
  0 siblings, 0 replies; 15+ messages in thread
From: Ryan Eatmon @ 2022-02-02 18:26 UTC (permalink / raw)
  To: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

*** BLURB HERE ***

Hari Nagalla (1):
  recipes-ti/ti-rtos-bin: Fix unavailable binary path

Nishanth Menon (8):
  machine: Add j721s2 evm configuration
  optee-os: Add support for alternate console
  trusted-firmware-a: Add support for alternate console
  recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x
  ti-rtos-bin: Add j721s2
  recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well.
  recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware
  recipes-bsp: Add cnm-wave-fw firmware recipe

Praneeth Bajjuri (2):
  ti-linux-fw: Bump up TIFS and DM to v2022.01
  Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot
    images"

Ryan Eatmon (1):
  cnm-wave-fw: Fix name of firmware for j721s2

 conf/machine/j721s2-evm-k3r5.conf             | 11 ++++
 conf/machine/j721s2-evm.conf                  | 22 +++++++
 recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb    | 42 ++++++++++++
 .../ipc-lld/ipc-lld-examples-rtos_git.bb      |  4 +-
 recipes-bsp/ipc-lld/ipc-lld-fw_git.bb         |  4 +-
 recipes-bsp/ti-linux-fw/ti-linux-fw.inc       |  9 +--
 ...gning-of-binaries-for-combined-boot-.patch | 64 -------------------
 recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb        | 28 ++++++--
 .../trusted-firmware-a_%.bbappend             |  2 +
 recipes-bsp/u-boot/u-boot-ti.inc              |  6 ++
 recipes-kernel/linux/kernel-rdepends.inc      |  3 +
 recipes-security/optee/optee-os_%.bbappend    |  2 +
 recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb    | 59 ++++++++++++++++-
 13 files changed, 175 insertions(+), 81 deletions(-)
 create mode 100644 conf/machine/j721s2-evm-k3r5.conf
 create mode 100644 conf/machine/j721s2-evm.conf
 create mode 100644 recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb
 delete mode 100644 recipes-bsp/ti-sci-fw/files/0001-Makefile-Skip-signing-of-binaries-for-combined-boot-.patch

-- 
2.17.1


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

end of thread, other threads:[~2022-02-02 21:32 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-02 18:33 [meta-ti][dunfell][PATCH v2 00/12] Adding support for j721s2 Ryan Eatmon
2022-02-02 18:33 ` [meta-ti][dunfell][PATCH v2 01/12] machine: Add j721s2 evm configuration Ryan Eatmon
2022-02-02 18:33 ` [meta-ti][dunfell][PATCH v2 02/12] optee-os: Add support for alternate console Ryan Eatmon
2022-02-02 18:33 ` [meta-ti][dunfell][PATCH v2 03/12] trusted-firmware-a: " Ryan Eatmon
2022-02-02 18:33 ` [meta-ti][dunfell][PATCH v2 04/12] recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x Ryan Eatmon
2022-02-02 18:33 ` [meta-ti][dunfell][PATCH v2 05/12] ti-rtos-bin: Add j721s2 Ryan Eatmon
2022-02-02 18:33 ` [meta-ti][dunfell][PATCH v2 06/12] recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well Ryan Eatmon
2022-02-02 18:33 ` [meta-ti][dunfell][PATCH v2 07/12] recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware Ryan Eatmon
2022-02-02 18:33 ` [meta-ti][dunfell][PATCH v2 08/12] recipes-bsp: Add cnm-wave-fw firmware recipe Ryan Eatmon
2022-02-02 18:33 ` [meta-ti][dunfell][PATCH v2 09/12] recipes-ti/ti-rtos-bin: Fix unavailable binary path Ryan Eatmon
2022-02-02 18:33 ` [meta-ti][dunfell][PATCH v2 10/12] cnm-wave-fw: Fix name of firmware for j721s2 Ryan Eatmon
2022-02-02 18:33 ` [meta-ti][dunfell][PATCH v2 11/12] ti-linux-fw: Bump up TIFS and DM to v2022.01 Ryan Eatmon
2022-02-02 18:33 ` [meta-ti][dunfell][PATCH v2 12/12] Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" Ryan Eatmon
2022-02-02 21:32 ` [meta-ti][dunfell][PATCH v2 00/12] Adding support for j721s2 Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2022-02-02 18:26 Ryan Eatmon

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.