summaryrefslogtreecommitdiffstats
path: root/conf/machine/hierofalcon.inc
blob: 9f7e23e237e325f90193d84f02f13f934029135b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#@TYPE: Machine
#@NAME: AMD Hierofalcon
#@DESCRIPTION: Cortex-A57

require conf/machine/include/arm64/arch-armv8.inc

PREFERRED_PROVIDER_virtual/kernel ?= "linux-hierofalcon"

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"