diff options
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/t1040rdb-64b.conf | 19 | ||||
| -rw-r--r-- | conf/machine/t1040rdb.conf | 19 | ||||
| -rw-r--r-- | conf/machine/t1042rdb-64b.conf | 29 | ||||
| -rw-r--r-- | conf/machine/t1042rdb.conf | 28 | ||||
| -rw-r--r-- | conf/machine/t2080rdb-64b.conf | 20 | ||||
| -rw-r--r-- | conf/machine/t2080rdb.conf | 20 | ||||
| -rw-r--r-- | conf/machine/t4240rdb-64b.conf | 20 | ||||
| -rw-r--r-- | conf/machine/t4240rdb.conf | 20 |
8 files changed, 175 insertions, 0 deletions
diff --git a/conf/machine/t1040rdb-64b.conf b/conf/machine/t1040rdb-64b.conf new file mode 100644 index 0000000..0f0a685 --- /dev/null +++ b/conf/machine/t1040rdb-64b.conf | |||
| @@ -0,0 +1,19 @@ | |||
| 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 | |||
| 7 | require e5500-64b.inc | ||
| 8 | require conf/machine/include/soc-family.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "t1040" | ||
| 11 | UBOOT_MACHINES ?= "T1040RDB" | ||
| 12 | KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb" | ||
| 13 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig" | ||
| 14 | |||
| 15 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 16 | |||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 19 | USE_VT = "0" | ||
diff --git a/conf/machine/t1040rdb.conf b/conf/machine/t1040rdb.conf new file mode 100644 index 0000000..4532c49 --- /dev/null +++ b/conf/machine/t1040rdb.conf | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale T1040RDB | ||
| 3 | #@SOC: t1040 | ||
| 4 | #@DESCRIPTION: Machine configuration for running T1040RDB in 32-bit mode | ||
| 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
| 6 | |||
| 7 | require e5500.inc | ||
| 8 | require conf/machine/include/soc-family.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "t1040" | ||
| 11 | UBOOT_MACHINES ?= "T1040RDB" | ||
| 12 | KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb" | ||
| 13 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig" | ||
| 14 | |||
| 15 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 16 | |||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 19 | USE_VT = "0" | ||
diff --git a/conf/machine/t1042rdb-64b.conf b/conf/machine/t1042rdb-64b.conf new file mode 100644 index 0000000..52be355 --- /dev/null +++ b/conf/machine/t1042rdb-64b.conf | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale T1042RDB | ||
| 3 | #@SOC: t1042 | ||
| 4 | #@DESCRIPTION: Machine configuration for running T1042RDB in 64-bit mode | ||
| 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
| 6 | |||
| 7 | require e5500-64b.inc | ||
| 8 | require conf/machine/include/soc-family.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "t1042" | ||
| 11 | UBOOT_MACHINES ?= "T1042RDB_PI" | ||
| 12 | KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb" | ||
| 13 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig" | ||
| 14 | |||
| 15 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 16 | |||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 19 | USE_VT = "0" | ||
| 20 | |||
| 21 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | ||
| 22 | XSERVER = " \ | ||
| 23 | xserver-xorg \ | ||
| 24 | xf86-input-evdev \ | ||
| 25 | xf86-input-mouse \ | ||
| 26 | xf86-input-keyboard \ | ||
| 27 | xf86-video-fbdev \ | ||
| 28 | " | ||
| 29 | |||
diff --git a/conf/machine/t1042rdb.conf b/conf/machine/t1042rdb.conf new file mode 100644 index 0000000..ce877c7 --- /dev/null +++ b/conf/machine/t1042rdb.conf | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale T1042RDB | ||
| 3 | #@SOC: t1042 | ||
| 4 | #@DESCRIPTION: Machine configuration for running T1042RDB in 32-bit mode | ||
| 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
| 6 | |||
| 7 | require e5500.inc | ||
| 8 | require conf/machine/include/soc-family.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "t1042" | ||
| 11 | UBOOT_MACHINES ?= "T1042RDB_PI" | ||
| 12 | KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb" | ||
| 13 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig" | ||
| 14 | |||
| 15 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 16 | |||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 19 | USE_VT = "0" | ||
| 20 | |||
| 21 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | ||
| 22 | XSERVER = " \ | ||
| 23 | xserver-xorg \ | ||
| 24 | xf86-input-evdev \ | ||
| 25 | xf86-input-mouse \ | ||
| 26 | xf86-input-keyboard \ | ||
| 27 | xf86-video-fbdev \ | ||
| 28 | " | ||
diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf new file mode 100644 index 0000000..e5dfb33 --- /dev/null +++ b/conf/machine/t2080rdb-64b.conf | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale T2080RDB | ||
| 3 | #@SOC: t2080 | ||
| 4 | #@DESCRIPTION: Machine configuration for running T2080RDB in 64-bit mode | ||
| 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
| 6 | |||
| 7 | require e6500-64b.inc | ||
| 8 | require conf/machine/include/soc-family.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "t2080" | ||
| 11 | # TODO: fix 32bit build of u-boot | ||
| 12 | UBOOT_MACHINES ?= "T2080RDB T2080RDB_SDCARD T2080RDB_SPIFLASH T2080RDB_NAND T2080RDB_SRIO_PCIE_BOOT" | ||
| 13 | KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb" | ||
| 14 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" | ||
| 15 | |||
| 16 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 17 | |||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 20 | USE_VT = "0" | ||
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf new file mode 100644 index 0000000..5030588 --- /dev/null +++ b/conf/machine/t2080rdb.conf | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale T2080RDB | ||
| 3 | #@SOC: t2080 | ||
| 4 | #@DESCRIPTION: Machine configuration for running T2080RDB in 32-bit mode | ||
| 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
| 6 | |||
| 7 | require e6500.inc | ||
| 8 | require conf/machine/include/soc-family.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "t2080" | ||
| 11 | UBOOT_MACHINES ?= "T2080RDB T2080RDB_SDCARD T2080RDB_SPIFLASH T2080RDB_NAND T2080RDB_SRIO_PCIE_BOOT" | ||
| 12 | KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb" | ||
| 13 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" | ||
| 14 | |||
| 15 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 16 | |||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 19 | USE_VT = "0" | ||
| 20 | BUILD_64BIT_KERNEL = "1" | ||
diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf new file mode 100644 index 0000000..ab7870b --- /dev/null +++ b/conf/machine/t4240rdb-64b.conf | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale T4240RDB | ||
| 3 | #@SOC: t4240 | ||
| 4 | #@DESCRIPTION: Machine configuration for running T4240RDB in 64-bit mode | ||
| 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
| 6 | |||
| 7 | require e6500-64b.inc | ||
| 8 | require conf/machine/include/soc-family.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "t4240" | ||
| 11 | # TODO: fix 32bit build of u-boot | ||
| 12 | UBOOT_MACHINES ?= "T4240RDB" | ||
| 13 | KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb t4240rdb-usdpaa-shared-interfaces.dtb" | ||
| 14 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" | ||
| 15 | |||
| 16 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 17 | |||
| 18 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
| 19 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 20 | USE_VT = "0" | ||
diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf new file mode 100644 index 0000000..dc51e65 --- /dev/null +++ b/conf/machine/t4240rdb.conf | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale T4240RDB | ||
| 3 | #@SOC: t4240 | ||
| 4 | #@DESCRIPTION: Machine configuration for running T4240RDB in 32-bit mode | ||
| 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
| 6 | |||
| 7 | require e6500.inc | ||
| 8 | require conf/machine/include/soc-family.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "t4240" | ||
| 11 | UBOOT_MACHINES ?= "T4240RDB" | ||
| 12 | KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb t4240rdb-usdpaa-shared-interfaces.dtb" | ||
| 13 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" | ||
| 14 | |||
| 15 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 16 | |||
| 17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
| 18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 19 | USE_VT = "0" | ||
| 20 | BUILD_64BIT_KERNEL = "1" | ||
