blob: f707cf26b36f91babb6eac1be9c12bfa5b83032f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require conf/machine/include/k3.inc
SOC_FAMILY:append = ":j721e"
MACHINE_FEATURES += "screen gpu"
require conf/machine/include/mesa-pvr.inc
PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
# On J721e the file tiboot3.bin comes from the bootloader not ti-sci-fw
do_image_complete[mcdepends] += "mc::k3r5:virtual/bootloader:do_deploy"
IMAGE_BOOT_FILES += "sysfw.itb"
TFA_BOARD = "generic"
OPTEEMACHINE = "k3-j721e"
|