From e75aa7f0224d7bba3e45906dc6c203d7d2b768c3 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 23 Aug 2013 15:47:55 -0400 Subject: ti43x: add new SOC family for Sitara AM43xx Cortex-A9 processors Signed-off-by: Denys Dmytriyenko Acked-by: Chase Maupin --- conf/machine/include/ti43x.inc | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 conf/machine/include/ti43x.inc (limited to 'conf/machine') 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 @@ +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" -- cgit v1.2.3-54-g00ecf