[meta-ti] Denys Dmytriyenko : ti43x: add new SOC family for Sitara AM43xx Cortex-A9 processors
Arago Project git
git at arago-project.org
Mon Aug 26 07:36:33 PDT 2013
Module: meta-ti
Branch: dylan
Commit: b90ba5a2db2d218acf5a2074302ecc1430eb2a49
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=b90ba5a2db2d218acf5a2074302ecc1430eb2a49
Author: Denys Dmytriyenko <denys at ti.com>
Date: Fri Aug 23 15:47:55 2013 -0400
ti43x: add new SOC family for Sitara AM43xx Cortex-A9 processors
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
Acked-by: Chase Maupin <chase.maupin at ti.com>
---
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 0000000..c9ce2bb
--- /dev/null
+++ b/conf/machine/include/ti43x.inc
@@ -0,0 +1,37 @@
+SOC_FAMILY = "ti43x"
+require conf/machine/include/soc-family.inc
+
+require conf/machine/include/tune-cortexa9.inc
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+
+# For built-in LCD, add xf86-input-tslib
+XSERVER = "xserver-xorg \
+ xf86-input-evdev \
+ xf86-input-mouse \
+ xf86-video-fbdev \
+ xf86-input-keyboard"
+
+# Default to external video, change to smallscreen for built-in LCD
+GUI_MACHINE_CLASS = "bigscreen"
+
+# Increase this everytime you change something in the kernel
+MACHINE_KERNEL_PR = "r0"
+
+# Default providers, may need to override for specific machines
+PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
+PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
+
+KERNEL_IMAGETYPE = "uImage"
+
+UBOOT_ARCH = "arm"
+UBOOT_MACHINE = "am43xx_evm_config"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+
+EXTRA_IMAGEDEPENDS += "u-boot"
+
+# List common SoC features, may need to add touchscreen for specific machines
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx"
More information about the meta-ti
mailing list