diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2012-11-01 20:43:07 -0400 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2012-11-16 22:53:52 -0500 |
| commit | 089bd2b7aa66f0accfa0262b7d7139c2be3a65d0 (patch) | |
| tree | 8aeab4a8490a03e69932b42a0b56461e9eb750d9 /conf/machine/include/keystone.inc | |
| parent | cd3dc72159224b7197e89e7396c4ea708e16496c (diff) | |
| download | meta-ti-089bd2b7aa66f0accfa0262b7d7139c2be3a65d0.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" | ||
