diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2012-11-01 20:43:07 -0400 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2012-11-01 20:46:05 -0400 |
| commit | afe91bea4360eab195bc8be10745ae2f36318ec2 (patch) | |
| tree | 1ea45036f1886adfd0c5da0f870960af732897a1 /conf/machine/include/keystone.inc | |
| parent | b4d1463c1f0e1b7c18a56ac1bf25a1c81e810037 (diff) | |
| download | meta-ti-afe91bea4360eab195bc8be10745ae2f36318ec2.tar.gz | |
conf/machine: add keystone SOC and keystone-evm machine
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/keystone.inc')
| -rw-r--r-- | conf/machine/include/keystone.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc new file mode 100644 index 00000000..1914128e --- /dev/null +++ b/conf/machine/include/keystone.inc | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SOC_FAMILY = "keystone" | ||
| 2 | require conf/machine/include/soc-family.inc | ||
| 3 | |||
| 4 | require conf/machine/include/tune-cortexa15.inc | ||
| 5 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" | ||
| 6 | # Increase this everytime you change something in the kernel | ||
| 7 | MACHINE_KERNEL_PR = "r1" | ||
| 8 | |||
| 9 | KERNEL_IMAGETYPE = "uImage" | ||
| 10 | |||
| 11 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 12 | UBOOT_LOADADDRESS = "0x80008000" | ||
| 13 | |||
| 14 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
