diff options
Diffstat (limited to 'conf/machine/include/keystone.inc')
| -rw-r--r-- | conf/machine/include/keystone.inc | 23 |
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 @@ | |||
| 1 | SOC_FAMILY = "keystone" | ||
| 2 | require conf/machine/include/soc-family.inc | ||
| 3 | |||
| 4 | require conf/machine/include/tune-cortexa15.inc | ||
| 5 | |||
| 6 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" | ||
| 7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone" | ||
| 8 | PREFERRED_PROVIDER_u-boot = "u-boot-keystone" | ||
| 9 | |||
| 10 | # Increase this everytime you change something in the kernel | ||
| 11 | MACHINE_KERNEL_PR = "r7" | ||
| 12 | |||
| 13 | KERNEL_IMAGETYPE = "uImage" | ||
| 14 | |||
| 15 | UBOOT_MACHINE = "tci6638_evm_config" | ||
| 16 | |||
| 17 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 18 | UBOOT_LOADADDRESS = "0x80008000" | ||
| 19 | |||
| 20 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
| 21 | EXTRA_IMAGEDEPENDS += "boot-monitor" | ||
| 22 | |||
| 23 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci" | ||
