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

2018-07-10 Thread Denys Dmytriyenko
While looking closer at the anonymous function, I wondered how would it have worked as there's no "callconvention-hard" on Aarch64. And I noticed a small problem with the way d.getVar() is called. I since fixed it and checked all other instances. Please rebase your patches on the latest, once

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 >

[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