summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1022ds.conf
diff options
context:
space:
mode:
authorBogdan Oprescu <bogdan.oprescu@enea.com>2023-10-26 15:04:48 +0300
committerBogdan Oprescu <bogdan.oprescu@enea.com>2023-10-26 15:28:16 +0300
commitf877a1524b36f0e157f2208f58fc5ff04e3670f7 (patch)
tree0a4bc099641efaa616ff9a3b5ab2da96c1dc13bf /conf/machine/p1022ds.conf
downloadmeta-fsl-ppc-f877a1524b36f0e157f2208f58fc5ff04e3670f7.tar.gz
Adding the source code from EneaLinux 4.0_6daisy-enea-231026
Signed-off-by: Bogdan Oprescu <bogdan.oprescu@enea.com>
Diffstat (limited to 'conf/machine/p1022ds.conf')
-rw-r--r--conf/machine/p1022ds.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf
new file mode 100644
index 0000000..b06da81
--- /dev/null
+++ b/conf/machine/p1022ds.conf
@@ -0,0 +1,27 @@
1#@TYPE: Machine
2#@DESCRIPTION: Machine configuration for running
3
4require e500v2.inc
5require conf/machine/include/soc-family.inc
6
7SOC_FAMILY = "p1022"
8BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
9UBOOT_MACHINES ?= "P1022DS P1022DS_NAND P1022DS_SPIFLASH P1022DS_SDCARD P1022DS_36BIT P1022DS_36BIT_SPIFLASH P1022DS_36BIT_NAND P1022DS_36BIT_SDCARD"
10KERNEL_DEVICETREE ?= "p1022ds_32b.dtb"
11KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
12
13PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
14
15XSERVER = " \
16 xserver-xorg \
17 xf86-input-evdev \
18 xf86-input-mouse \
19 xf86-input-keyboard \
20 xf86-video-fbdev \
21"
22
23JFFS2_ERASEBLOCK = "0x20000"
24
25SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
26SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
27USE_VT = "0"