2014-07-30 14:08:14 +09:00
|
|
|
menu "mpc85xx CPU"
|
|
|
|
depends on MPC85xx
|
|
|
|
|
|
|
|
config SYS_CPU
|
|
|
|
default "mpc85xx"
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Target select"
|
2015-05-12 14:46:23 -05:00
|
|
|
optional
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_SBC8548
|
|
|
|
bool "Support sbc8548"
|
2016-11-15 13:52:34 -08:00
|
|
|
select ARCH_MPC8548
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_SOCRATES
|
|
|
|
bool "Support socrates"
|
2016-11-15 13:57:15 -08:00
|
|
|
select ARCH_MPC8544
|
2014-07-30 14:08:14 +09:00
|
|
|
|
2016-11-18 13:51:01 -08:00
|
|
|
config TARGET_B4420QDS
|
|
|
|
bool "Support B4420QDS"
|
2016-11-18 11:56:57 -08:00
|
|
|
select ARCH_B4420
|
2016-11-18 13:51:01 -08:00
|
|
|
select SUPPORT_SPL
|
|
|
|
select PHYS_64BIT
|
|
|
|
|
2014-07-30 14:08:14 +09:00
|
|
|
config TARGET_B4860QDS
|
|
|
|
bool "Support B4860QDS"
|
2016-11-18 11:44:43 -08:00
|
|
|
select ARCH_B4860
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_BSC9131RDB
|
|
|
|
bool "Support BSC9131RDB"
|
2016-11-15 14:09:50 -08:00
|
|
|
select ARCH_BSC9131
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_BSC9132QDS
|
|
|
|
bool "Support BSC9132QDS"
|
2016-11-15 14:09:50 -08:00
|
|
|
select ARCH_BSC9132
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_C29XPCIE
|
|
|
|
bool "Support C29XPCIE"
|
2016-11-15 18:44:22 -08:00
|
|
|
select ARCH_C29X
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2014-10-20 17:45:57 +09:00
|
|
|
select SUPPORT_TPL
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_P3041DS
|
|
|
|
bool "Support P3041DS"
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2016-11-18 11:20:40 -08:00
|
|
|
select ARCH_P3041
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_P4080DS
|
|
|
|
bool "Support P4080DS"
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2016-11-18 11:24:40 -08:00
|
|
|
select ARCH_P4080
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_P5020DS
|
|
|
|
bool "Support P5020DS"
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2016-11-18 11:30:56 -08:00
|
|
|
select ARCH_P5020
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_P5040DS
|
|
|
|
bool "Support P5040DS"
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2016-11-18 11:39:36 -08:00
|
|
|
select ARCH_P5040
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_MPC8536DS
|
|
|
|
bool "Support MPC8536DS"
|
2016-11-16 11:06:47 -08:00
|
|
|
select ARCH_MPC8536
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_MPC8540ADS
|
|
|
|
bool "Support MPC8540ADS"
|
2016-11-16 11:13:06 -08:00
|
|
|
select ARCH_MPC8540
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_MPC8541CDS
|
|
|
|
bool "Support MPC8541CDS"
|
2016-11-16 11:18:31 -08:00
|
|
|
select ARCH_MPC8541
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_MPC8544DS
|
|
|
|
bool "Support MPC8544DS"
|
2016-11-15 13:57:15 -08:00
|
|
|
select ARCH_MPC8544
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_MPC8548CDS
|
|
|
|
bool "Support MPC8548CDS"
|
2016-11-15 13:52:34 -08:00
|
|
|
select ARCH_MPC8548
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_MPC8555CDS
|
|
|
|
bool "Support MPC8555CDS"
|
2016-11-16 11:23:23 -08:00
|
|
|
select ARCH_MPC8555
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_MPC8560ADS
|
|
|
|
bool "Support MPC8560ADS"
|
2016-11-16 11:26:45 -08:00
|
|
|
select ARCH_MPC8560
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_MPC8568MDS
|
|
|
|
bool "Support MPC8568MDS"
|
2016-11-16 11:32:17 -08:00
|
|
|
select ARCH_MPC8568
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_MPC8569MDS
|
|
|
|
bool "Support MPC8569MDS"
|
2016-11-16 11:34:52 -08:00
|
|
|
select ARCH_MPC8569
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_MPC8572DS
|
|
|
|
bool "Support MPC8572DS"
|
2016-11-16 11:39:20 -08:00
|
|
|
select ARCH_MPC8572
|
2014-07-30 14:08:14 +09:00
|
|
|
|
2016-11-16 13:30:06 -08:00
|
|
|
config TARGET_P1010RDB_PA
|
|
|
|
bool "Support P1010RDB_PA"
|
|
|
|
select ARCH_P1010
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SUPPORT_TPL
|
|
|
|
|
|
|
|
config TARGET_P1010RDB_PB
|
|
|
|
bool "Support P1010RDB_PB"
|
2016-11-16 13:08:52 -08:00
|
|
|
select ARCH_P1010
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2014-10-20 17:45:57 +09:00
|
|
|
select SUPPORT_TPL
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_P1022DS
|
|
|
|
bool "Support P1022DS"
|
2016-11-16 15:23:52 -08:00
|
|
|
select ARCH_P1022
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2014-10-20 17:45:57 +09:00
|
|
|
select SUPPORT_TPL
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_P1023RDB
|
|
|
|
bool "Support P1023RDB"
|
2016-11-16 15:45:31 -08:00
|
|
|
select ARCH_P1023
|
2014-07-30 14:08:14 +09:00
|
|
|
|
2016-11-17 13:12:38 -08:00
|
|
|
config TARGET_P1020MBG
|
|
|
|
bool "Support P1020MBG-PC"
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SUPPORT_TPL
|
2016-11-18 10:02:14 -08:00
|
|
|
select ARCH_P1020
|
|
|
|
|
2016-11-17 13:52:44 -08:00
|
|
|
config TARGET_P1020RDB_PC
|
|
|
|
bool "Support P1020RDB-PC"
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SUPPORT_TPL
|
2016-11-18 10:02:14 -08:00
|
|
|
select ARCH_P1020
|
2016-11-17 13:52:44 -08:00
|
|
|
|
2016-11-17 13:53:33 -08:00
|
|
|
config TARGET_P1020RDB_PD
|
|
|
|
bool "Support P1020RDB-PD"
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SUPPORT_TPL
|
2016-11-18 10:02:14 -08:00
|
|
|
select ARCH_P1020
|
2016-11-17 13:53:33 -08:00
|
|
|
|
2016-11-17 13:53:54 -08:00
|
|
|
config TARGET_P1020UTM
|
|
|
|
bool "Support P1020UTM"
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SUPPORT_TPL
|
2016-11-18 10:02:14 -08:00
|
|
|
select ARCH_P1020
|
2016-11-17 13:12:38 -08:00
|
|
|
|
2016-11-17 13:43:18 -08:00
|
|
|
config TARGET_P1021RDB
|
|
|
|
bool "Support P1021RDB"
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SUPPORT_TPL
|
2016-11-18 10:59:02 -08:00
|
|
|
select ARCH_P1021
|
2016-11-17 13:43:18 -08:00
|
|
|
|
2016-11-17 13:48:39 -08:00
|
|
|
config TARGET_P1024RDB
|
|
|
|
bool "Support P1024RDB"
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SUPPORT_TPL
|
2016-11-18 11:00:57 -08:00
|
|
|
select ARCH_P1024
|
2016-11-17 13:48:39 -08:00
|
|
|
|
2016-11-17 14:10:14 -08:00
|
|
|
config TARGET_P1025RDB
|
|
|
|
bool "Support P1025RDB"
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SUPPORT_TPL
|
2016-11-18 11:05:38 -08:00
|
|
|
select ARCH_P1025
|
2016-11-17 14:10:14 -08:00
|
|
|
|
2016-11-17 14:19:18 -08:00
|
|
|
config TARGET_P2020RDB
|
|
|
|
bool "Support P2020RDB-PC"
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SUPPORT_TPL
|
2016-11-18 11:08:43 -08:00
|
|
|
select ARCH_P2020
|
2016-11-17 14:19:18 -08:00
|
|
|
|
2014-07-30 14:08:14 +09:00
|
|
|
config TARGET_P1_TWR
|
|
|
|
bool "Support p1_twr"
|
2016-11-18 11:05:38 -08:00
|
|
|
select ARCH_P1025
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_P2041RDB
|
|
|
|
bool "Support P2041RDB"
|
2016-11-18 11:15:21 -08:00
|
|
|
select ARCH_P2041
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_QEMU_PPCE500
|
|
|
|
bool "Support qemu-ppce500"
|
2016-11-18 12:29:51 -08:00
|
|
|
select ARCH_QEMU_E500
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2014-07-30 14:08:14 +09:00
|
|
|
|
2016-11-18 12:55:35 -08:00
|
|
|
config TARGET_T1024QDS
|
|
|
|
bool "Support T1024QDS"
|
2016-11-18 13:01:34 -08:00
|
|
|
select ARCH_T1024
|
powerpc/t1024qds: Add T1024 QDS board support
T1024QDS is a high-performance computing evaluation, development and
test platform for T1024 QorIQ Power Architecture processor.
T1024QDS board Overview
-----------------------
- T1024 SoC integrating two 64-bit e5500 cores up to 1.4GHz
- CoreNet fabric supporting coherent and noncoherent transactions with
prioritization and bandwidth allocation
- 32-/64-bit DDR3L/DDR4 SDRAM memory controller with ECC and interleaving support
- Accelerator: DPAA components consist of FMan, BMan, QMan, DCE and SEC
- Ethernet interfaces:
- Two 10M/100M/1G RGMII ports on-board
- Three 1G/2.5Gbps SGMII ports
- Four 1Gbps QSGMII ports
- one 10Gbps XFI or 10Base-KR interface
- SerDes: 4 lanes up to 10.3125GHz Supporting SGMII/QSGMII, XFI, PCIe, SATA and Aurora
- PCIe: Three PCI Express controllers with five PCIe slots.
- IFC: 128MB NOR Flash, 2GB NAND Flash, PromJet debug port and Qixis FPGA
- Video: DIU supports video up to 1280x1024x32 bpp.
- Chrontel CH7201 for HDMI connection.
- TI DS90C387R for direct LCD connection.
- Raw (not encoded) video connector for testing or other encoders.
- QUICC Engine block
- 32-bit RISC controller for flexible support of the communications peripherals
- Serial DMA channel for receive and transmit on all serial channels
- Two universal communication controllers, supporting TDM, HDLC, and UART
- Deep Sleep power implementaion (wakeup from GPIO/Timer/Ethernet/USB)
- eSPI: Three SPI flash devices.
- SATA: one SATA 2.O.
- USB: Two USB2.0 ports with internal PHY (one Type-A + one micro Type mini-AB)
- eSDHC: Support SD, SDHC, SDXC and MMC/eMMC.
- I2C: Four I2C controllers.
- UART: Two UART on board.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
[York Sun: Fix ft_board_setup() type, fix MAINTAINERS for SECURE_BOOT
Fix Kconfig by adding SUPPORT_SPL]
Reviewed-by: York Sun <yorksun@freescale.com>
2014-11-24 17:11:55 +08:00
|
|
|
select SUPPORT_SPL
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
powerpc/t1024qds: Add T1024 QDS board support
T1024QDS is a high-performance computing evaluation, development and
test platform for T1024 QorIQ Power Architecture processor.
T1024QDS board Overview
-----------------------
- T1024 SoC integrating two 64-bit e5500 cores up to 1.4GHz
- CoreNet fabric supporting coherent and noncoherent transactions with
prioritization and bandwidth allocation
- 32-/64-bit DDR3L/DDR4 SDRAM memory controller with ECC and interleaving support
- Accelerator: DPAA components consist of FMan, BMan, QMan, DCE and SEC
- Ethernet interfaces:
- Two 10M/100M/1G RGMII ports on-board
- Three 1G/2.5Gbps SGMII ports
- Four 1Gbps QSGMII ports
- one 10Gbps XFI or 10Base-KR interface
- SerDes: 4 lanes up to 10.3125GHz Supporting SGMII/QSGMII, XFI, PCIe, SATA and Aurora
- PCIe: Three PCI Express controllers with five PCIe slots.
- IFC: 128MB NOR Flash, 2GB NAND Flash, PromJet debug port and Qixis FPGA
- Video: DIU supports video up to 1280x1024x32 bpp.
- Chrontel CH7201 for HDMI connection.
- TI DS90C387R for direct LCD connection.
- Raw (not encoded) video connector for testing or other encoders.
- QUICC Engine block
- 32-bit RISC controller for flexible support of the communications peripherals
- Serial DMA channel for receive and transmit on all serial channels
- Two universal communication controllers, supporting TDM, HDLC, and UART
- Deep Sleep power implementaion (wakeup from GPIO/Timer/Ethernet/USB)
- eSPI: Three SPI flash devices.
- SATA: one SATA 2.O.
- USB: Two USB2.0 ports with internal PHY (one Type-A + one micro Type mini-AB)
- eSDHC: Support SD, SDHC, SDXC and MMC/eMMC.
- I2C: Four I2C controllers.
- UART: Two UART on board.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
[York Sun: Fix ft_board_setup() type, fix MAINTAINERS for SECURE_BOOT
Fix Kconfig by adding SUPPORT_SPL]
Reviewed-by: York Sun <yorksun@freescale.com>
2014-11-24 17:11:55 +08:00
|
|
|
|
2016-11-18 12:45:44 -08:00
|
|
|
config TARGET_T1023RDB
|
|
|
|
bool "Support T1023RDB"
|
2016-11-18 12:35:47 -08:00
|
|
|
select ARCH_T1023
|
2016-11-18 12:45:44 -08:00
|
|
|
select SUPPORT_SPL
|
|
|
|
select PHYS_64BIT
|
|
|
|
|
|
|
|
config TARGET_T1024RDB
|
|
|
|
bool "Support T1024RDB"
|
2016-11-18 13:01:34 -08:00
|
|
|
select ARCH_T1024
|
2014-11-24 17:11:56 +08:00
|
|
|
select SUPPORT_SPL
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2014-11-24 17:11:56 +08:00
|
|
|
|
2014-07-30 14:08:14 +09:00
|
|
|
config TARGET_T1040QDS
|
|
|
|
bool "Support T1040QDS"
|
2016-11-18 13:11:12 -08:00
|
|
|
select ARCH_T1040
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2014-07-30 14:08:14 +09:00
|
|
|
|
2016-11-18 13:19:39 -08:00
|
|
|
config TARGET_T1040RDB
|
|
|
|
bool "Support T1040RDB"
|
2016-11-18 13:11:12 -08:00
|
|
|
select ARCH_T1040
|
2016-11-18 13:19:39 -08:00
|
|
|
select SUPPORT_SPL
|
|
|
|
select PHYS_64BIT
|
|
|
|
|
2016-11-21 10:46:53 -08:00
|
|
|
config TARGET_T1040D4RDB
|
|
|
|
bool "Support T1040D4RDB"
|
|
|
|
select ARCH_T1040
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select PHYS_64BIT
|
|
|
|
|
2016-11-18 13:19:39 -08:00
|
|
|
config TARGET_T1042RDB
|
|
|
|
bool "Support T1042RDB"
|
2016-11-18 13:36:39 -08:00
|
|
|
select ARCH_T1042
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2014-07-30 14:08:14 +09:00
|
|
|
|
2016-11-21 11:04:34 -08:00
|
|
|
config TARGET_T1042D4RDB
|
|
|
|
bool "Support T1042D4RDB"
|
|
|
|
select ARCH_T1042
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select PHYS_64BIT
|
|
|
|
|
2016-11-18 13:44:00 -08:00
|
|
|
config TARGET_T1042RDB_PI
|
|
|
|
bool "Support T1042RDB_PI"
|
|
|
|
select ARCH_T1042
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select PHYS_64BIT
|
|
|
|
|
2014-07-30 14:08:14 +09:00
|
|
|
config TARGET_T208XQDS
|
|
|
|
bool "Support T208xQDS"
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_T208XRDB
|
|
|
|
bool "Support T208xRDB"
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_T4240QDS
|
|
|
|
bool "Support T4240QDS"
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_T4240RDB
|
|
|
|
bool "Support T4240RDB"
|
2015-03-20 17:08:54 +08:00
|
|
|
select SUPPORT_SPL
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_CONTROLCENTERD
|
|
|
|
bool "Support controlcenterd"
|
2016-11-16 15:23:52 -08:00
|
|
|
select ARCH_P1022
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_KMP204X
|
|
|
|
bool "Support kmp204x"
|
2016-11-18 11:15:21 -08:00
|
|
|
select ARCH_P2041
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_XPEDITE520X
|
|
|
|
bool "Support xpedite520x"
|
2016-11-15 13:52:34 -08:00
|
|
|
select ARCH_MPC8548
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_XPEDITE537X
|
|
|
|
bool "Support xpedite537x"
|
2016-11-16 11:39:20 -08:00
|
|
|
select ARCH_MPC8572
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
config TARGET_XPEDITE550X
|
|
|
|
bool "Support xpedite550x"
|
2016-11-18 11:08:43 -08:00
|
|
|
select ARCH_P2020
|
2014-07-30 14:08:14 +09:00
|
|
|
|
2015-04-29 16:57:39 -04:00
|
|
|
config TARGET_UCP1020
|
|
|
|
bool "Support uCP1020"
|
2016-11-18 10:02:14 -08:00
|
|
|
select ARCH_P1020
|
2015-04-29 16:57:39 -04:00
|
|
|
|
2015-11-04 15:48:32 -06:00
|
|
|
config TARGET_CYRUS
|
|
|
|
bool "Support Varisys Cyrus"
|
2016-07-25 19:56:03 +09:00
|
|
|
select PHYS_64BIT
|
2015-11-04 15:48:32 -06:00
|
|
|
|
2014-07-30 14:08:14 +09:00
|
|
|
endchoice
|
|
|
|
|
2016-11-18 11:56:57 -08:00
|
|
|
config ARCH_B4420
|
|
|
|
bool
|
|
|
|
|
2016-11-18 11:44:43 -08:00
|
|
|
config ARCH_B4860
|
|
|
|
bool
|
|
|
|
|
2016-11-15 14:09:50 -08:00
|
|
|
config ARCH_BSC9131
|
|
|
|
bool
|
|
|
|
|
|
|
|
config ARCH_BSC9132
|
|
|
|
bool
|
|
|
|
|
2016-11-15 18:44:22 -08:00
|
|
|
config ARCH_C29X
|
|
|
|
bool
|
|
|
|
|
2016-11-16 11:06:47 -08:00
|
|
|
config ARCH_MPC8536
|
|
|
|
bool
|
|
|
|
|
2016-11-16 11:13:06 -08:00
|
|
|
config ARCH_MPC8540
|
|
|
|
bool
|
|
|
|
|
2016-11-16 11:18:31 -08:00
|
|
|
config ARCH_MPC8541
|
|
|
|
bool
|
|
|
|
|
2016-11-15 13:57:15 -08:00
|
|
|
config ARCH_MPC8544
|
|
|
|
bool
|
|
|
|
|
2016-11-15 13:52:34 -08:00
|
|
|
config ARCH_MPC8548
|
|
|
|
bool
|
|
|
|
|
2016-11-16 11:23:23 -08:00
|
|
|
config ARCH_MPC8555
|
|
|
|
bool
|
|
|
|
|
2016-11-16 11:26:45 -08:00
|
|
|
config ARCH_MPC8560
|
|
|
|
bool
|
|
|
|
|
2016-11-16 11:32:17 -08:00
|
|
|
config ARCH_MPC8568
|
|
|
|
bool
|
|
|
|
|
2016-11-16 11:34:52 -08:00
|
|
|
config ARCH_MPC8569
|
|
|
|
bool
|
|
|
|
|
2016-11-16 11:39:20 -08:00
|
|
|
config ARCH_MPC8572
|
|
|
|
bool
|
|
|
|
|
2016-11-16 13:08:52 -08:00
|
|
|
config ARCH_P1010
|
|
|
|
bool
|
|
|
|
|
2016-11-16 15:54:15 -08:00
|
|
|
config ARCH_P1011
|
|
|
|
bool
|
|
|
|
|
2016-11-18 10:02:14 -08:00
|
|
|
config ARCH_P1020
|
|
|
|
bool
|
|
|
|
|
2016-11-18 10:59:02 -08:00
|
|
|
config ARCH_P1021
|
|
|
|
bool
|
|
|
|
|
2016-11-16 15:23:52 -08:00
|
|
|
config ARCH_P1022
|
|
|
|
bool
|
|
|
|
|
2016-11-16 15:45:31 -08:00
|
|
|
config ARCH_P1023
|
|
|
|
bool
|
|
|
|
|
2016-11-18 11:00:57 -08:00
|
|
|
config ARCH_P1024
|
|
|
|
bool
|
|
|
|
|
2016-11-18 11:05:38 -08:00
|
|
|
config ARCH_P1025
|
|
|
|
bool
|
|
|
|
|
2016-11-18 11:08:43 -08:00
|
|
|
config ARCH_P2020
|
|
|
|
bool
|
|
|
|
|
2016-11-18 11:15:21 -08:00
|
|
|
config ARCH_P2041
|
|
|
|
bool
|
|
|
|
|
2016-11-18 11:20:40 -08:00
|
|
|
config ARCH_P3041
|
|
|
|
bool
|
|
|
|
|
2016-11-18 11:24:40 -08:00
|
|
|
config ARCH_P4080
|
|
|
|
bool
|
|
|
|
|
2016-11-18 11:30:56 -08:00
|
|
|
config ARCH_P5020
|
|
|
|
bool
|
|
|
|
|
2016-11-18 11:39:36 -08:00
|
|
|
config ARCH_P5040
|
|
|
|
bool
|
|
|
|
|
2016-11-18 12:29:51 -08:00
|
|
|
config ARCH_QEMU_E500
|
|
|
|
bool
|
|
|
|
|
2016-11-18 12:35:47 -08:00
|
|
|
config ARCH_T1023
|
|
|
|
bool
|
|
|
|
|
2016-11-18 13:01:34 -08:00
|
|
|
config ARCH_T1024
|
|
|
|
bool
|
|
|
|
|
2016-11-18 13:11:12 -08:00
|
|
|
config ARCH_T1040
|
|
|
|
bool
|
|
|
|
|
2016-11-18 13:36:39 -08:00
|
|
|
config ARCH_T1042
|
|
|
|
bool
|
|
|
|
|
2014-07-30 14:08:14 +09:00
|
|
|
source "board/freescale/b4860qds/Kconfig"
|
|
|
|
source "board/freescale/bsc9131rdb/Kconfig"
|
|
|
|
source "board/freescale/bsc9132qds/Kconfig"
|
|
|
|
source "board/freescale/c29xpcie/Kconfig"
|
|
|
|
source "board/freescale/corenet_ds/Kconfig"
|
|
|
|
source "board/freescale/mpc8536ds/Kconfig"
|
|
|
|
source "board/freescale/mpc8540ads/Kconfig"
|
|
|
|
source "board/freescale/mpc8541cds/Kconfig"
|
|
|
|
source "board/freescale/mpc8544ds/Kconfig"
|
|
|
|
source "board/freescale/mpc8548cds/Kconfig"
|
|
|
|
source "board/freescale/mpc8555cds/Kconfig"
|
|
|
|
source "board/freescale/mpc8560ads/Kconfig"
|
|
|
|
source "board/freescale/mpc8568mds/Kconfig"
|
|
|
|
source "board/freescale/mpc8569mds/Kconfig"
|
|
|
|
source "board/freescale/mpc8572ds/Kconfig"
|
|
|
|
source "board/freescale/p1010rdb/Kconfig"
|
|
|
|
source "board/freescale/p1022ds/Kconfig"
|
|
|
|
source "board/freescale/p1023rdb/Kconfig"
|
|
|
|
source "board/freescale/p1_p2_rdb_pc/Kconfig"
|
|
|
|
source "board/freescale/p1_twr/Kconfig"
|
|
|
|
source "board/freescale/p2041rdb/Kconfig"
|
|
|
|
source "board/freescale/qemu-ppce500/Kconfig"
|
powerpc/t1024qds: Add T1024 QDS board support
T1024QDS is a high-performance computing evaluation, development and
test platform for T1024 QorIQ Power Architecture processor.
T1024QDS board Overview
-----------------------
- T1024 SoC integrating two 64-bit e5500 cores up to 1.4GHz
- CoreNet fabric supporting coherent and noncoherent transactions with
prioritization and bandwidth allocation
- 32-/64-bit DDR3L/DDR4 SDRAM memory controller with ECC and interleaving support
- Accelerator: DPAA components consist of FMan, BMan, QMan, DCE and SEC
- Ethernet interfaces:
- Two 10M/100M/1G RGMII ports on-board
- Three 1G/2.5Gbps SGMII ports
- Four 1Gbps QSGMII ports
- one 10Gbps XFI or 10Base-KR interface
- SerDes: 4 lanes up to 10.3125GHz Supporting SGMII/QSGMII, XFI, PCIe, SATA and Aurora
- PCIe: Three PCI Express controllers with five PCIe slots.
- IFC: 128MB NOR Flash, 2GB NAND Flash, PromJet debug port and Qixis FPGA
- Video: DIU supports video up to 1280x1024x32 bpp.
- Chrontel CH7201 for HDMI connection.
- TI DS90C387R for direct LCD connection.
- Raw (not encoded) video connector for testing or other encoders.
- QUICC Engine block
- 32-bit RISC controller for flexible support of the communications peripherals
- Serial DMA channel for receive and transmit on all serial channels
- Two universal communication controllers, supporting TDM, HDLC, and UART
- Deep Sleep power implementaion (wakeup from GPIO/Timer/Ethernet/USB)
- eSPI: Three SPI flash devices.
- SATA: one SATA 2.O.
- USB: Two USB2.0 ports with internal PHY (one Type-A + one micro Type mini-AB)
- eSDHC: Support SD, SDHC, SDXC and MMC/eMMC.
- I2C: Four I2C controllers.
- UART: Two UART on board.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
[York Sun: Fix ft_board_setup() type, fix MAINTAINERS for SECURE_BOOT
Fix Kconfig by adding SUPPORT_SPL]
Reviewed-by: York Sun <yorksun@freescale.com>
2014-11-24 17:11:55 +08:00
|
|
|
source "board/freescale/t102xqds/Kconfig"
|
2014-11-24 17:11:56 +08:00
|
|
|
source "board/freescale/t102xrdb/Kconfig"
|
2014-07-30 14:08:14 +09:00
|
|
|
source "board/freescale/t1040qds/Kconfig"
|
|
|
|
source "board/freescale/t104xrdb/Kconfig"
|
|
|
|
source "board/freescale/t208xqds/Kconfig"
|
|
|
|
source "board/freescale/t208xrdb/Kconfig"
|
|
|
|
source "board/freescale/t4qds/Kconfig"
|
|
|
|
source "board/freescale/t4rdb/Kconfig"
|
|
|
|
source "board/gdsys/p1022/Kconfig"
|
|
|
|
source "board/keymile/kmp204x/Kconfig"
|
|
|
|
source "board/sbc8548/Kconfig"
|
|
|
|
source "board/socrates/Kconfig"
|
2015-11-04 15:48:32 -06:00
|
|
|
source "board/varisys/cyrus/Kconfig"
|
2014-07-30 14:08:14 +09:00
|
|
|
source "board/xes/xpedite520x/Kconfig"
|
|
|
|
source "board/xes/xpedite537x/Kconfig"
|
|
|
|
source "board/xes/xpedite550x/Kconfig"
|
2015-04-29 16:57:39 -04:00
|
|
|
source "board/Arcturus/ucp1020/Kconfig"
|
2014-07-30 14:08:14 +09:00
|
|
|
|
|
|
|
endmenu
|