summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap3.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/omap3.inc')
-rw-r--r--conf/machine/include/omap3.inc38
1 files changed, 38 insertions, 0 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
new file mode 100644
index 00000000..c80939a7
--- /dev/null
+++ b/conf/machine/include/omap3.inc
@@ -0,0 +1,38 @@
1SOC_FAMILY = "omap3"
2require conf/machine/include/soc-family.inc
3
4require conf/machine/include/tune-cortexa8.inc
5
6PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7
8# For built-in LCD, add xf86-input-tslib
9XSERVER = "xserver-xorg \
10 xf86-input-evdev \
11 xf86-input-mouse \
12 xf86-video-omapfb \
13 xf86-input-keyboard"
14
15# Default to external video, change to smallscreen for built-in LCD
16GUI_MACHINE_CLASS = "bigscreen"
17
18# Increase this everytime you change something in the kernel
19MACHINE_KERNEL_PR = "r125"
20
21KERNEL_IMAGETYPE = "uImage"
22
23# Default providers, may need to override for specific machines
24PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
25PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
26
27UBOOT_ARCH = "arm"
28UBOOT_MACHINE = "omap3_evm_config"
29XLOAD_MACHINE = "omap3evm_config"
30
31UBOOT_ENTRYPOINT = "0x80008000"
32UBOOT_LOADADDRESS = "0x80008000"
33
34# If SPL is not used, may need to add x-load
35EXTRA_IMAGEDEPENDS += "u-boot"
36
37# List common SoC features, may need to add touchscreen/ethernet for specific machines
38MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa sgx"