All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty][meta-processor-sdk][PATCH ] ti-pdk: Updates for dra7xx & am574x
@ 2017-12-14 23:44 Mahesh Radhakrsihnan
  2017-12-15 13:15 ` [EXTERNAL] " Jacob Stiffler
  0 siblings, 1 reply; 4+ messages in thread
From: Mahesh Radhakrsihnan @ 2017-12-14 23:44 UTC (permalink / raw)
  To: meta-arago

From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>

One of the updates is for dra7xx. The other one adds the
LIMIT_BOARDS/SOCs for AM574x until they are added to machine/am57xx-
evm.conf

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 classes/ti-pdk.bbclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass
index 76abfe4..c83da00 100644
--- a/classes/ti-pdk.bbclass
+++ b/classes/ti-pdk.bbclass
@@ -54,9 +54,11 @@ export SECTTI="perl ${CG_XML_INSTALL_DIR}/ofd/sectti.pl"
 TI_PDK_XDCMAKE ?= "1"
 
 # By default, only build the cores with available toolchains
-TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 c66xdsp_2 arm9_0 c674x a9host a8host pru_0 pru_1"
+TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 c66xdsp_2 arm9_0 c674x a9host a8host pru_0 pru_1 arp32_1"
 TI_PDK_LIMIT_SOCS ?= ""
+TI_PDK_LIMIT_SOCS_append_am57xx-evm = " am574x"
 TI_PDK_LIMIT_BOARDS ?= ""
+TI_PDK_LIMIT_BOARDS_append_am57xx-evm = " idkAM574x"
 TI_PDK_MAKE_TARGET ?= "release"
 TI_PDK_EXTRA_MAKE ?= ""
 
-- 
1.9.1



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

* Re: [EXTERNAL] [morty][meta-processor-sdk][PATCH ] ti-pdk: Updates for dra7xx & am574x
  2017-12-14 23:44 [morty][meta-processor-sdk][PATCH ] ti-pdk: Updates for dra7xx & am574x Mahesh Radhakrsihnan
@ 2017-12-15 13:15 ` Jacob Stiffler
  2017-12-15 19:44   ` Radhakrishnan, Mahesh
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Stiffler @ 2017-12-15 13:15 UTC (permalink / raw)
  To: Mahesh Radhakrsihnan, meta-arago



On 12/14/2017 6:44 PM, Mahesh Radhakrsihnan wrote:
> From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
>
> One of the updates is for dra7xx. The other one adds the
> LIMIT_BOARDS/SOCs for AM574x until they are added to machine/am57xx-
> evm.conf
>
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
>   classes/ti-pdk.bbclass | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass
> index 76abfe4..c83da00 100644
> --- a/classes/ti-pdk.bbclass
> +++ b/classes/ti-pdk.bbclass
> @@ -54,9 +54,11 @@ export SECTTI="perl ${CG_XML_INSTALL_DIR}/ofd/sectti.pl"
>   TI_PDK_XDCMAKE ?= "1"
>   
>   # By default, only build the cores with available toolchains
> -TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 c66xdsp_2 arm9_0 c674x a9host a8host pru_0 pru_1"
> +TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 c66xdsp_2 arm9_0 c674x a9host a8host pru_0 pru_1 arp32_1"

We do not have the toolchain to build arp32_1 cores

>   TI_PDK_LIMIT_SOCS ?= ""
> +TI_PDK_LIMIT_SOCS_append_am57xx-evm = " am574x"
>   TI_PDK_LIMIT_BOARDS ?= ""
> +TI_PDK_LIMIT_BOARDS_append_am57xx-evm = " idkAM574x"

TI_PDK_LIMIT_BOARDS and TI_PDK_LIMIT_SOCS may be used by more than 
ti-pdk class recipes.

For now, I think we can add this in the branding file until it gets 
upstreamed to the machine configuration.

>   TI_PDK_MAKE_TARGET ?= "release"
>   TI_PDK_EXTRA_MAKE ?= ""
>   



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

* Re: [EXTERNAL] [morty][meta-processor-sdk][PATCH ] ti-pdk: Updates for dra7xx & am574x
  2017-12-15 13:15 ` [EXTERNAL] " Jacob Stiffler
@ 2017-12-15 19:44   ` Radhakrishnan, Mahesh
  2017-12-15 19:48     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Radhakrishnan, Mahesh @ 2017-12-15 19:44 UTC (permalink / raw)
  To: Stiffler, Jacob, meta-arago

[-- Attachment #1: Type: text/plain, Size: 2309 bytes --]



[Machu] My reply inline.



-----Original Message-----
From: Stiffler, Jacob
Sent: Friday, December 15, 2017 8:15 AM
To: Radhakrishnan, Mahesh; meta-arago@arago-project.org
Subject: Re: [EXTERNAL] [meta-arago] [morty][meta-processor-sdk][PATCH ] ti-pdk: Updates for dra7xx & am574x







On 12/14/2017 6:44 PM, Mahesh Radhakrsihnan wrote:

> From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com<mailto:m-radhakrishnan2@ti.com>>

>

> One of the updates is for dra7xx. The other one adds the

> LIMIT_BOARDS/SOCs for AM574x until they are added to machine/am57xx-

> evm.conf

>

> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com<mailto:m-radhakrishnan2@ti.com>>

> ---

>   classes/ti-pdk.bbclass | 4 +++-

>   1 file changed, 3 insertions(+), 1 deletion(-)

>

> diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass index

> 76abfe4..c83da00 100644

> --- a/classes/ti-pdk.bbclass

> +++ b/classes/ti-pdk.bbclass

> @@ -54,9 +54,11 @@ export SECTTI="perl ${CG_XML_INSTALL_DIR}/ofd/sectti.pl"

>   TI_PDK_XDCMAKE ?= "1"

>

>   # By default, only build the cores with available toolchains

> -TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 c66xdsp_2 arm9_0 c674x a9host a8host pru_0 pru_1"

> +TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 c66xdsp_2 arm9_0 c674x a9host a8host pru_0 pru_1 arp32_1"



We do not have the toolchain to build arp32_1 cores



[Machu] Sure. I will keep it out for now, until the tool chain gets upstreamed.



>   TI_PDK_LIMIT_SOCS ?= ""

> +TI_PDK_LIMIT_SOCS_append_am57xx-evm = " am574x"

>   TI_PDK_LIMIT_BOARDS ?= ""

> +TI_PDK_LIMIT_BOARDS_append_am57xx-evm = " idkAM574x"



TI_PDK_LIMIT_BOARDS and TI_PDK_LIMIT_SOCS may be used by more than ti-pdk class recipes.



For now, I think we can add this in the branding file until it gets upstreamed to the machine configuration.



[Machu] Is the below file the branding file?

./meta-processor-sdk/conf/distro/include/branding-processor-sdk.inc

I couldn’t see any recipe including this file. Is the file name a reserved one which is automatically picked up by Yocto?





>   TI_PDK_MAKE_TARGET ?= "release"

>   TI_PDK_EXTRA_MAKE ?= ""

>



[-- Attachment #2: Type: text/html, Size: 7367 bytes --]

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

* Re: [EXTERNAL] [morty][meta-processor-sdk][PATCH ] ti-pdk: Updates for dra7xx & am574x
  2017-12-15 19:44   ` Radhakrishnan, Mahesh
@ 2017-12-15 19:48     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2017-12-15 19:48 UTC (permalink / raw)
  To: Radhakrishnan, Mahesh; +Cc: meta-arago

On Fri, Dec 15, 2017 at 07:44:53PM +0000, Radhakrishnan, Mahesh wrote:
> [Machu] Is the below file the branding file?
> 
> ./meta-processor-sdk/conf/distro/include/branding-processor-sdk.inc

Yes.


> I couldn’t see any recipe including this file. Is the file name a reserved 
> one which is automatically picked up by Yocto?

No, it is controlled by ARAGO_BRAND="processor-sdk" variable and gets loaded 
by Arago distro config.

-- 
Denys


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

end of thread, other threads:[~2017-12-15 19:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14 23:44 [morty][meta-processor-sdk][PATCH ] ti-pdk: Updates for dra7xx & am574x Mahesh Radhakrsihnan
2017-12-15 13:15 ` [EXTERNAL] " Jacob Stiffler
2017-12-15 19:44   ` Radhakrishnan, Mahesh
2017-12-15 19:48     ` 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.