From e064c208e2c78663b0be1316117d963798839d6e Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:59:10 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- conf/machine/t2080qds.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conf/machine/t2080qds.conf (limited to 'conf/machine/t2080qds.conf') diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf new file mode 100644 index 0000000..a9874b5 --- /dev/null +++ b/conf/machine/t2080qds.conf @@ -0,0 +1,17 @@ +#@TYPE: Machine +#@DESCRIPTION: Machine configuration for running T2080QDS in 32-bit mode + +require e6500.inc +require conf/machine/include/soc-family.inc + +SOC_FAMILY = "t2080" +UBOOT_MACHINES ?= "T2080QDS T2080QDS_SDCARD T2080QDS_SPIFLASH T2080QDS_NAND T2080QDS_SRIO_PCIE_BOOT" +KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" + +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" +USE_VT = "0" +BUILD_64BIT_KERNEL = "1" -- cgit v1.2.3-54-g00ecf