aboutsummaryrefslogtreecommitdiffstats
path: root/meta-seattle/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'meta-seattle/conf/machine')
-rw-r--r--meta-seattle/conf/machine/seattle-be.conf6
-rw-r--r--meta-seattle/conf/machine/seattle.conf5
-rw-r--r--meta-seattle/conf/machine/seattle.inc22
3 files changed, 33 insertions, 0 deletions
diff --git a/meta-seattle/conf/machine/seattle-be.conf b/meta-seattle/conf/machine/seattle-be.conf
new file mode 100644
index 00000000..a2b15b14
--- /dev/null
+++ b/meta-seattle/conf/machine/seattle-be.conf
@@ -0,0 +1,6 @@
+DEFAULTTUNE ?= "aarch64_be"
+TRANSLATED_TARGET_ARCH = "aarch64-be"
+
+require conf/machine/seattle.inc
+
+PREFERRED_VERSION_linux-seattle = "3.19%"
diff --git a/meta-seattle/conf/machine/seattle.conf b/meta-seattle/conf/machine/seattle.conf
new file mode 100644
index 00000000..c4ed756a
--- /dev/null
+++ b/meta-seattle/conf/machine/seattle.conf
@@ -0,0 +1,5 @@
+DEFAULTTUNE ?= "aarch64"
+
+require conf/machine/seattle.inc
+
+PREFERRED_VERSION_linux-seattle = "4.1%"
diff --git a/meta-seattle/conf/machine/seattle.inc b/meta-seattle/conf/machine/seattle.inc
new file mode 100644
index 00000000..404888e7
--- /dev/null
+++ b/meta-seattle/conf/machine/seattle.inc
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@NAME: AMD Seattle
+#@DESCRIPTION: ARMv8 Cortex-A57
+
+require conf/machine/include/arm/arch-armv8.inc
+
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-seattle"
+
+MACHINE_FEATURES = "pci ext2 ext3 serial"
+
+RDEPENDS_kernel-base = "kernel-image"
+
+KERNEL_IMAGETYPE = "Image"
+
+SERIAL_CONSOLES = "115200;ttyAMA0"
+
+IMAGE_FSTYPES += "ext2.gz tar.gz"
+
+# we do not want to have getty running since we do not have a
+# graphical display attached and therefore do not need virtual
+# terminal functionality
+USE_VT = "0"