[meta-ti] [rocko/master][PATCH] meta-ti: cleanup use of d.getVar()

2018-07-09 Thread Denys Dmytriyenko
1. drop use of True as second parameter, which is default, to align with master 2. there were instances of incorrectly passing 'd' as second parameter from previous conversion from bb.data.getVar() usage Signed-off-by: Denys Dmytriyenko --- classes/ti-pdk.bbclass | 2 +

[meta-ti] [rocko/master][PATCH] am65xx-evm: add new k3-am654-pcie-usb3 DTBO file

2018-07-09 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/am65xx-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf index 2b214ce7..08dbc9e8 100644 --- a/conf/machine/am65xx-evm.conf +++ b/conf/machine/am65xx-evm.conf @

Re: [meta-ti] [PATCH 2/3] ti-sgx-ddk-um: add k3 (AM654x) support

2018-07-09 Thread Denys Dmytriyenko
Would be nice to see it as a diff (-C/-M), even though you add a new version. BTW, have you tested these recipes? -- Denys On Mon, Jul 09, 2018 at 12:35:47PM -0400, Eric Ruei wrote: > - add COMPATIBLE_MACHINE to distinguish AM3/4/5 with K3 (AM654x) > - add k3 support based on SGX DDK 1.17 > >

Re: [meta-ti] [PATCH 1/3] conf: machine: k3: enable sgx

2018-07-09 Thread Denys Dmytriyenko
On Mon, Jul 09, 2018 at 12:35:46PM -0400, Eric Ruei wrote: > Signed-off-by: Eric Ruei > --- > conf/machine/include/k3.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc > index 96699db..b9374e3 100644 > --- a/con

[meta-ti] [PATCH 3/3] ti-sgx-ddk-km: add k3 (AM654x) support

2018-07-09 Thread Eric Ruei
- add K3 (AM654x) support based on SGX DDK 1.17 Signed-off-by: Eric Ruei --- .../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 41 ++ 1 file changed, 41 insertions(+) create mode 100644 recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb diff --git a/recipes-bsp/po

[meta-ti] [PATCH 1/3] conf: machine: k3: enable sgx

2018-07-09 Thread Eric Ruei
Signed-off-by: Eric Ruei --- conf/machine/include/k3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc index 96699db..b9374e3 100644 --- a/conf/machine/include/k3.inc +++ b/conf/machine/include/k3.inc @@ -28,5 +28,5 @

[meta-ti] [PATCH 2/3] ti-sgx-ddk-um: add k3 (AM654x) support

2018-07-09 Thread Eric Ruei
- add COMPATIBLE_MACHINE to distinguish AM3/4/5 with K3 (AM654x) - add k3 support based on SGX DDK 1.17 Signed-off-by: Eric Ruei --- .../libgles/ti-sgx-ddk-um_1.14.3699939.bb | 2 + .../libgles/ti-sgx-ddk-um_1.17.4948957.bb | 84 ++ 2 files changed, 86 inse

[meta-ti] [PATCH 0/3] Enable SGX on k3 (AM654x)

2018-07-09 Thread Eric Ruei
Enable SGX on k3 (AM654x) Eric Ruei (3): conf: machine: k3: enable sgx ti-sgx-ddk-um: add k3 (AM654x) support ti-sgx-ddk-km: add k3 (AM654x) support conf/machine/include/k3.inc| 2 +- .../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 41 +++ .../libgles/