summaryrefslogtreecommitdiffstats
path: root/conf/machine/hierofalcon.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/hierofalcon.inc')
-rw-r--r--conf/machine/hierofalcon.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/hierofalcon.inc b/conf/machine/hierofalcon.inc
new file mode 100644
index 0000000..9f7e23e
--- /dev/null
+++ b/conf/machine/hierofalcon.inc
@@ -0,0 +1,22 @@
1#@TYPE: Machine
2#@NAME: AMD Hierofalcon
3#@DESCRIPTION: Cortex-A57
4
5require conf/machine/include/arm64/arch-armv8.inc
6
7PREFERRED_PROVIDER_virtual/kernel ?= "linux-hierofalcon"
8
9MACHINE_FEATURES = "pci ext2 ext3 serial"
10
11RDEPENDS_kernel-base = "kernel-image"
12
13KERNEL_IMAGETYPE = "Image"
14
15SERIAL_CONSOLES = "115200;ttyAMA0"
16
17IMAGE_FSTYPES += "ext2.gz tar.gz"
18
19# we do not want to have getty running since we do not have a
20# graphical display attached and therefore do not need virtual
21# terminal functionality
22USE_VT = "0"