mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
48c6f328f0
T1024RDB is a Freescale Reference Design Board that hosts the T1024 SoC. T1024RDB 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 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 - one 10Gbps XFI interface - PCIe: Three PCIe controllers: one PCIe Slot and two Mini-PCIe connectors. - SerDes: 4 lanes up to 10.3125GHz - IFC: 128MB NOR Flash, 512MB NAND Flash and CPLD - eSPI: 64MB N25Q512 SPI flash. - Deep Sleep power implementaion (wakeup from GPIO/Timer/Ethernet/USB) - USB: Two Type-A USB2.0 ports with internal PHY - eSDHC: Support SD, SDHC, SDXC and MMC/eMMC - I2C: Four I2C controllers - UART: Two UART serial ports 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>
212 lines
4.4 KiB
Text
212 lines
4.4 KiB
Text
menu "mpc85xx CPU"
|
|
depends on MPC85xx
|
|
|
|
config SYS_CPU
|
|
default "mpc85xx"
|
|
|
|
choice
|
|
prompt "Target select"
|
|
|
|
config TARGET_SBC8548
|
|
bool "Support sbc8548"
|
|
|
|
config TARGET_SOCRATES
|
|
bool "Support socrates"
|
|
|
|
config TARGET_B4860QDS
|
|
bool "Support B4860QDS"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_BSC9131RDB
|
|
bool "Support BSC9131RDB"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_BSC9132QDS
|
|
bool "Support BSC9132QDS"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_C29XPCIE
|
|
bool "Support C29XPCIE"
|
|
select SUPPORT_SPL
|
|
select SUPPORT_TPL
|
|
|
|
config TARGET_P3041DS
|
|
bool "Support P3041DS"
|
|
|
|
config TARGET_P4080DS
|
|
bool "Support P4080DS"
|
|
|
|
config TARGET_P5020DS
|
|
bool "Support P5020DS"
|
|
|
|
config TARGET_P5040DS
|
|
bool "Support P5040DS"
|
|
|
|
config TARGET_MPC8536DS
|
|
bool "Support MPC8536DS"
|
|
|
|
config TARGET_MPC8540ADS
|
|
bool "Support MPC8540ADS"
|
|
|
|
config TARGET_MPC8541CDS
|
|
bool "Support MPC8541CDS"
|
|
|
|
config TARGET_MPC8544DS
|
|
bool "Support MPC8544DS"
|
|
|
|
config TARGET_MPC8548CDS
|
|
bool "Support MPC8548CDS"
|
|
|
|
config TARGET_MPC8555CDS
|
|
bool "Support MPC8555CDS"
|
|
|
|
config TARGET_MPC8560ADS
|
|
bool "Support MPC8560ADS"
|
|
|
|
config TARGET_MPC8568MDS
|
|
bool "Support MPC8568MDS"
|
|
|
|
config TARGET_MPC8569MDS
|
|
bool "Support MPC8569MDS"
|
|
|
|
config TARGET_MPC8572DS
|
|
bool "Support MPC8572DS"
|
|
|
|
config TARGET_P1010RDB
|
|
bool "Support P1010RDB"
|
|
select SUPPORT_SPL
|
|
select SUPPORT_TPL
|
|
|
|
config TARGET_P1022DS
|
|
bool "Support P1022DS"
|
|
select SUPPORT_SPL
|
|
select SUPPORT_TPL
|
|
|
|
config TARGET_P1023RDB
|
|
bool "Support P1023RDB"
|
|
|
|
config TARGET_P1_P2_RDB
|
|
bool "Support P1_P2_RDB"
|
|
select SUPPORT_SPL
|
|
select SUPPORT_TPL
|
|
|
|
config TARGET_P1_P2_RDB_PC
|
|
bool "Support p1_p2_rdb_pc"
|
|
select SUPPORT_SPL
|
|
select SUPPORT_TPL
|
|
|
|
config TARGET_P1_TWR
|
|
bool "Support p1_twr"
|
|
|
|
config TARGET_P2020COME
|
|
bool "Support P2020COME"
|
|
|
|
config TARGET_P2020DS
|
|
bool "Support P2020DS"
|
|
|
|
config TARGET_P2041RDB
|
|
bool "Support P2041RDB"
|
|
|
|
config TARGET_QEMU_PPCE500
|
|
bool "Support qemu-ppce500"
|
|
|
|
config TARGET_T102XQDS
|
|
bool "Support T102xQDS"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_T102XRDB
|
|
bool "Support T102xRDB"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_T1040QDS
|
|
bool "Support T1040QDS"
|
|
|
|
config TARGET_T104XRDB
|
|
bool "Support T104xRDB"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_T208XQDS
|
|
bool "Support T208xQDS"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_T208XRDB
|
|
bool "Support T208xRDB"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_T4240EMU
|
|
bool "Support T4240EMU"
|
|
|
|
config TARGET_T4240QDS
|
|
bool "Support T4240QDS"
|
|
select SUPPORT_SPL
|
|
|
|
config TARGET_T4240RDB
|
|
bool "Support T4240RDB"
|
|
|
|
config TARGET_CONTROLCENTERD
|
|
bool "Support controlcenterd"
|
|
|
|
config TARGET_KMP204X
|
|
bool "Support kmp204x"
|
|
|
|
config TARGET_STXGP3
|
|
bool "Support stxgp3"
|
|
|
|
config TARGET_STXSSA
|
|
bool "Support stxssa"
|
|
|
|
config TARGET_XPEDITE520X
|
|
bool "Support xpedite520x"
|
|
|
|
config TARGET_XPEDITE537X
|
|
bool "Support xpedite537x"
|
|
|
|
config TARGET_XPEDITE550X
|
|
bool "Support xpedite550x"
|
|
|
|
endchoice
|
|
|
|
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/Kconfig"
|
|
source "board/freescale/p1_p2_rdb_pc/Kconfig"
|
|
source "board/freescale/p1_twr/Kconfig"
|
|
source "board/freescale/p2020come/Kconfig"
|
|
source "board/freescale/p2020ds/Kconfig"
|
|
source "board/freescale/p2041rdb/Kconfig"
|
|
source "board/freescale/qemu-ppce500/Kconfig"
|
|
source "board/freescale/t102xqds/Kconfig"
|
|
source "board/freescale/t102xrdb/Kconfig"
|
|
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"
|
|
source "board/stx/stxgp3/Kconfig"
|
|
source "board/stx/stxssa/Kconfig"
|
|
source "board/xes/xpedite520x/Kconfig"
|
|
source "board/xes/xpedite537x/Kconfig"
|
|
source "board/xes/xpedite550x/Kconfig"
|
|
|
|
endmenu
|