All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][PATCH 00/26] sync up with dunfell
@ 2022-05-02 14:50 Denys Dmytriyenko
  2022-05-02 14:50 ` [master][PATCH 01/26] conf: Enable bmap file for wic images on legacy platforms Denys Dmytriyenko
                   ` (26 more replies)
  0 siblings, 27 replies; 29+ messages in thread
From: Denys Dmytriyenko @ 2022-05-02 14:50 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@konsulko.com>

Port latest updates in Dunfell into master.

Denys Dmytriyenko (1):
  linux-ti-staging/mainline: depend on libmpc-native and gmp-native

Devarsh Thakkar (1):
  u-boot-ti: Use SRCREV to get short commit ID

Etheridge, Darren (1):
  ti-graphics: gpu enable and move all platforms to ddk 1.15

Jonathan Humphreys (1):
  conf: Enable bmap file for wic images on legacy platforms

Matthias Schiffer (1):
  ti-sgx-ddk-um: avoid unnecessary dependency on -dev package

Nick Saulnier (2):
  pru-icss_git.bb: update to PSSP v6.1.0
  pru-icss_git.bb: add AM62x

Nishanth Menon (1):
  machine: Add am62xx evm configuration

Praneeth Bajjuri (2):
  ipc: ti-rpmsg-char: Update library to 0.4.1
  k3conf: Update SRCREV to pick AM62x support

Ryan Eatmon (16):
  linux-ti-staging: Bump to 08.02.00.004 release
  linux-ti-staging-rt: Bump to 08.02.00.004 release
  u-boot-ti-staging: Bump to 08.02.00.004 release
  linux-ti-staging: Bump to 08.02.00.005 release
  linux-ti-staging-rt: Bump to 08.02.00.005 release
  u-boot-ti-staging: Bump to 08.02.00.005 release
  ti-linux-fw: Bump to 08.02.00.005 release
  u-boot-ti-staging: Bump to 08.02.00.006 release
  u-boot-ti-staging: Bump to 08.03.00.001 release
  linux-ti-staging: Bump to 08.03.00.001 release
  linux-ti-staging-rt: Bump to 08.03.00.001 release
  conf: machine: am62xx Add missing dtbo file
  u-boot-ti-staging: Bump to 08.03.00.002 release
  linux-ti-staging: Bump to 08.03.00.002 release
  linux-ti-staging-rt: Bump to 08.03.00.002 release
  ti-linux-fw: Bump to 08.03.00.002 release

 meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | 11 +++++
 meta-ti-bsp/conf/machine/am62xx-evm.conf      | 14 ++++++
 meta-ti-bsp/conf/machine/include/am62xx.inc   | 17 +++++++
 meta-ti-bsp/conf/machine/include/omap-a15.inc |  2 +-
 meta-ti-bsp/conf/machine/include/ti33x.inc    |  2 +-
 meta-ti-bsp/conf/machine/include/ti43x.inc    |  2 +-
 meta-ti-bsp/conf/machine/j721s2-evm.conf      |  2 +
 .../ti-img-rogue-driver_1.13.5776728.bb       | 40 -----------------
 .../ti-img-rogue-driver_1.15.6133109.bb       | 44 +++++++++++++++++++
 .../recipes-bsp/ti-linux-fw/ti-linux-fw.inc   |  4 +-
 .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb    | 18 ++++++++
 .../u-boot/u-boot-ti-staging_2021.01.bb       |  4 +-
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc  | 17 ++++---
 .../recipes-devtools/k3conf/k3conf_git.bb     |  2 +-
 ...bb => ti-img-rogue-umlibs_1.15.6133109.bb} | 13 +++---
 .../libgles/ti-sgx-ddk-um_1.17.4948957.bb     |  2 +-
 .../linux/linux-ti-mainline_git.bb            |  2 +-
 .../linux/linux-ti-staging-rt_5.10.bb         |  4 +-
 .../linux/linux-ti-staging_5.10.bb            |  6 ++-
 meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc  |  6 +--
 .../ti-rtos-bin/ti-rtos-firmware.bb           | 38 +++++++++++++---
 .../recipes-bsp/pru/pru-icss_git.bb           | 25 ++++++++++-
 22 files changed, 196 insertions(+), 79 deletions(-)
 create mode 100644 meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
 create mode 100644 meta-ti-bsp/conf/machine/am62xx-evm.conf
 create mode 100644 meta-ti-bsp/conf/machine/include/am62xx.inc
 delete mode 100644 meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb
 create mode 100644 meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
 rename meta-ti-bsp/recipes-graphics/libgles/{ti-img-rogue-umlibs_1.13.5776728.bb => ti-img-rogue-umlibs_1.15.6133109.bb} (84%)

-- 
2.25.1



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

end of thread, other threads:[~2022-05-13 14:19 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 01/26] conf: Enable bmap file for wic images on legacy platforms Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 02/26] ti-sgx-ddk-um: avoid unnecessary dependency on -dev package Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 03/26] linux-ti-staging: Bump to 08.02.00.004 release Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 04/26] linux-ti-staging-rt: " Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 05/26] u-boot-ti-staging: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 06/26] linux-ti-staging: Bump to 08.02.00.005 release Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 07/26] linux-ti-staging-rt: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 08/26] u-boot-ti-staging: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 09/26] ti-linux-fw: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 10/26] u-boot-ti-staging: Bump to 08.02.00.006 release Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 11/26] machine: Add am62xx evm configuration Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 12/26] ti-graphics: gpu enable and move all platforms to ddk 1.15 Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 13/26] pru-icss_git.bb: update to PSSP v6.1.0 Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 14/26] pru-icss_git.bb: add AM62x Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 15/26] u-boot-ti: Use SRCREV to get short commit ID Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 16/26] linux-ti-staging/mainline: depend on libmpc-native and gmp-native Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 17/26] u-boot-ti-staging: Bump to 08.03.00.001 release Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 18/26] linux-ti-staging: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 19/26] linux-ti-staging-rt: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 20/26] ipc: ti-rpmsg-char: Update library to 0.4.1 Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 21/26] conf: machine: am62xx Add missing dtbo file Denys Dmytriyenko
2022-05-13 14:19   ` [EXTERNAL] [meta-ti] " Devarsh Thakkar
2022-05-02 14:51 ` [master][PATCH 22/26] k3conf: Update SRCREV to pick AM62x support Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 23/26] u-boot-ti-staging: Bump to 08.03.00.002 release Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 24/26] linux-ti-staging: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 25/26] linux-ti-staging-rt: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 26/26] ti-linux-fw: " Denys Dmytriyenko
2022-05-02 17:18 ` [meta-ti] [master][PATCH 00/26] sync up with dunfell 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.