diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:23:17 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:23:17 +0200 |
| commit | c5a89b6c4bac0e2928585a12758f87ab76e7e208 (patch) | |
| tree | 08ba830e74cb1229ceb898741cc8dc24d804fd42 /conf/machine/include/keystone.inc | |
| download | meta-ti-daisy-enea.tar.gz | |
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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" | ||
