aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx35pdk.conf
blob: 997d2618edfea5da65857c7e591e2115ee2d738c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#@TYPE: Machine
#@NAME: i.MX35 PDK
#@DESCRIPTION: Machine configuration for Freescale i.MX35 PDK

include conf/machine/include/soc-family.inc
include conf/machine/include/imx-base.inc
require conf/machine/include/tune-arm1136jf-s.inc

SOC_FAMILY = "mx35:mx3"

PREFERRED_PROVIDER_virtual/kernel ?= "linux-mainline"

UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"
UBOOT_MACHINE = "mx35pdk_config"
UBOOT_SUFFIX = "bin"
UBOOT_BINARY = "u-boot.bin"
UBOOT_MAKE_TARGET = "u-boot.bin"

XSERVER = "xserver-xorg \
	   xf86-input-evdev \
           xf86-video-fbdev"

GUI_MACHINE_CLASS = "bigscreen"

ROOT_FLASH_SIZE = "256"

JFFS2_ERASEBLOCK = "0x20000"

IMAGE_FSTYPES += "jffs2 tar.bz2"

MACHINE_FEATURES += "kernel26 ext2 ext3 screen"