diff options
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/k3.inc | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc new file mode 100644 index 00000000..96699dba --- /dev/null +++ b/conf/machine/include/k3.inc | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | require conf/machine/include/ti-soc.inc | ||
| 2 | SOC_FAMILY_append = ":k3" | ||
| 3 | |||
| 4 | require conf/machine/include/arm/arch-arm64.inc | ||
| 5 | |||
| 6 | # Increase this everytime you change something in the kernel | ||
| 7 | MACHINE_KERNEL_PR = "r0" | ||
| 8 | |||
| 9 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" | ||
| 10 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | ||
| 11 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | ||
| 12 | |||
| 13 | KERNEL_IMAGETYPE = "Image" | ||
| 14 | KERNEL_IMAGETYPES = "Image vmlinux.gz" | ||
| 15 | |||
| 16 | UBOOT_ARCH = "arm" | ||
| 17 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 18 | UBOOT_LOADADDRESS = "0x80008000" | ||
| 19 | |||
| 20 | EXTRA_IMAGEDEPENDS += " \ | ||
| 21 | virtual/bootloader \ | ||
| 22 | " | ||
| 23 | |||
| 24 | MACHINE_GUI_CLASS = "smallscreen" | ||
| 25 | |||
| 26 | # Use the expected value of the ubifs filesystem's volume name in the kernel | ||
| 27 | # and u-boot. | ||
| 28 | UBI_VOLNAME = "rootfs" | ||
| 29 | |||
| 30 | # List common SoC features, may need to add touchscreen for specific machines | ||
| 31 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet pci" | ||
| 32 | # Not ready yet - sgx dsp mmip | ||
