[meta-ti] [thud/master PATCH v3] recipes-bsp: ivshmem-uio: Add new recipe for ivshmem-uio driver

2019-10-01 Thread Nikhil Devshatwar
This is external kernel module which enables userspace io over the Jailhouse ivhsmem (inter VM shared memory) This driver is useful to test the inter VM communication. Signed-off-by: Nikhil Devshatwar --- Changes from v2: * Define recipe to be compatible only for ti-soc Changes from v1: * Split

[meta-ti] [thud/master PATCH v3] recipes-bsp: ivshmem-uio: Add new recipe for ivshmem-uio driver

2019-09-30 Thread Nikhil Devshatwar
This is external kernel module which enables userspace io over the Jailhouse ivhsmem (inter VM shared memory) This driver is useful to test the inter VM communication. Signed-off-by: Nikhil Devshatwar --- Changes from v2: * Fix SUMMARY v/s DESCRIPTION Changes from v1: * Split the ivshmem recipe

[meta-ti] [thud/master PATCH v2] recipes-bsp: ivshmem-uio: Add new recipe for ivshmem-uio driver

2019-09-27 Thread Nikhil Devshatwar
This is external kernel module which enables userspace io over the Jailhouse ivhsmem (inter VM shared memory) This driver is useful to test the inter VM communication. Signed-off-by: Nikhil Devshatwar --- Changes from v1: * Split the ivshmem recipe separately * Add summary and remove

Re: [meta-ti] [thud/master PATCH v1] recipes-kernel: jailhouse: update SRCREV to ti2019.04-rc2 tag

2019-09-27 Thread Nikhil Devshatwar
On 26/09/19 9:43 PM, Denys Dmytriyenko wrote: On Thu, Sep 26, 2019 at 09:37:39PM +0530, Nikhil Devshatwar wrote: /work/nikhil/ybd/k3-yocto-26-Sep/sources/meta-ti/recipes-kernel/jailhouse/jailhouse_git.bb What's this for? Sorry about that. I have setup some automation to detect SRCREV updates

[meta-ti] [thud/master PATCH v1] recipes-kernel: jailhouse: update SRCREV to ti2019.04-rc2 tag

2019-09-26 Thread Nikhil Devshatwar
/work/nikhil/ybd/k3-yocto-26-Sep/sources/meta-ti/recipes-kernel/jailhouse/jailhouse_git.bb Signed-off-by: Nikhil Devshatwar --- recipes-kernel/jailhouse/jailhouse_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/jailhouse/jailhouse_git.bb b/recipes

Re: [meta-ti] [master/thud][PATCH v2 3/3] jailhouse: use ramfs for linux-demo

2019-08-29 Thread Nikhil Devshatwar
On 20/08/19 11:41 PM, Jacob Stiffler wrote: * Configure the linux-demo to use a ramfs for the linux inmate. * Using JH_RAMFS_IMAGE, this can be set in some global conf. Signed-off-by: Jacob Stiffler Tested-by: Nikhil Devshatwar I manually built the core-image-minimal in cpio format

Re: [meta-ti] [master/thud][PATCH v2 2/3] jailhouse: provide tools package

2019-08-29 Thread Nikhil Devshatwar
. Signed-off-by: Jacob Stiffler Tested-by: Nikhil Devshatwar I had to specifically install the pyjailhouse IPK for pyjailhouse. You can add this in the meta-arago packagegroup recipe Nikhil D --- recipes-kernel/jailhouse/jailhouse_git.bb | 24 1 file changed, 20

[meta-ti] [thud PATCH v1] jailhouse: Update with inmate DT bugfixes

2019-07-09 Thread Nikhil Devshatwar
Signed-off-by: Nikhil Devshatwar --- recipes-kernel/jailhouse/jailhouse_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/jailhouse/jailhouse_git.bb b/recipes-kernel/jailhouse/jailhouse_git.bb index 18b984f..753664e 100644 --- a/recipes-kernel/jailhouse

[meta-ti] [ [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse

2019-07-08 Thread Nikhil Devshatwar
Signed-off-by: Nikhil Devshatwar --- conf/machine/j7-evm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf index 9a2fada..55d7d61 100644 --- a/conf/machine/j7-evm.conf +++ b/conf/machine/j7-evm.conf @@ -14,6 +14,7 @@ KERNEL_DEVICETREE

[meta-ti] [ thud PATCH v2] jailhouse: add recipe for Jailhouse module, FW, cells, inmates and basic demo

2019-07-05 Thread Nikhil Devshatwar
Dmytriyenko Signed-off-by: Nikhil Devshatwar --- Changes from v1: * Fix issues with building tools * Remove the makefile patch recipes-bsp/jailhouse/jailhouse-arch.inc | 20 + recipes-bsp/jailhouse/jailhouse_git.bb | 141 +++ 2 files changed, 161 insertions

[meta-ti] [thud PATCH v1] jailhouse: add recipe for Jailhouse module, FW, cells, inmates and basic demo

2019-07-05 Thread Nikhil Devshatwar
Dmytriyenko Signed-off-by: Nikhil Devshatwar --- recipes-bsp/jailhouse/jailhouse-arch.inc | 20 +++ .../jailhouse/0001-Makefile-fixes-for-yocto.patch | 84 recipes-bsp/jailhouse/jailhouse_git.bb | 144 + 3 files changed, 248 insertions

[meta-ti] [PATCH] vpdma-fw: Separate vpdma-fw and vpe-tests recipe

2015-01-22 Thread Nikhil Devshatwar
VPDMA firmware is published publicly as IPUMM firmware. This patch creates a separate recipe for VPDMA firmware. Also, it updates the package names in kernel dependencies. The vpe-tests is an independent recipe which can be included in the packagegroup if required. Signed-off-by: Nikhil