summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1022ds.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p1022ds.conf')
-rw-r--r--conf/machine/p1022ds.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf
new file mode 100644
index 0000000..823131a
--- /dev/null
+++ b/conf/machine/p1022ds.conf
@@ -0,0 +1,26 @@
1#@TYPE: Machine
2#@NAME: Freescale P1022DS
3#@SOC: p1022
4#@DESCRIPTION: Machine configuration for running P1022DS
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require conf/machine/include/e500v2.inc
8
9SOC_FAMILY = "p1022"
10BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
11UBOOT_MACHINES ?= "P1022DS P1022DS_NAND P1022DS_SPIFLASH P1022DS_SDCARD P1022DS_36BIT P1022DS_36BIT_SPIFLASH P1022DS_36BIT_NAND P1022DS_36BIT_SDCARD"
12KERNEL_DEVICETREE ?= "p1022ds_32b.dtb"
13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
14
15PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
16
17XSERVER = " \
18 xserver-xorg \
19 xf86-input-evdev \
20 xf86-input-mouse \
21 xf86-input-keyboard \
22 xf86-video-fbdev \
23"
24
25JFFS2_ERASEBLOCK = "0x20000"
26