diff options
author | Denys Dmytriyenko <denys@ti.com> | 2011-10-14 16:06:08 -0400 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-17 15:12:13 +0200 |
commit | 98cca8ea1d324a1a59b7d96838952a579c72b419 (patch) | |
tree | 24f229ae48329f38b244a4f57361c5cfde39950a /conf | |
parent | 3b5eced12a10a3809f60df256b8f952c2286af4d (diff) | |
download | meta-ti-98cca8ea1d324a1a59b7d96838952a579c72b419.tar.gz |
am335x-evm: add machine config with corresponding ti33x SOC_FAMILY
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am335x-evm.conf | 29 | ||||
-rw-r--r-- | conf/machine/include/ti33x.inc | 13 |
2 files changed, 42 insertions, 0 deletions
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf new file mode 100644 index 00000000..2c50574a --- /dev/null +++ b/conf/machine/am335x-evm.conf | |||
@@ -0,0 +1,29 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM335x EVM | ||
3 | #@DESCRIPTION: Machine configuration for the TI AM335x EVM | ||
4 | TARGET_ARCH = "arm" | ||
5 | |||
6 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | ||
7 | XSERVER = "xserver-xorg \ | ||
8 | xf86-input-evdev \ | ||
9 | xf86-input-mouse \ | ||
10 | xf86-input-tslib \ | ||
11 | xf86-video-omapfb \ | ||
12 | xf86-input-keyboard" | ||
13 | |||
14 | GUI_MACHINE_CLASS = "smallscreen" | ||
15 | |||
16 | require conf/machine/include/ti33x.inc | ||
17 | |||
18 | IMAGE_FSTYPES ?= "tar.bz2" | ||
19 | |||
20 | SERIAL_CONSOLE = "115200 ttyO0" | ||
21 | |||
22 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" | ||
23 | |||
24 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
25 | |||
26 | UBOOT_ARCH = "arm" | ||
27 | UBOOT_MACHINE = "am335x_evm_config" | ||
28 | |||
29 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen" | ||
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc new file mode 100644 index 00000000..7cc694f0 --- /dev/null +++ b/conf/machine/include/ti33x.inc | |||
@@ -0,0 +1,13 @@ | |||
1 | SOC_FAMILY = "ti33x" | ||
2 | |||
3 | require conf/machine/include/tune-cortexa8.inc | ||
4 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" | ||
5 | # Increase this everytime you change something in the kernel | ||
6 | MACHINE_KERNEL_PR = "r1" | ||
7 | |||
8 | KERNEL_IMAGETYPE = "uImage" | ||
9 | |||
10 | UBOOT_ENTRYPOINT = "0x80008000" | ||
11 | UBOOT_LOADADDRESS = "0x80008000" | ||
12 | |||
13 | EXTRA_IMAGEDEPENDS += "u-boot" | ||