Acked-by: Chase Maupin <[email protected]>
>-----Original Message----- >From: [email protected] [mailto:meta-ti- >[email protected]] On Behalf Of Denys Dmytriyenko >Sent: Friday, August 23, 2013 2:58 PM >To: [email protected] >Subject: [meta-ti] [PATCH 3/4] ti43x: add new SOC family for >Sitara AM43xx Cortex-A9 processors > >From: Denys Dmytriyenko <[email protected]> > >Signed-off-by: Denys Dmytriyenko <[email protected]> >--- > conf/machine/include/ti43x.inc | 37 >+++++++++++++++++++++++++++++++++++++ > 1 file changed, 37 insertions(+) > create mode 100644 conf/machine/include/ti43x.inc > >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" >-- >1.8.3.2 > >_______________________________________________ >meta-ti mailing list >[email protected] >https://lists.yoctoproject.org/listinfo/meta-ti _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
