summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/keystone.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/keystone.inc')
-rw-r--r--conf/machine/include/keystone.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
new file mode 100644
index 00000000..b961ad3c
--- /dev/null
+++ b/conf/machine/include/keystone.inc
@@ -0,0 +1,23 @@
1SOC_FAMILY = "keystone"
2require conf/machine/include/soc-family.inc
3
4require conf/machine/include/tune-cortexa15.inc
5
6PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
7PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone"
8PREFERRED_PROVIDER_u-boot = "u-boot-keystone"
9
10# Increase this everytime you change something in the kernel
11MACHINE_KERNEL_PR = "r7"
12
13KERNEL_IMAGETYPE = "uImage"
14
15UBOOT_MACHINE = "tci6638_evm_config"
16
17UBOOT_ENTRYPOINT = "0x80008000"
18UBOOT_LOADADDRESS = "0x80008000"
19
20EXTRA_IMAGEDEPENDS += "u-boot"
21EXTRA_IMAGEDEPENDS += "boot-monitor"
22
23MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci"