* [PATCH] common-csl-ip: Update for CSL version 3.3.0.7 and support for ti33x, ti43x & omap @ 2017-06-30 19:29 Mahesh Radhakrishnan 2017-06-30 19:31 ` Denys Dmytriyenko 0 siblings, 1 reply; 4+ messages in thread From: Mahesh Radhakrishnan @ 2017-06-30 19:29 UTC (permalink / raw) To: meta-ti Update for CSL version 3.3.0.7 and support for ti33x,ti43x & omap Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> --- recipes-bsp/common-csl-ip/common-csl-ip.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc index cac0b93..71ef9e9 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc @@ -2,9 +2,9 @@ DESCRIPTION = "Chip support library low level interface" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" -COMPATIBLE_MACHINE = "keystone|dra7xx" +COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" -PV = "03.03.00.06C" +PV = "03.03.00.07B" INC_PR = "r0" CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" @@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git" CSL_GIT_BRANCH = "master" CSL_GIT_DESTSUFFIX = "git" -# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.06C" -CSL_SRCREV = "ce2bbf96b08fa69eda7bfc92aa7760b7ca70dddf" +# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.07B" +CSL_SRCREV = "28dbc2f4b0b06b29ac4e962a9494987d242b48b5" BRANCH="${CSL_GIT_BRANCH}" SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" -- 1.9.1 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] common-csl-ip: Update for CSL version 3.3.0.7 and support for ti33x, ti43x & omap 2017-06-30 19:29 [PATCH] common-csl-ip: Update for CSL version 3.3.0.7 and support for ti33x, ti43x & omap Mahesh Radhakrishnan @ 2017-06-30 19:31 ` Denys Dmytriyenko 2017-06-30 19:40 ` Radhakrishnan, Mahesh 0 siblings, 1 reply; 4+ messages in thread From: Denys Dmytriyenko @ 2017-06-30 19:31 UTC (permalink / raw) To: Mahesh Radhakrishnan; +Cc: meta-ti On Fri, Jun 30, 2017 at 03:29:29PM -0400, Mahesh Radhakrishnan wrote: > Update for CSL version 3.3.0.7 and support for ti33x,ti43x & omap Thanks. Did you mean omapl1 in the description? Also, you don't have to duplicate the same text in subject and body of the patch - both will be in the commit log, which is redundant. > Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> > --- > recipes-bsp/common-csl-ip/common-csl-ip.inc | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc > index cac0b93..71ef9e9 100644 > --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc > +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc > @@ -2,9 +2,9 @@ DESCRIPTION = "Chip support library low level interface" > LICENSE = "BSD-3-Clause" > LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" > > -COMPATIBLE_MACHINE = "keystone|dra7xx" > +COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" > > -PV = "03.03.00.06C" > +PV = "03.03.00.07B" > INC_PR = "r0" > > CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" > @@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git" > CSL_GIT_BRANCH = "master" > CSL_GIT_DESTSUFFIX = "git" > > -# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.06C" > -CSL_SRCREV = "ce2bbf96b08fa69eda7bfc92aa7760b7ca70dddf" > +# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.07B" > +CSL_SRCREV = "28dbc2f4b0b06b29ac4e962a9494987d242b48b5" > > BRANCH="${CSL_GIT_BRANCH}" > SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] common-csl-ip: Update for CSL version 3.3.0.7 and support for ti33x, ti43x & omap 2017-06-30 19:31 ` Denys Dmytriyenko @ 2017-06-30 19:40 ` Radhakrishnan, Mahesh 2017-06-30 19:57 ` Denys Dmytriyenko 0 siblings, 1 reply; 4+ messages in thread From: Radhakrishnan, Mahesh @ 2017-06-30 19:40 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org Hi Denys, Yes. I meant omapl1. Shall I re-submit the patch with these corrections? Regards Mahesh -----Original Message----- From: Dmytriyenko, Denys Sent: Friday, June 30, 2017 3:32 PM To: Radhakrishnan, Mahesh Cc: meta-ti@yoctoproject.org Subject: Re: [meta-ti] [PATCH] common-csl-ip: Update for CSL version 3.3.0.7 and support for ti33x, ti43x & omap On Fri, Jun 30, 2017 at 03:29:29PM -0400, Mahesh Radhakrishnan wrote: > Update for CSL version 3.3.0.7 and support for ti33x,ti43x & omap Thanks. Did you mean omapl1 in the description? Also, you don't have to duplicate the same text in subject and body of the patch - both will be in the commit log, which is redundant. > Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> > --- > recipes-bsp/common-csl-ip/common-csl-ip.inc | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc > index cac0b93..71ef9e9 100644 > --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc > +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc > @@ -2,9 +2,9 @@ DESCRIPTION = "Chip support library low level interface" > LICENSE = "BSD-3-Clause" > LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" > > -COMPATIBLE_MACHINE = "keystone|dra7xx" > +COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" > > -PV = "03.03.00.06C" > +PV = "03.03.00.07B" > INC_PR = "r0" > > CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" > @@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git" > CSL_GIT_BRANCH = "master" > CSL_GIT_DESTSUFFIX = "git" > > -# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.06C" > -CSL_SRCREV = "ce2bbf96b08fa69eda7bfc92aa7760b7ca70dddf" > +# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.07B" > +CSL_SRCREV = "28dbc2f4b0b06b29ac4e962a9494987d242b48b5" > > BRANCH="${CSL_GIT_BRANCH}" > SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] common-csl-ip: Update for CSL version 3.3.0.7 and support for ti33x, ti43x & omap 2017-06-30 19:40 ` Radhakrishnan, Mahesh @ 2017-06-30 19:57 ` Denys Dmytriyenko 0 siblings, 0 replies; 4+ messages in thread From: Denys Dmytriyenko @ 2017-06-30 19:57 UTC (permalink / raw) To: Radhakrishnan, Mahesh; +Cc: meta-ti@yoctoproject.org On Fri, Jun 30, 2017 at 03:40:03PM -0400, Radhakrishnan, Mahesh wrote: > Hi Denys, > Yes. I meant omapl1. Shall I re-submit the patch with these corrections? Yes please > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Friday, June 30, 2017 3:32 PM > To: Radhakrishnan, Mahesh > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] [PATCH] common-csl-ip: Update for CSL version 3.3.0.7 and support for ti33x, ti43x & omap > > On Fri, Jun 30, 2017 at 03:29:29PM -0400, Mahesh Radhakrishnan wrote: > > Update for CSL version 3.3.0.7 and support for ti33x,ti43x & omap > > Thanks. Did you mean omapl1 in the description? > Also, you don't have to duplicate the same text in subject and body of the patch - both will be in the commit log, which is redundant. > > > > Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> > > --- > > recipes-bsp/common-csl-ip/common-csl-ip.inc | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc > > index cac0b93..71ef9e9 100644 > > --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc > > +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc > > @@ -2,9 +2,9 @@ DESCRIPTION = "Chip support library low level interface" > > LICENSE = "BSD-3-Clause" > > LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" > > > > -COMPATIBLE_MACHINE = "keystone|dra7xx" > > +COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" > > > > -PV = "03.03.00.06C" > > +PV = "03.03.00.07B" > > INC_PR = "r0" > > > > CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" > > @@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git" > > CSL_GIT_BRANCH = "master" > > CSL_GIT_DESTSUFFIX = "git" > > > > -# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.06C" > > -CSL_SRCREV = "ce2bbf96b08fa69eda7bfc92aa7760b7ca70dddf" > > +# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.07B" > > +CSL_SRCREV = "28dbc2f4b0b06b29ac4e962a9494987d242b48b5" > > > > BRANCH="${CSL_GIT_BRANCH}" > > SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" > > -- > > 1.9.1 > > > > -- > > _______________________________________________ > > meta-ti mailing list > > meta-ti@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-30 19:57 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-06-30 19:29 [PATCH] common-csl-ip: Update for CSL version 3.3.0.7 and support for ti33x, ti43x & omap Mahesh Radhakrishnan 2017-06-30 19:31 ` Denys Dmytriyenko 2017-06-30 19:40 ` Radhakrishnan, Mahesh 2017-06-30 19:57 ` Denys Dmytriyenko
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.