diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2013-08-23 15:47:55 -0400 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-08-26 10:34:16 -0400 |
| commit | b90ba5a2db2d218acf5a2074302ecc1430eb2a49 (patch) | |
| tree | df9ca1bdd4647bd19810e61d3fd7024d6801c66c /conf/machine/include | |
| parent | 2abe4771ea37549f3254a0848e8fa3ffa1dd854a (diff) | |
| download | meta-ti-b90ba5a2db2d218acf5a2074302ecc1430eb2a49.tar.gz | |
ti43x: add new SOC family for Sitara AM43xx Cortex-A9 processors
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/ti43x.inc | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc new file mode 100644 index 00000000..c9ce2bbe --- /dev/null +++ b/conf/machine/include/ti43x.inc | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | SOC_FAMILY = "ti43x" | ||
| 2 | require conf/machine/include/soc-family.inc | ||
| 3 | |||
| 4 | require conf/machine/include/tune-cortexa9.inc | ||
| 5 | |||
| 6 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | ||
| 7 | |||
| 8 | # For built-in LCD, add xf86-input-tslib | ||
| 9 | XSERVER = "xserver-xorg \ | ||
| 10 | xf86-input-evdev \ | ||
| 11 | xf86-input-mouse \ | ||
| 12 | xf86-video-fbdev \ | ||
| 13 | xf86-input-keyboard" | ||
| 14 | |||
| 15 | # Default to external video, change to smallscreen for built-in LCD | ||
| 16 | GUI_MACHINE_CLASS = "bigscreen" | ||
| 17 | |||
| 18 | # Increase this everytime you change something in the kernel | ||
| 19 | MACHINE_KERNEL_PR = "r0" | ||
| 20 | |||
| 21 | # Default providers, may need to override for specific machines | ||
| 22 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" | ||
| 23 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | ||
| 24 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | ||
| 25 | |||
| 26 | KERNEL_IMAGETYPE = "uImage" | ||
| 27 | |||
| 28 | UBOOT_ARCH = "arm" | ||
| 29 | UBOOT_MACHINE = "am43xx_evm_config" | ||
| 30 | |||
| 31 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 32 | UBOOT_LOADADDRESS = "0x80008000" | ||
| 33 | |||
| 34 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
| 35 | |||
| 36 | # List common SoC features, may need to add touchscreen for specific machines | ||
| 37 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" | ||
