* [PATCH] tiovx-app: Fix memory map for DSP firmware @ 2018-03-01 17:12 Djordje Senicic 2018-03-01 18:56 ` Denys Dmytriyenko 0 siblings, 1 reply; 7+ messages in thread From: Djordje Senicic @ 2018-03-01 17:12 UTC (permalink / raw) To: meta-arago; +Cc: d-senicic1, Djordje Senicic Signed-off-by: Djordje Senicic <x0157990@ti.com> --- recipes-ti/tiovx/tiovx-sys.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ti/tiovx/tiovx-sys.inc b/recipes-ti/tiovx/tiovx-sys.inc index fc24947..43c4e1d 100644 --- a/recipes-ti/tiovx/tiovx-sys.inc +++ b/recipes-ti/tiovx/tiovx-sys.inc @@ -1,5 +1,5 @@ PV = "01.00.00.00" BRANCH="master" -SRCREV = "c208217c5c3788c78d10ff0d25e5db9782e00be9" +SRCREV = "375fa639773970e433171686f01f360a9a5b2ad4" SRC_URI = "git://git.ti.com/processor-sdk/tiovx-app.git;protocol=git;branch=${BRANCH}" -- 1.9.1 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] tiovx-app: Fix memory map for DSP firmware 2018-03-01 17:12 [PATCH] tiovx-app: Fix memory map for DSP firmware Djordje Senicic @ 2018-03-01 18:56 ` Denys Dmytriyenko 2018-03-01 19:11 ` Senicic, Djordje 0 siblings, 1 reply; 7+ messages in thread From: Denys Dmytriyenko @ 2018-03-01 18:56 UTC (permalink / raw) To: Djordje Senicic; +Cc: meta-arago, d-senicic1 Is this for processor-sdk layer? On Thu, Mar 01, 2018 at 12:12:53PM -0500, Djordje Senicic wrote: > Signed-off-by: Djordje Senicic <x0157990@ti.com> > --- > recipes-ti/tiovx/tiovx-sys.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-ti/tiovx/tiovx-sys.inc b/recipes-ti/tiovx/tiovx-sys.inc > index fc24947..43c4e1d 100644 > --- a/recipes-ti/tiovx/tiovx-sys.inc > +++ b/recipes-ti/tiovx/tiovx-sys.inc > @@ -1,5 +1,5 @@ > PV = "01.00.00.00" > > BRANCH="master" > -SRCREV = "c208217c5c3788c78d10ff0d25e5db9782e00be9" > +SRCREV = "375fa639773970e433171686f01f360a9a5b2ad4" > SRC_URI = "git://git.ti.com/processor-sdk/tiovx-app.git;protocol=git;branch=${BRANCH}" > -- > 1.9.1 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] tiovx-app: Fix memory map for DSP firmware 2018-03-01 18:56 ` Denys Dmytriyenko @ 2018-03-01 19:11 ` Senicic, Djordje 2018-03-01 19:14 ` Denys Dmytriyenko 0 siblings, 1 reply; 7+ messages in thread From: Senicic, Djordje @ 2018-03-01 19:11 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org Earlier I sent one for meta-processor-sdk. This is the same one for meta-arago (I think you asked if we are going to upstream). -----Original Message----- From: Dmytriyenko, Denys Sent: Thursday, March 01, 2018 1:56 PM To: Senicic, Djordje Cc: meta-arago@arago-project.org; Senicic, Djordje Subject: Re: [meta-arago] [PATCH] tiovx-app: Fix memory map for DSP firmware Is this for processor-sdk layer? On Thu, Mar 01, 2018 at 12:12:53PM -0500, Djordje Senicic wrote: > Signed-off-by: Djordje Senicic <x0157990@ti.com> > --- > recipes-ti/tiovx/tiovx-sys.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-ti/tiovx/tiovx-sys.inc > b/recipes-ti/tiovx/tiovx-sys.inc index fc24947..43c4e1d 100644 > --- a/recipes-ti/tiovx/tiovx-sys.inc > +++ b/recipes-ti/tiovx/tiovx-sys.inc > @@ -1,5 +1,5 @@ > PV = "01.00.00.00" > > BRANCH="master" > -SRCREV = "c208217c5c3788c78d10ff0d25e5db9782e00be9" > +SRCREV = "375fa639773970e433171686f01f360a9a5b2ad4" > SRC_URI = "git://git.ti.com/processor-sdk/tiovx-app.git;protocol=git;branch=${BRANCH}" > -- > 1.9.1 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] tiovx-app: Fix memory map for DSP firmware 2018-03-01 19:11 ` Senicic, Djordje @ 2018-03-01 19:14 ` Denys Dmytriyenko 2018-03-01 19:18 ` Senicic, Djordje 2018-03-01 19:48 ` Senicic, Djordje 0 siblings, 2 replies; 7+ messages in thread From: Denys Dmytriyenko @ 2018-03-01 19:14 UTC (permalink / raw) To: Senicic, Djordje; +Cc: meta-arago@arago-project.org Well, have you tried this patch on meta-arago? The path is wrong, there's no tiovx and my question was whether tiovx itself will be upstreamed or not. -- Denys On Thu, Mar 01, 2018 at 02:11:54PM -0500, Senicic, Djordje wrote: > Earlier I sent one for meta-processor-sdk. > This is the same one for meta-arago (I think you asked if we are going to > upstream). > > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Thursday, March 01, 2018 1:56 PM > To: Senicic, Djordje > Cc: meta-arago@arago-project.org; Senicic, Djordje > Subject: Re: [meta-arago] [PATCH] tiovx-app: Fix memory map for DSP > firmware > > Is this for processor-sdk layer? > > On Thu, Mar 01, 2018 at 12:12:53PM -0500, Djordje Senicic wrote: > > Signed-off-by: Djordje Senicic <x0157990@ti.com> > > --- > > recipes-ti/tiovx/tiovx-sys.inc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/recipes-ti/tiovx/tiovx-sys.inc > > b/recipes-ti/tiovx/tiovx-sys.inc index fc24947..43c4e1d 100644 > > --- a/recipes-ti/tiovx/tiovx-sys.inc > > +++ b/recipes-ti/tiovx/tiovx-sys.inc > > @@ -1,5 +1,5 @@ > > PV = "01.00.00.00" > > > > BRANCH="master" > > -SRCREV = "c208217c5c3788c78d10ff0d25e5db9782e00be9" > > +SRCREV = "375fa639773970e433171686f01f360a9a5b2ad4" > > SRC_URI = > "git://git.ti.com/processor-sdk/tiovx-app.git;protocol=git;branch=${BRANCH}" > > -- > > 1.9.1 > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] tiovx-app: Fix memory map for DSP firmware 2018-03-01 19:14 ` Denys Dmytriyenko @ 2018-03-01 19:18 ` Senicic, Djordje 2018-03-01 21:59 ` Chengalvala, Vivek 2018-03-01 19:48 ` Senicic, Djordje 1 sibling, 1 reply; 7+ messages in thread From: Senicic, Djordje @ 2018-03-01 19:18 UTC (permalink / raw) To: Dmytriyenko, Denys, Chengalvala, Vivek; +Cc: meta-arago@arago-project.org As this is for TIOVX DSP firmware, I do not think this needs to be upstreamed (i.e. just in meta-processor-sdk). Vivek, you flagged this - are you ok we stick w/ meta-processor-sdk only (patch was sent yesterday)? -----Original Message----- From: Dmytriyenko, Denys Sent: Thursday, March 01, 2018 2:15 PM To: Senicic, Djordje Cc: meta-arago@arago-project.org Subject: Re: [meta-arago] [PATCH] tiovx-app: Fix memory map for DSP firmware Well, have you tried this patch on meta-arago? The path is wrong, there's no tiovx and my question was whether tiovx itself will be upstreamed or not. -- Denys On Thu, Mar 01, 2018 at 02:11:54PM -0500, Senicic, Djordje wrote: > Earlier I sent one for meta-processor-sdk. > This is the same one for meta-arago (I think you asked if we are going to > upstream). > > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Thursday, March 01, 2018 1:56 PM > To: Senicic, Djordje > Cc: meta-arago@arago-project.org; Senicic, Djordje > Subject: Re: [meta-arago] [PATCH] tiovx-app: Fix memory map for DSP > firmware > > Is this for processor-sdk layer? > > On Thu, Mar 01, 2018 at 12:12:53PM -0500, Djordje Senicic wrote: > > Signed-off-by: Djordje Senicic <x0157990@ti.com> > > --- > > recipes-ti/tiovx/tiovx-sys.inc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/recipes-ti/tiovx/tiovx-sys.inc > > b/recipes-ti/tiovx/tiovx-sys.inc index fc24947..43c4e1d 100644 > > --- a/recipes-ti/tiovx/tiovx-sys.inc > > +++ b/recipes-ti/tiovx/tiovx-sys.inc > > @@ -1,5 +1,5 @@ > > PV = "01.00.00.00" > > > > BRANCH="master" > > -SRCREV = "c208217c5c3788c78d10ff0d25e5db9782e00be9" > > +SRCREV = "375fa639773970e433171686f01f360a9a5b2ad4" > > SRC_URI = > "git://git.ti.com/processor-sdk/tiovx-app.git;protocol=git;branch=${BRANCH}" > > -- > > 1.9.1 > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] tiovx-app: Fix memory map for DSP firmware 2018-03-01 19:18 ` Senicic, Djordje @ 2018-03-01 21:59 ` Chengalvala, Vivek 0 siblings, 0 replies; 7+ messages in thread From: Chengalvala, Vivek @ 2018-03-01 21:59 UTC (permalink / raw) To: Senicic, Djordje, Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org Sure. We can stick with meta-processor-sdk for now and plan to upstream complete tiovx to meta-arago. -----Original Message----- From: Senicic, Djordje Sent: Thursday, March 1, 2018 2:18 PM To: Dmytriyenko, Denys; Chengalvala, Vivek Cc: meta-arago@arago-project.org Subject: RE: [meta-arago] [PATCH] tiovx-app: Fix memory map for DSP firmware As this is for TIOVX DSP firmware, I do not think this needs to be upstreamed (i.e. just in meta-processor-sdk). Vivek, you flagged this - are you ok we stick w/ meta-processor-sdk only (patch was sent yesterday)? -----Original Message----- From: Dmytriyenko, Denys Sent: Thursday, March 01, 2018 2:15 PM To: Senicic, Djordje Cc: meta-arago@arago-project.org Subject: Re: [meta-arago] [PATCH] tiovx-app: Fix memory map for DSP firmware Well, have you tried this patch on meta-arago? The path is wrong, there's no tiovx and my question was whether tiovx itself will be upstreamed or not. -- Denys On Thu, Mar 01, 2018 at 02:11:54PM -0500, Senicic, Djordje wrote: > Earlier I sent one for meta-processor-sdk. > This is the same one for meta-arago (I think you asked if we are going to > upstream). > > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Thursday, March 01, 2018 1:56 PM > To: Senicic, Djordje > Cc: meta-arago@arago-project.org; Senicic, Djordje > Subject: Re: [meta-arago] [PATCH] tiovx-app: Fix memory map for DSP > firmware > > Is this for processor-sdk layer? > > On Thu, Mar 01, 2018 at 12:12:53PM -0500, Djordje Senicic wrote: > > Signed-off-by: Djordje Senicic <x0157990@ti.com> > > --- > > recipes-ti/tiovx/tiovx-sys.inc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/recipes-ti/tiovx/tiovx-sys.inc > > b/recipes-ti/tiovx/tiovx-sys.inc index fc24947..43c4e1d 100644 > > --- a/recipes-ti/tiovx/tiovx-sys.inc > > +++ b/recipes-ti/tiovx/tiovx-sys.inc > > @@ -1,5 +1,5 @@ > > PV = "01.00.00.00" > > > > BRANCH="master" > > -SRCREV = "c208217c5c3788c78d10ff0d25e5db9782e00be9" > > +SRCREV = "375fa639773970e433171686f01f360a9a5b2ad4" > > SRC_URI = > "git://git.ti.com/processor-sdk/tiovx-app.git;protocol=git;branch=${BRANCH}" > > -- > > 1.9.1 > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] tiovx-app: Fix memory map for DSP firmware 2018-03-01 19:14 ` Denys Dmytriyenko 2018-03-01 19:18 ` Senicic, Djordje @ 2018-03-01 19:48 ` Senicic, Djordje 1 sibling, 0 replies; 7+ messages in thread From: Senicic, Djordje @ 2018-03-01 19:48 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org On further thought, as this is for DSP firmware only, Denys pls ignore meta-arago patch from this thread. (I confirmed with Vivek). -----Original Message----- From: Senicic, Djordje Sent: Thursday, March 01, 2018 2:18 PM To: Dmytriyenko, Denys; Chengalvala, Vivek Cc: meta-arago@arago-project.org Subject: RE: [meta-arago] [PATCH] tiovx-app: Fix memory map for DSP firmware As this is for TIOVX DSP firmware, I do not think this needs to be upstreamed (i.e. just in meta-processor-sdk). Vivek, you flagged this - are you ok we stick w/ meta-processor-sdk only (patch was sent yesterday)? -----Original Message----- From: Dmytriyenko, Denys Sent: Thursday, March 01, 2018 2:15 PM To: Senicic, Djordje Cc: meta-arago@arago-project.org Subject: Re: [meta-arago] [PATCH] tiovx-app: Fix memory map for DSP firmware Well, have you tried this patch on meta-arago? The path is wrong, there's no tiovx and my question was whether tiovx itself will be upstreamed or not. -- Denys On Thu, Mar 01, 2018 at 02:11:54PM -0500, Senicic, Djordje wrote: > Earlier I sent one for meta-processor-sdk. > This is the same one for meta-arago (I think you asked if we are going to > upstream). > > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Thursday, March 01, 2018 1:56 PM > To: Senicic, Djordje > Cc: meta-arago@arago-project.org; Senicic, Djordje > Subject: Re: [meta-arago] [PATCH] tiovx-app: Fix memory map for DSP > firmware > > Is this for processor-sdk layer? > > On Thu, Mar 01, 2018 at 12:12:53PM -0500, Djordje Senicic wrote: > > Signed-off-by: Djordje Senicic <x0157990@ti.com> > > --- > > recipes-ti/tiovx/tiovx-sys.inc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/recipes-ti/tiovx/tiovx-sys.inc > > b/recipes-ti/tiovx/tiovx-sys.inc index fc24947..43c4e1d 100644 > > --- a/recipes-ti/tiovx/tiovx-sys.inc > > +++ b/recipes-ti/tiovx/tiovx-sys.inc > > @@ -1,5 +1,5 @@ > > PV = "01.00.00.00" > > > > BRANCH="master" > > -SRCREV = "c208217c5c3788c78d10ff0d25e5db9782e00be9" > > +SRCREV = "375fa639773970e433171686f01f360a9a5b2ad4" > > SRC_URI = > "git://git.ti.com/processor-sdk/tiovx-app.git;protocol=git;branch=${BRANCH}" > > -- > > 1.9.1 > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-03-01 22:00 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-03-01 17:12 [PATCH] tiovx-app: Fix memory map for DSP firmware Djordje Senicic 2018-03-01 18:56 ` Denys Dmytriyenko 2018-03-01 19:11 ` Senicic, Djordje 2018-03-01 19:14 ` Denys Dmytriyenko 2018-03-01 19:18 ` Senicic, Djordje 2018-03-01 21:59 ` Chengalvala, Vivek 2018-03-01 19:48 ` Senicic, Djordje
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.