[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 recipes-core

[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 ++ .../u-boot

[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 recipes-kernel/linux/files

[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

[PATCH v3 3/3] Add Linux demo for pine64-plus

2020-02-04 Thread Vijai Kumar K
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 | 149 +++ 2 files changed, 263 insertions(+) create mode 100644 configs/arm64

[PATCH v3 2/3] configs/arm64: Add inmate demo for pine64-plus board

2020-02-04 Thread Vijai Kumar K
- GIC demo and ivshmem-demo are validated. Signed-off-by: Vijai Kumar K --- configs/arm64/pine64-plus-inmate-demo.c | 131 1 file changed, 131 insertions(+) create mode 100644 configs/arm64/pine64-plus-inmate-demo.c diff --git a/configs/arm64/pine64-plus-inmate-demo.c

[PATCH v3 0/3] Add support for Pine64+ board

2020-02-04 Thread Vijai Kumar K
Hi Jan, Sorry. It took sometime to send this v3. As suggested, I have added the ivshmem-demo and linux-demo as well. Changes since v2: - Added support for ivshmem-demo - Added support for linux-demo - Rebased on top of next Thanks, Vijai Kumar K Vijai Kumar K (3): configs/arm64: Add

[PATCH v3 1/3] configs/arm64: Add support for pine64-plus board

2020-02-04 Thread Vijai Kumar K
Add config for Pine64+ board. https://www.pine64.org/devices/single-board-computers/pine-a64/ Allwinner A64(Quad core A53) + 2GB RAM Signed-off-by: Vijai Kumar K --- configs/arm64/pine64-plus.c | 376 1 file changed, 376 insertions(+) create mode 100644

[PATCH v4 1/3] configs/arm64: Add support for pine64-plus board

2020-02-11 Thread Vijai Kumar K
Add config for Pine64+ board. https://www.pine64.org/devices/single-board-computers/pine-a64/ Allwinner A64(Quad core A53) + 2GB RAM Signed-off-by: Vijai Kumar K --- Changes in v4: Addressed review comments from Jan. - Added mem=1792M in comments - Removed meaningless pci domains

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

2020-02-11 Thread Vijai Kumar K
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 insertions(+) create mode 100644 configs/arm64

[PATCH v4 2/3] configs/arm64: Add inmate demo for pine64-plus board

2020-02-11 Thread Vijai Kumar K
- GIC demo and ivshmem-demo are validated. Signed-off-by: Vijai Kumar K --- configs/arm64/pine64-plus-inmate-demo.c | 130 1 file changed, 130 insertions(+) create mode 100644 configs/arm64/pine64-plus-inmate-demo.c diff --git a/configs/arm64/pine64-plus-inmate-demo.c

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

2020-02-14 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 ++ .../u-boot

[PATCH v2 4/4] Enable pine64-plus support

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

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

2020-02-14 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 recipes-core

[PATCH v2 1/4] recipes-kernel: Add support for pine64 plus

2020-02-14 Thread Vijai Kumar K
Enable support for pine64-plus ethernet, watchdog, pmic and regulators in arm64_defconfig_5.4. Signed-off-by: Vijai Kumar K --- Changes in v2: - Consolidated pine64 config changes into arm64_defconfig_5.4 and removed the extra config. - Added entry in README recipes-kernel/linux/files

[PATCH] recipes-jailhouse: Add pine64 plus patches

2020-02-16 Thread Vijai Kumar K
Add pine64 plus patches for jailhouse v0.12. This enables us to test pine64-plus with Jailhouse release 0.12, the latest release as of this writing. Signed-off-by: Vijai Kumar K --- ...64-Add-support-for-pine64-plus-board.patch | 401 ++ ...dd-inmate-demo-for-pine64-plus

[siemens/jailhouse] 7e538d: configs: arm/arm64: Fix vPCI IRQ assignment of Lin...

2020-02-15 Thread Vijai Kumar K
root cell 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 Commit: 8700228123cb881477c571a125bb4b79560d9166 https://github.com/siemens/jailhouse/commit/8700228123cb881477c571a125bb4b79560d9166 Author: Vij

[PATCH 2/2] configs/arm64: Add gic demo for pine64-plus board

2020-01-11 Thread Vijai Kumar K
Add GIC demo for Pine64+ Board. Signed-off-by: Vijai Kumar K --- configs/arm64/pine64-plus-gic-demo.c | 69 1 file changed, 69 insertions(+) create mode 100644 configs/arm64/pine64-plus-gic-demo.c diff --git a/configs/arm64/pine64-plus-gic-demo.c b/configs/arm64

[PATCH 1/2] configs/arm64: Add support for pine64-plus board

2020-01-11 Thread Vijai Kumar K
Add config for Pine64+ board. https://www.pine64.org/devices/single-board-computers/pine-a64/ Allwinner A64(Quad core A53) + 2GB RAM Signed-off-by: Vijai Kumar K --- configs/arm64/pine64-plus.c | 339 1 file changed, 339 insertions(+) create mode 100644

[PATCH v2 2/2] configs/arm64: Add gic demo for pine64-plus board

2020-01-20 Thread Vijai Kumar K
Add GIC demo for Pine64+ Board. Signed-off-by: Vijai Kumar K --- configs/arm64/pine64-plus-inmate-demo.c | 69 + 1 file changed, 69 insertions(+) create mode 100644 configs/arm64/pine64-plus-inmate-demo.c diff --git a/configs/arm64/pine64-plus-inmate-demo.c b/configs

[PATCH v2 1/2] configs/arm64: Add support for pine64-plus board

2020-01-20 Thread Vijai Kumar K
Add config for Pine64+ board. https://www.pine64.org/devices/single-board-computers/pine-a64/ Allwinner A64(Quad core A53) + 2GB RAM Signed-off-by: Vijai Kumar K --- Changes in v2: - Rebased on top of next configs/arm64/pine64-plus.c | 334 1 file

Re: installing jailhouse

2019-12-30 Thread Vijai Kumar K
the qemu instance. For a complete list of targets supported, please see the readme. Thanks, Vijai Kumar K > I download jailhouse 0.11 and try to make it by running command make and > there is no .cell and .bin file for arm 64 the output of command is listed > below. Also running command