mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-18 08:41:20 +00:00
804c2bc8f2
k2l-evm machine config shares the same Keystone SoC family, it has K2L EVM specific machine configuration for UBI image, boot monitor, U-boot, etc. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
22 lines
588 B
PHP
22 lines
588 B
PHP
SOC_FAMILY = "keystone"
|
|
require conf/machine/include/soc-family.inc
|
|
|
|
require conf/machine/include/tune-cortexa15.inc
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone"
|
|
PREFERRED_PROVIDER_u-boot = "u-boot-keystone"
|
|
|
|
# Increase this everytime you change something in the kernel
|
|
MACHINE_KERNEL_PR = "r7"
|
|
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
UBOOT_ENTRYPOINT = "0x80008000"
|
|
UBOOT_LOADADDRESS = "0x80008000"
|
|
|
|
EXTRA_IMAGEDEPENDS += "u-boot"
|
|
EXTRA_IMAGEDEPENDS += "boot-monitor"
|
|
|
|
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci"
|