aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/conf/machine/ebisu.conf
blob: fe883e358d9c6a1d834da4f07c8d66241af40400 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#@TYPE: Machine
#@NAME: Ebisu machine
#@DESCRIPTION: Machine configuration for running Ebisu

SOC_FAMILY = "r8a77990"

DEFAULTTUNE ?= "cortexa53"
require conf/machine/include/tune-cortexa53.inc
require conf/machine/include/${SOC_FAMILY}.inc

# 32BIT package install (default is disable)
# This variables can be used only in multilib.
USE_32BIT_PKGS ?= "0"
USE_32BIT_WAYLAND ?= "0"
USE_32BIT_MMP ?= "0"

MACHINE_FEATURES = ""

KERNEL_IMAGETYPE = "Image"
IMAGE_FSTYPES_append = " tar.bz2 ext4"

SERIAL_CONSOLES = "115200;ttySC0"

# Configuration for kernel
PREFERRED_PROVIDER_virtual/kernel = "linux-renesas"
# Device tree for E3
KERNEL_DEVICETREE = " \
    renesas/r8a77990-ebisu.dtb \
    renesas/r8a77990-ebisu-4d.dtb \
    renesas/r8a77990-es10-ebisu.dtb \
    renesas/r8a77990-es10-ebisu-4d.dtb \
"

# Configuration for ARM Trusted Firmware
EXTRA_IMAGEDEPENDS += " arm-trusted-firmware optee-os"

# u-boot
PREFERRED_VERSION_u-boot = "v2018.09%"
EXTRA_IMAGEDEPENDS += " u-boot"
# E3 u-boot configure
UBOOT_CONFIG ??= "ebisu ebisu-4d"
UBOOT_CONFIG[ebisu] = "r8a77990_ebisu_defconfig"
UBOOT_CONFIG[ebisu-4d] = "r8a77990_ebisu-4d_defconfig"

# libdrm
PREFERRED_VERSION_libdrm = "2.4.100"

# Add variable to Build Configuration in build log
BUILDCFG_VARS_append = " SOC_FAMILY"

# Command using to build kernel-module-gles
HOSTTOOLS += "sync"