aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/conf/machine/steppeeagle.conf
blob: d6fdab1b0784f8be1695959ebc1dbcf3ab8c93b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#@TYPE: Machine
#@NAME: steppeeagle

#@DESCRIPTION: Machine configuration for steppeeagle systems

PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"

require conf/machine/include/tune-steppeeagle.inc

include conf/machine/include/amd-common-configurations.inc
include conf/machine/include/amd-customer-configurations.inc

XSERVER_X86_GPU = "xf86-video-amd \
                   ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-radeon', '', d)}"

XSERVER ?= "${XSERVER_X86_BASE} \
            ${XSERVER_X86_EXT} \
            ${XSERVER_X86_FBDEV} \
            ${XSERVER_X86_MODESETTING} \
            ${XSERVER_X86_GPU} \
           "

MACHINE_EXTRA_RRECOMMENDS += "radeon-firmware"
MACHINE_EXTRA_RRECOMMENDS += "amd-gpio"

# Setup a gettys on all serial ports
SERIAL_CONSOLES = "115200;ttyUSB0"

# Make sure the kernel messages go to the VGA console and to the serial ports.
KERNEL_SERIAL_CONSOLE = "console=ttyUSB0,115200n8"

APPEND += "radeon.dpm=1"

MACHINEOVERRIDES =. "amd:amdx86:radeon:"

# Metadata used by CodeBench for the ADE
ADE_CB_CPU = "general.cpu.puma"