summaryrefslogtreecommitdiffstats
path: root/conf/machine/t1040rdb-64b.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/t1040rdb-64b.conf
downloadmeta-fsl-ppc-daisy-enea-231026.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/t1040rdb-64b.conf')
-rw-r--r--conf/machine/t1040rdb-64b.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/t1040rdb-64b.conf b/conf/machine/t1040rdb-64b.conf
new file mode 100644
index 0000000..937740c
--- /dev/null
+++ b/conf/machine/t1040rdb-64b.conf
@@ -0,0 +1,20 @@
1#@TYPE: Machine
2#@NAME: Freescale T1040RDB
3#@SOC: t1040
4#@DESCRIPTION: Machine configuration for running T1040RDB in 64-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require conf/machine/e5500-64b.inc
8
9SOC_FAMILY = "t1:t1040"
10UBOOT_MACHINES ?= "T1040RDB"
11KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x10000"
15
16SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
17SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
18USE_VT = "0"
19
20USER_CLASSES = "buildstats image-mklibs"