configs: Add qemu_ppc64le_pseries
authorJoel Stanley <joel@jms.id.au>
Wed, 20 Sep 2017 02:48:45 +0000 (12:18 +0930)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 26 Sep 2017 21:50:14 +0000 (23:50 +0200)
This is similar to the ppc64_pseries config, except we build for little
endian instead of big endian.

The default architecture is set to Power8 as this was the first fully
enabled LE machine.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
.gitlab-ci.yml
DEVELOPERS
board/qemu/ppc64le-pseries/readme.txt [new file with mode: 0644]
configs/qemu_ppc64le_pseries_defconfig [new file with mode: 0644]

index 312954284ec75e518516542ad4fd507bc8bf4bdf..38b16704d1e56c8b8fc536848b41aebd21f23b90 100644 (file)
@@ -175,6 +175,7 @@ qemu_mips64r6el_malta_defconfig: *defconfig
 qemu_nios2_10m50_defconfig: *defconfig
 qemu_or1k_defconfig: *defconfig
 qemu_ppc64_pseries_defconfig: *defconfig
+qemu_ppc64le_pseries_defconfig: *defconfig
 qemu_ppc_g3beige_defconfig: *defconfig
 qemu_ppc_mpc8544ds_defconfig: *defconfig
 qemu_ppc_virtex_ml507_defconfig: *defconfig
index e34802f2bac9134c77041656870ad4f142bebcb3..72aa338201b54562e5127652a5d9ed34b42abc77 100644 (file)
@@ -914,6 +914,8 @@ F:  package/fxload/
 
 N:     Joel Stanley <joel@jms.id.au>
 F:     package/pdbg/
+F:     board/qemu/ppc64le-pseries/
+F:     configs/qemu_ppc64le_pseries_defconfig
 
 N:     Johan Derycke <johanderycke@gmail.com>
 F:     package/python-libconfig/
diff --git a/board/qemu/ppc64le-pseries/readme.txt b/board/qemu/ppc64le-pseries/readme.txt
new file mode 100644 (file)
index 0000000..dd188c5
--- /dev/null
@@ -0,0 +1,9 @@
+Run the emulation with:
+
+qemu-system-ppc64le -M pseries -nographic \
+               -kernel output/images/vmlinux \
+               -initrd output/images/rootfs.ext2
+
+The login prompt will appear in the terminal window.
+
+Tested with QEMU 2.10.0
diff --git a/configs/qemu_ppc64le_pseries_defconfig b/configs/qemu_ppc64le_pseries_defconfig
new file mode 100644 (file)
index 0000000..62e729d
--- /dev/null
@@ -0,0 +1,21 @@
+# Architecture
+BR2_powerpc64le=y
+BR2_powerpc_power8=y
+
+# System
+BR2_TARGET_GENERIC_GETTY_PORT="hvc0"
+BR2_SYSTEM_DHCP="eth0"
+
+# Filesystem
+BR2_TARGET_ROOTFS_EXT2=y
+# BR2_TARGET_ROOTFS_TAR is not set
+
+# Linux headers same as kernel, a 4.13 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_13=y
+
+# Kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.13.1"
+BR2_LINUX_KERNEL_DEFCONFIG="pseries_le"
+BR2_LINUX_KERNEL_VMLINUX=y