From: Jan Kiszka <[email protected]> Add the machine, multiconfig and wks file, extend images.list.
Signed-off-by: Jan Kiszka <[email protected]> --- conf/machine/ipc127e.conf | 15 +++++++++++++++ conf/multiconfig/ipc127e-jailhouse-demo.conf | 14 ++++++++++++++ images.list | 1 + wic/ipc127e.wks | 16 ++++++++++++++++ 4 files changed, 46 insertions(+) create mode 100644 conf/machine/ipc127e.conf create mode 100644 conf/multiconfig/ipc127e-jailhouse-demo.conf create mode 100644 wic/ipc127e.wks diff --git a/conf/machine/ipc127e.conf b/conf/machine/ipc127e.conf new file mode 100644 index 0000000..55299c7 --- /dev/null +++ b/conf/machine/ipc127e.conf @@ -0,0 +1,15 @@ +# +# Jailhouse, a Linux-based partitioning hypervisor +# +# Copyright (c) Siemens AG, 2020 +# +# Authors: +# Jan Kiszka <[email protected]> +# +# SPDX-License-Identifier: MIT +# + +DISTRO_ARCH = "amd64" + +IMAGE_TYPE = "wic-img" +IMAGER_INSTALL += "${GRUB_BOOTLOADER_INSTALL}" diff --git a/conf/multiconfig/ipc127e-jailhouse-demo.conf b/conf/multiconfig/ipc127e-jailhouse-demo.conf new file mode 100644 index 0000000..91db206 --- /dev/null +++ b/conf/multiconfig/ipc127e-jailhouse-demo.conf @@ -0,0 +1,14 @@ +# +# Jailhouse, a Linux-based partitioning hypervisor +# +# Copyright (c) Siemens AG, 2020 +# +# Authors: +# Jan Kiszka <[email protected]> +# +# SPDX-License-Identifier: MIT +# + +MACHINE = "ipc127e" + +DISTRO = "jailhouse-demo" diff --git a/images.list b/images.list index b794d85..003fff9 100644 --- a/images.list +++ b/images.list @@ -2,6 +2,7 @@ qemu-amd64 QEMU/KVM Intel-x86 virtual target qemu-arm64 QEMU ARM64 virtual target orangepi-zero Orange Pi Zero (256 MB edition) nuc6cay Intel NUC (NUC6CAY, 8 GB RAM) +ipc127e SIMATIC IPC127E (2 cores / 2 GB edition) espressobin Marvell ESPRESSObin (1 GB edition) macchiatobin Marvell MACCHIATObin hikey620 LeMaker HiKey (Kirin 620 SoC, 2 GB edition) diff --git a/wic/ipc127e.wks b/wic/ipc127e.wks new file mode 100644 index 0000000..c11f9d1 --- /dev/null +++ b/wic/ipc127e.wks @@ -0,0 +1,16 @@ +# +# Jailhouse, a Linux-based partitioning hypervisor +# +# Copyright (c) Siemens AG, 2020 +# +# Authors: +# Jan Kiszka <[email protected]> +# +# SPDX-License-Identifier: MIT +# + +part /boot --source bootimg-efi-isar --sourceparams "loader=grub-efi" --ondisk sda --label efi --part-type EF00 --align 1024 + +part / --source rootfs --ondisk sda --fstype ext4 --label platform --align 1024 --use-uuid + +bootloader --ptable gpt --timeout 3 --append "intel_iommu=off memmap=82M\$0x3a000000" -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/69e146367e07d0db71a6f2c75ba66d01991a49c3.1586760835.git.jan.kiszka%40web.de.
