Re: [PATCH 1/4] recipes-kernel: Add support to build pine64plus kernel

2020-02-13 Thread vijai kumar
On Thursday, February 13, 2020 at 7:40:17 PM UTC+5:30, Jan Kiszka wrote: > > On 13.02.20 14:44, Vijai Kumar K wrote: > > Add defconfig for pine64-plus development board. > > > > Can we add the missing switches to the arm64_defconfig instead? If not, > you would have to provide a different

Re: [PATCH 4/4] Enable pine64-plus support

2020-02-13 Thread vijai kumar
On Thursday, February 13, 2020 at 7:49:02 PM UTC+5:30, Jan Kiszka wrote: > > On 13.02.20 14:44, Vijai Kumar K wrote: > > - Add the necessary machine, multiconfig and wks file. > > - Add entry in images list. > > > > Signed-off-by: Vijai Kumar K > > > --- > > conf/machine/pine64-plus.conf

Re: [PATCH 2/4] recipes-bsp: Add support for pine64-plus uboot

2020-02-13 Thread vijai kumar
On Thursday, February 13, 2020 at 7:47:34 PM UTC+5:30, Jan Kiszka wrote: > > On 13.02.20 14:44, Vijai Kumar K wrote: > > Add support for building pine64-plus u-boot. Use mainline u-boot + ATF. > > > > Build only the necessary envtools. u-boot tools-only build is broken > > upstream and hence

[siemens/jailhouse] 870022: configs/arm64: Add support for pine64-plus board

2020-02-13 Thread Vijai Kumar K
Branch: refs/heads/next Home: https://github.com/siemens/jailhouse Commit: 8700228123cb881477c571a125bb4b79560d9166 https://github.com/siemens/jailhouse/commit/8700228123cb881477c571a125bb4b79560d9166 Author: Vijai Kumar K Date: 2020-02-13 (Thu, 13 Feb 2020) Changed paths:

Re: [PATCH v4 3/3] configs/arm64: Add Linux demo for pine64-plus

2020-02-13 Thread Jan Kiszka
On 11.02.20 10:50, Vijai Kumar K wrote: Add Linux demo with 2 CPUs and 128M RAM for Pine64+. Signed-off-by: Vijai Kumar K --- configs/arm64/dts/inmate-pine64-plus.dts | 114 + configs/arm64/pine64-plus-linux-demo.c | 148 +++ 2 files changed, 262

Re: [PATCH 4/4] Enable pine64-plus support

2020-02-13 Thread Jan Kiszka
On 13.02.20 14:44, Vijai Kumar K wrote: - Add the necessary machine, multiconfig and wks file. - Add entry in images list. Signed-off-by: Vijai Kumar K --- conf/machine/pine64-plus.conf | 19 +++ .../pine64-plus-jailhouse-demo.conf | 14

Re: [PATCH 2/4] recipes-bsp: Add support for pine64-plus uboot

2020-02-13 Thread Jan Kiszka
On 13.02.20 14:44, Vijai Kumar K wrote: Add support for building pine64-plus u-boot. Use mainline u-boot + ATF. Build only the necessary envtools. u-boot tools-only build is broken upstream and hence not supported here. Actually, there is rarely the need to use self-built tools. Those

Re: [PATCH 1/4] recipes-kernel: Add support to build pine64plus kernel

2020-02-13 Thread Jan Kiszka
On 13.02.20 14:44, Vijai Kumar K wrote: Add defconfig for pine64-plus development board. Can we add the missing switches to the arm64_defconfig instead? If not, you would have to provide a different kernel (recipe) for this target, just like for the rpi4. But I don't think that should be

Re: [PATCH 1/4] recipes-kernel: Add support to build pine64plus kernel

2020-02-13 Thread vijai kumar
I missed the cover letter for this series. This series adds support for Pine64-plus board(2GB edition) in jailhouse-images. The hypervisor side patch for the same is already pushed to the mailing list and is available here[1]. [1]

[PATCH 4/4] Enable pine64-plus support

2020-02-13 Thread Vijai Kumar K
- Add the necessary machine, multiconfig and wks file. - Add entry in images list. Signed-off-by: Vijai Kumar K --- conf/machine/pine64-plus.conf | 19 +++ .../pine64-plus-jailhouse-demo.conf | 14 ++ images.list

[PATCH 2/4] recipes-bsp: Add support for pine64-plus uboot

2020-02-13 Thread Vijai Kumar K
Add support for building pine64-plus u-boot. Use mainline u-boot + ATF. Build only the necessary envtools. u-boot tools-only build is broken upstream and hence not supported here. Signed-off-by: Vijai Kumar K --- recipes-bsp/u-boot/files/pine64-plus-rules| 32 ++

[PATCH 3/4] customizations: Add customization files for pine64plus

2020-02-13 Thread Vijai Kumar K
Add bash history and dummy postinst script for pine64-plus. Signed-off-by: Vijai Kumar K --- .../customizations/files/.bash_history-pine64-plus | 14 ++ .../customizations/files/postinst-pine64-plus | 1 + 2 files changed, 15 insertions(+) create mode 100644

[PATCH 1/4] recipes-kernel: Add support to build pine64plus kernel

2020-02-13 Thread Vijai Kumar K
Add defconfig for pine64-plus development board. Signed-off-by: Vijai Kumar K --- .../linux/files/pine64-plus_defconfig_5.4 | 849 ++ recipes-kernel/linux/linux-jailhouse_5.4.inc | 1 + 2 files changed, 850 insertions(+) create mode 100644

[PATCH] driver: Do not WARN if a cell CPU is missing in the root cell

2020-02-13 Thread Jan Kiszka
From: Jan Kiszka This error will be reported by jailhouse_cmd_cell_create via -EBUSY and is no reason to create a kernel warning. Signed-off-by: Jan Kiszka --- driver/sysfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver/sysfs.c b/driver/sysfs.c index

[siemens/jailhouse] a35bb0: driver: Account for constant name changes in 5.6

2020-02-13 Thread Jan Kiszka
Branch: refs/heads/next Home: https://github.com/siemens/jailhouse Commit: a35bb08187d4aa03f5cd5d26355bf0155c6563a0 https://github.com/siemens/jailhouse/commit/a35bb08187d4aa03f5cd5d26355bf0155c6563a0 Author: Jan Kiszka Date: 2020-02-13 (Thu, 13 Feb 2020) Changed paths:

Re: jailhouse compilation error (no include path)

2020-02-13 Thread Jan Kiszka
On 11.02.20 21:56, Saroj Sapkota wrote: Thank you Jan, for the continuous support and encouragement I also tried in upstream kernel v4.9-tegra andĀ  got the same error. Furthermore, I also try to cross compile on x86 host(different machine) oneĀ  with v4.4, and other with v5.0.1 all of them