[meta-ti] [rocko/master][PATCH v3 00/29] RTOS patches(V3) for Procsdk 5.1 release

Mahesh Radhakrishnan m-radhakrishnan2 at ti.com
Fri Sep 28 09:26:01 PDT 2018


This is the version 3 of the RTOS patches with the following differences from v2
1) ti-pdk.bbclass patch is removed as the changes on the v1/v2 patches are not needed.
Hence this patchset contains only 29 patches (the v1/v2 had 30 patches in them)
2) board-rtos: Corrected the DEPENDS_append_am65xx --> DEPENDS_append_k3 as per review comments
3) mcasp-lld-rtos & pcie-lld-rtos: Mentioned the LIC checksum change details (due to copyright header) in the commit description
4) Used -M01 -C01 option while sending the patches to highlight the renaming of ti-ndk_2.xxx -> ti-ndk_3.xx


Mahesh Radhakrishnan (29):
  common-csl-ip: Update to version 03.03.00.12
  osal: SRCREV update to 01.00.00.12.r1
  ti-pdk-build: Update to version 01.00.00.10A
  uart-lld-rtos: Update to version 01.00.00.12
  board-rtos: Update to version 01.00.10.02 and added support to k3
  i2c-lld-rtos: Update to version 01.00.00.02 and added support to k3
  gpio-lld-rtos: Update to version 01.00.00.12 and added support to k3
  icss-emac-lld: Update to version 01.00.00.13
  emac-lld-rtos:Update to version 01.00.03.12A and added support to k3
  starterware: Update to version 02.01.01.08
  mmcsd-lld-rtos: Update to version 01.00.00.13 and added k3 support
  mcasp-lld-rtos: Update to 01.00.00.11A and add support to k3
  fatfs-rtos: Update to version 01.00.00.11 & added k3 support
  mcbsp-lld-rtos: Update to version 01.00.00.11A
  pa-lld: Update to version 03.00.02.07
  pm-lld-rtos: Update to version 01.08.00.19 and k3 support
  udma-lld-rtos: Added support for udma-lld on rtos  (initial version)
  spi-lld-rtos: Update to version 01.00.00.12A and added k3 support
  pcie-lld-rtos: Update to version 02.03.00.01 and added k3 support
  pruss-lld: pruss-lld-rtos: Update to version 01.00.00.11 and added k3
    support for rtos
  sa-lld: sa-lld-rtos: Updated to version 04.00.00.00A, added k3 support
    and makefile build for k3
  transport-rtos: nimu-rtos: Updated to version 01.00.00.13 & added k3
    support
  sciclient-rtos: SRCREV update
  usb-lld-rtos: update to versin 01.00.00.15A and added k3 support
  profiling-rtos: Update to version 01.00.00.07 and added k3 support
  vps-lld-rtos: Updated to version 01.00.01.13
  ti-ndk: Upgrading to 3.40.01.01
  ti-ns: Adding support for TI network services
  cmb-addon: Update to version 01.01.00.02

 recipes-bsp/board-rtos/board-rtos_git.bb           | 15 +++--
 recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb        |  6 +-
 recipes-bsp/common-csl-ip/common-csl-ip.inc        |  7 +-
 recipes-bsp/emac-lld/emac-lld-rtos_git.bb          | 11 ++--
 recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb           |  8 +--
 recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb          |  8 +--
 recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb            |  8 +--
 recipes-bsp/icss-emac-lld/icss-emac-lld.inc        |  2 +-
 recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb        | 15 +++--
 recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb        |  6 +-
 recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb        |  9 +--
 recipes-bsp/osal/osal.inc                          |  4 +-
 recipes-bsp/pa-lld/pa-lld.inc                      |  6 +-
 recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb          | 13 ++--
 recipes-bsp/pm-lld/pm-lld-rtos_git.bb              | 30 +++++----
 recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb        |  1 +
 recipes-bsp/pruss-lld/pruss-lld.inc                |  6 +-
 recipes-bsp/sa-lld/sa-lld-rtos_git.bb              | 14 +++-
 recipes-bsp/sa-lld/sa-lld.inc                      |  6 +-
 recipes-bsp/sciclient/sciclient-rtos_git.bb        |  6 +-
 recipes-bsp/spi-lld/spi-lld-rtos_git.bb            | 12 ++--
 recipes-bsp/starterware/starterware.inc            |  6 +-
 recipes-bsp/transport-rtos/nimu-rtos_git.bb        |  3 +-
 recipes-bsp/transport-rtos/transport.inc           |  6 +-
 recipes-bsp/uart-lld/uart-lld-rtos_git.bb          | 11 ++--
 .../udma-lld-rtos_git.bb}                          | 75 +++++++++-------------
 recipes-bsp/usb-lld/usb-lld-rtos_git.bb            |  8 +--
 recipes-bsp/utils-rtos/profiling-rtos_git.bb       |  8 +--
 recipes-bsp/vps-lld/vps-lld-rtos_git.bb            |  6 +-
 recipes-ti/includes/ti-paths.inc                   |  2 +
 .../{ti-ndk_2.26.00.08.bb => ti-ndk_3.40.01.01.bb} |  8 +--
 .../ti-pdk-build-rtos_git.bb => ns/ti-ns.inc}      | 48 ++++----------
 .../ti-ns_2.40.01.02.bb}                           | 11 ++--
 recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb   |  6 +-
 34 files changed, 204 insertions(+), 187 deletions(-)
 copy recipes-bsp/{sciclient/sciclient-rtos_git.bb => udma-lld/udma-lld-rtos_git.bb} (22%)
 copy recipes-ti/ndk/{ti-ndk_2.26.00.08.bb => ti-ndk_3.40.01.01.bb} (31%)
 copy recipes-ti/{ti-pdk-build/ti-pdk-build-rtos_git.bb => ns/ti-ns.inc} (5%)
 rename recipes-ti/{ndk/ti-ndk_2.26.00.08.bb => ns/ti-ns_2.40.01.02.bb} (21%)

-- 
1.9.1



More information about the meta-ti mailing list