2009-10-17 07:31:48 +08:00
|
|
|
menuconfig FSL_SOC_BOOKE
|
|
|
|
bool "Freescale Book-E Machine Type"
|
|
|
|
depends on PPC_85xx || PPC_BOOK3E
|
|
|
|
select FSL_SOC
|
2008-01-29 00:24:30 +08:00
|
|
|
select PPC_UDBG_16550
|
|
|
|
select MPIC
|
2008-06-27 01:07:56 +08:00
|
|
|
select PPC_PCI_CHOICE
|
2008-01-29 00:24:30 +08:00
|
|
|
select FSL_PCI if PCI
|
2012-01-20 09:23:20 +08:00
|
|
|
select SERIAL_8250_EXTENDED if SERIAL_8250
|
2008-01-29 00:24:30 +08:00
|
|
|
select SERIAL_8250_SHARE_IRQ if SERIAL_8250
|
|
|
|
default y
|
|
|
|
|
2009-10-17 07:31:48 +08:00
|
|
|
if FSL_SOC_BOOKE
|
2005-09-26 14:04:21 +08:00
|
|
|
|
2010-10-08 21:32:11 +08:00
|
|
|
if PPC32
|
|
|
|
|
2012-01-31 18:15:20 +08:00
|
|
|
config FSL_85XX_CACHE_SRAM
|
|
|
|
bool
|
|
|
|
select PPC_LIB_RHEAP
|
|
|
|
help
|
|
|
|
When selected, this option enables cache-sram support
|
|
|
|
for memory allocation on P1/P2 QorIQ platforms.
|
|
|
|
cache-sram-size and cache-sram-offset kernel boot
|
|
|
|
parameters should be passed when this option is enabled.
|
|
|
|
|
powerpc/85xx: Add BSC9131 RDB Support
BSC9131RDB is a Freescale reference design board for BSC9131 SoC. The
BSC9131 is integrated SoC that targets Femto base station market. It
combines Power Architecture e500v2 and DSP StarCore SC3850 core
technologies with MAPLE-B2F baseband acceleration processing elements.
The BSC9131 SoC includes the following function and features:
. Power Architecture subsystem including a e500 processor with 256-Kbyte
shared L2 cache
. StarCore SC3850 DSP subsystem with a 512-Kbyte private L2 cache
. The Multi Accelerator Platform Engine for Femto BaseStation Baseband
Processing (MAPLE-B2F)
. A multi-standard baseband algorithm accelerator for Channel
Decoding/Encoding, Fourier Transforms, UMTS chip rate processing, LTE
UP/DL Channel processing, and CRC algorithms
. Consists of accelerators for Convolution, Filtering, Turbo Encoding,
Turbo Decoding, Viterbi decoding, Chiprate processing, and Matrix
Inversion operations
. DDR3/3L memory interface with 32-bit data width without ECC and 16-bit
with ECC, up to 400-MHz clock/800 MHz data rate
. Dedicated security engine featuring trusted boot
. DMA controller
. OCNDMA with four bidirectional channels
. Interfaces
. Two triple-speed Gigabit Ethernet controllers featuring network
acceleration including IEEE 1588. v2 hardware support and
virtualization (eTSEC)
. eTSEC 1 supports RGMII/RMII
. eTSEC 2 supports RGMII
. High-speed USB 2.0 host and device controller with ULPI interface
. Enhanced secure digital (SD/MMC) host controller (eSDHC)
. Antenna interface controller (AIC), supporting three industry standard
JESD207/three custom ADI RF interfaces (two dual port and one single
port) and three MAXIM's MaxPHY serial interfaces
. ADI lanes support both full duplex FDD support and half duplex TDD
support
. Universal Subscriber Identity Module (USIM) interface that facilitates
communication to SIM cards or Eurochip pre-paid phone cards
. TDM with one TDM port
. Two DUART, four eSPI, and two I2C controllers
. Integrated Flash memory controller (IFC)
. TDM with 256 channels
. GPIO
. Sixteen 32-bit timers
The DSP portion of the SoC consists of DSP core (SC3850) and various
accelerators pertaining to DSP operations.
BSC9131RDB Overview
----------------------
BSC9131 SoC
1Gbyte DDR3 (on board DDR)
128Mbyte 2K page size NAND Flash
256 Kbit M24256 I2C EEPROM
128 Mbit SPI Flash memory
USB-ULPI
eTSEC1: Connected to RGMII PHY
eTSEC2: Connected to RGMII PHY
DUART interface: supports one UARTs up to 115200 bps for console display
Linux runs on e500v2 core and access some DSP peripherals like AIC
Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
Signed-off-by: Akhil Goyal <Akhil.Goyal@freescale.com>
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Rajan Srivastava <rajan.srivastava@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2012-03-22 12:54:15 +08:00
|
|
|
config BSC9131_RDB
|
|
|
|
bool "Freescale BSC9131RDB"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the Freescale BSC9131RDB board.
|
|
|
|
The BSC9131 is a heterogeneous SoC containing an e500v2 powerpc and a
|
|
|
|
StarCore SC3850 DSP
|
|
|
|
Manufacturer : Freescale Semiconductor, Inc
|
|
|
|
|
2005-09-26 14:04:21 +08:00
|
|
|
config MPC8540_ADS
|
|
|
|
bool "Freescale MPC8540 ADS"
|
2006-03-28 13:44:37 +08:00
|
|
|
select DEFAULT_UIMAGE
|
2005-09-26 14:04:21 +08:00
|
|
|
help
|
2006-01-15 06:57:39 +08:00
|
|
|
This option enables support for the MPC 8540 ADS board
|
2005-09-26 14:04:21 +08:00
|
|
|
|
2006-09-22 02:31:26 +08:00
|
|
|
config MPC8560_ADS
|
|
|
|
bool "Freescale MPC8560 ADS"
|
|
|
|
select DEFAULT_UIMAGE
|
2008-01-25 07:41:25 +08:00
|
|
|
select CPM2
|
2006-09-22 02:31:26 +08:00
|
|
|
help
|
|
|
|
This option enables support for the MPC 8560 ADS board
|
|
|
|
|
2006-04-03 06:42:40 +08:00
|
|
|
config MPC85xx_CDS
|
|
|
|
bool "Freescale MPC85xx CDS"
|
|
|
|
select DEFAULT_UIMAGE
|
2007-06-07 07:26:15 +08:00
|
|
|
select PPC_I8259
|
2012-03-06 17:06:41 +08:00
|
|
|
select HAS_RAPIDIO
|
2006-04-03 06:42:40 +08:00
|
|
|
help
|
|
|
|
This option enables support for the MPC85xx CDS board
|
|
|
|
|
2007-02-18 06:29:36 +08:00
|
|
|
config MPC85xx_MDS
|
|
|
|
bool "Freescale MPC85xx MDS"
|
2007-02-10 07:28:31 +08:00
|
|
|
select DEFAULT_UIMAGE
|
2008-06-04 02:36:19 +08:00
|
|
|
select PHYLIB
|
2009-05-02 10:16:56 +08:00
|
|
|
select HAS_RAPIDIO
|
2009-05-15 13:37:35 +08:00
|
|
|
select SWIOTLB
|
2007-02-10 07:28:31 +08:00
|
|
|
help
|
2007-02-18 06:29:36 +08:00
|
|
|
This option enables support for the MPC85xx MDS board
|
2007-02-10 07:28:31 +08:00
|
|
|
|
2008-07-02 14:36:15 +08:00
|
|
|
config MPC8536_DS
|
|
|
|
bool "Freescale MPC8536 DS"
|
|
|
|
select DEFAULT_UIMAGE
|
2009-05-15 13:37:35 +08:00
|
|
|
select SWIOTLB
|
2008-07-02 14:36:15 +08:00
|
|
|
help
|
|
|
|
This option enables support for the MPC8536 DS board
|
|
|
|
|
2007-08-17 22:22:09 +08:00
|
|
|
config MPC85xx_DS
|
|
|
|
bool "Freescale MPC85xx DS"
|
2007-07-13 18:05:08 +08:00
|
|
|
select PPC_I8259
|
2007-03-21 00:19:10 +08:00
|
|
|
select DEFAULT_UIMAGE
|
2010-04-17 03:07:24 +08:00
|
|
|
select FSL_ULI1575 if PCI
|
2009-05-15 13:37:35 +08:00
|
|
|
select SWIOTLB
|
2007-03-21 00:19:10 +08:00
|
|
|
help
|
2007-08-17 22:22:09 +08:00
|
|
|
This option enables support for the MPC85xx DS (MPC8544 DS) board
|
2007-03-21 00:19:10 +08:00
|
|
|
|
2009-08-07 23:35:16 +08:00
|
|
|
config MPC85xx_RDB
|
|
|
|
bool "Freescale MPC85xx RDB"
|
|
|
|
select PPC_I8259
|
|
|
|
select DEFAULT_UIMAGE
|
2010-04-17 03:07:24 +08:00
|
|
|
select FSL_ULI1575 if PCI
|
2009-08-07 23:35:16 +08:00
|
|
|
select SWIOTLB
|
|
|
|
help
|
|
|
|
This option enables support for the MPC85xx RDB (P2020 RDB) board
|
|
|
|
|
2011-06-03 04:28:08 +08:00
|
|
|
config P1010_RDB
|
|
|
|
bool "Freescale P1010RDB"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the MPC85xx RDB (P1010 RDB) board
|
|
|
|
|
|
|
|
P1010RDB contains P1010Si, which provides CPU performance up to 800
|
|
|
|
MHz and 1600 DMIPS, additional functionality and faster interfaces
|
|
|
|
(DDR3/3L, SATA II, and PCI Express).
|
|
|
|
|
2010-07-03 06:25:03 +08:00
|
|
|
config P1022_DS
|
|
|
|
bool "Freescale P1022 DS"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select SWIOTLB
|
|
|
|
help
|
|
|
|
This option enables support for the Freescale P1022DS reference board.
|
|
|
|
|
2011-05-20 09:20:13 +08:00
|
|
|
config P1023_RDS
|
|
|
|
bool "Freescale P1023 RDS"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the P1023 RDS board
|
|
|
|
|
powerpc/85xx: Add support for the "socrates" board (MPC8544).
Supported are Ethernet, serial console, I2C, I2C-based RTC and
temperature sensors, NOR and NAND flash, PCI, USB, CAN and Lime
display controller.
The multiplexing of FPGA interrupts onto PowerPC interrupt lines is
supported through our own fpga_pic interrupt controller driver.
For example the SJA1000 controller is level low sensitive connected to
fpga_pic line 2 and is routed to the second (of three) irq lines to
the CPU:
can@3,100 {
compatible = "philips,sja1000";
reg = <3 0x100 0x80>;
interrupts = <2 2>;
interrupts = <2 8 1>; // number, type, routing
interrupt-parent = <&fpga_pic>;
};
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-03-22 21:58:43 +08:00
|
|
|
config SOCRATES
|
|
|
|
bool "Socrates"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the Socrates board.
|
|
|
|
|
2008-03-06 23:17:16 +08:00
|
|
|
config KSI8560
|
|
|
|
bool "Emerson KSI8560"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the Emerson KSI8560 board
|
|
|
|
|
2009-06-12 03:42:58 +08:00
|
|
|
config XES_MPC85xx
|
|
|
|
bool "X-ES single-board computer"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the various single-board
|
|
|
|
computers from Extreme Engineering Solutions (X-ES) based on
|
|
|
|
Freescale MPC85xx processors.
|
|
|
|
Manufacturer: Extreme Engineering Solutions, Inc.
|
|
|
|
URL: <http://www.xes-inc.com/>
|
|
|
|
|
2008-01-24 13:42:44 +08:00
|
|
|
config STX_GP3
|
|
|
|
bool "Silicon Turnkey Express GP3"
|
|
|
|
help
|
|
|
|
This option enables support for the Silicon Turnkey Express GP3
|
|
|
|
board.
|
2008-01-25 07:41:25 +08:00
|
|
|
select CPM2
|
2008-01-24 13:42:44 +08:00
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
|
2008-01-25 13:53:03 +08:00
|
|
|
config TQM8540
|
|
|
|
bool "TQ Components TQM8540"
|
|
|
|
help
|
|
|
|
This option enables support for the TQ Components TQM8540 board.
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select TQM85xx
|
|
|
|
|
|
|
|
config TQM8541
|
|
|
|
bool "TQ Components TQM8541"
|
|
|
|
help
|
|
|
|
This option enables support for the TQ Components TQM8541 board.
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select TQM85xx
|
|
|
|
select CPM2
|
|
|
|
|
2008-06-06 19:50:04 +08:00
|
|
|
config TQM8548
|
|
|
|
bool "TQ Components TQM8548"
|
|
|
|
help
|
|
|
|
This option enables support for the TQ Components TQM8548 board.
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select TQM85xx
|
|
|
|
|
2008-01-25 13:53:03 +08:00
|
|
|
config TQM8555
|
|
|
|
bool "TQ Components TQM8555"
|
|
|
|
help
|
|
|
|
This option enables support for the TQ Components TQM8555 board.
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select TQM85xx
|
|
|
|
select CPM2
|
|
|
|
|
|
|
|
config TQM8560
|
|
|
|
bool "TQ Components TQM8560"
|
|
|
|
help
|
|
|
|
This option enables support for the TQ Components TQM8560 board.
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select TQM85xx
|
|
|
|
select CPM2
|
|
|
|
|
2008-01-25 07:41:27 +08:00
|
|
|
config SBC8548
|
|
|
|
bool "Wind River SBC8548"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the Wind River SBC8548 board
|
|
|
|
|
2012-03-13 01:13:00 +08:00
|
|
|
config GE_IMP3A
|
|
|
|
bool "GE Intelligent Platforms IMP3A"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select SWIOTLB
|
|
|
|
select MMIO_NVRAM
|
|
|
|
select GENERIC_GPIO
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select GE_FPGA
|
|
|
|
help
|
|
|
|
This option enables support for the GE Intelligent Platforms IMP3A
|
|
|
|
board.
|
|
|
|
|
|
|
|
This board is a 3U CompactPCI Single Board Computer with a Freescale
|
|
|
|
P2020 processor.
|
|
|
|
|
2011-08-26 18:45:03 +08:00
|
|
|
config P2041_RDB
|
|
|
|
bool "Freescale P2041 RDB"
|
2011-06-28 15:52:34 +08:00
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select PPC_E500MC
|
|
|
|
select PHYS_64BIT
|
|
|
|
select SWIOTLB
|
2011-09-21 18:49:20 +08:00
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select GPIO_MPC8XXX
|
2011-06-28 15:52:34 +08:00
|
|
|
select HAS_RAPIDIO
|
|
|
|
select PPC_EPAPR_HV_PIC
|
|
|
|
help
|
2011-08-26 18:45:03 +08:00
|
|
|
This option enables support for the P2041 RDB board
|
2011-06-28 15:52:34 +08:00
|
|
|
|
2010-10-08 03:47:10 +08:00
|
|
|
config P3041_DS
|
|
|
|
bool "Freescale P3041 DS"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select PPC_E500MC
|
|
|
|
select PHYS_64BIT
|
|
|
|
select SWIOTLB
|
2011-09-21 18:49:20 +08:00
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select GPIO_MPC8XXX
|
2010-10-08 03:47:10 +08:00
|
|
|
select HAS_RAPIDIO
|
2011-05-19 21:54:30 +08:00
|
|
|
select PPC_EPAPR_HV_PIC
|
2010-10-08 03:47:10 +08:00
|
|
|
help
|
|
|
|
This option enables support for the P3041 DS board
|
|
|
|
|
2009-10-23 05:35:07 +08:00
|
|
|
config P4080_DS
|
|
|
|
bool "Freescale P4080 DS"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select PPC_E500MC
|
|
|
|
select PHYS_64BIT
|
|
|
|
select SWIOTLB
|
2011-09-21 18:49:20 +08:00
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select GPIO_MPC8XXX
|
2009-10-23 05:35:07 +08:00
|
|
|
select HAS_RAPIDIO
|
2011-05-19 21:54:30 +08:00
|
|
|
select PPC_EPAPR_HV_PIC
|
2009-10-23 05:35:07 +08:00
|
|
|
help
|
|
|
|
This option enables support for the P4080 DS board
|
|
|
|
|
2010-10-08 21:32:11 +08:00
|
|
|
endif # PPC32
|
|
|
|
|
2010-10-08 03:05:47 +08:00
|
|
|
config P5020_DS
|
|
|
|
bool "Freescale P5020 DS"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select E500
|
|
|
|
select PPC_E500MC
|
|
|
|
select PHYS_64BIT
|
|
|
|
select SWIOTLB
|
2011-09-21 18:49:20 +08:00
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select GPIO_MPC8XXX
|
2010-10-08 03:05:47 +08:00
|
|
|
select HAS_RAPIDIO
|
2011-05-19 21:54:30 +08:00
|
|
|
select PPC_EPAPR_HV_PIC
|
2010-10-08 03:05:47 +08:00
|
|
|
help
|
|
|
|
This option enables support for the P5020 DS board
|
|
|
|
|
powerpc/85xx: Add support for P5040DS board
Add support for the Freescale P5040DS Reference Board ("Superhydra"), which
is similar to the P5020DS. Features of the P5040 are listed below, but
not all of these features (e.g. DPAA networking) are currently supported.
Four P5040 single-threaded e5500 cores built
Up to 2.4 GHz with 64-bit ISA support
Three levels of instruction: user, supervisor, hypervisor
CoreNet platform cache (CPC)
2.0 MB configures as dual 1 MB blocks hierarchical interconnect fabric
Two 64-bit DDR3/3L SDRAM memory controllers with ECC and interleaving
support Up to 1600MT/s
Memory pre-fetch engine
DPAA incorporating acceleration for the following functions
Packet parsing, classification, and distribution (FMAN)
Queue management for scheduling, packet sequencing and
congestion management (QMAN)
Hardware buffer management for buffer allocation and
de-allocation (BMAN)
Cryptography acceleration (SEC 5.0) at up to 40 Gbps SerDes
20 lanes at up to 5 Gbps
Supports SGMII, XAUI, PCIe rev1.1/2.0, SATA Ethernet interfaces
Two 10 Gbps Ethernet MACs
Ten 1 Gbps Ethernet MACs
High-speed peripheral interfaces
Two PCI Express 2.0/3.0 controllers
Additional peripheral interfaces
Two serial ATA (SATA 2.0) controllers
Two high-speed USB 2.0 controllers with integrated PHY
Enhanced secure digital host controller (SD/MMC/eMMC)
Enhanced serial peripheral interface (eSPI)
Two I2C controllers
Four UARTs
Integrated flash controller supporting NAND and NOR flash
DMA
Dual four channel
Support for hardware virtualization and partitioning enforcement
Extra privileged level for hypervisor support
QorIQ Trust Architecture 1.1
Secure boot, secure debug, tamper detection, volatile key storage
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2012-07-26 23:08:54 +08:00
|
|
|
config P5040_DS
|
|
|
|
bool "Freescale P5040 DS"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select E500
|
|
|
|
select PPC_E500MC
|
|
|
|
select PHYS_64BIT
|
|
|
|
select SWIOTLB
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select GPIO_MPC8XXX
|
|
|
|
select HAS_RAPIDIO
|
|
|
|
select PPC_EPAPR_HV_PIC
|
|
|
|
help
|
|
|
|
This option enables support for the P5040 DS board
|
|
|
|
|
2012-07-11 08:26:48 +08:00
|
|
|
config PPC_QEMU_E500
|
|
|
|
bool "QEMU generic e500 platform"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for running as a QEMU guest using
|
|
|
|
QEMU's generic e500 machine. This is not required if you're
|
|
|
|
using a QEMU machine that targets a specific board, such as
|
|
|
|
mpc8544ds.
|
|
|
|
|
|
|
|
Unlike most e500 boards that target a specific CPU, this
|
|
|
|
platform works with any e500-family CPU that QEMU supports.
|
|
|
|
Thus, you'll need to make sure CONFIG_PPC_E500MC is set or
|
|
|
|
unset based on the emulated CPU (or actual host CPU in the case
|
|
|
|
of KVM).
|
|
|
|
|
2009-10-17 07:31:48 +08:00
|
|
|
endif # FSL_SOC_BOOKE
|
2005-09-26 14:04:21 +08:00
|
|
|
|
2008-01-25 13:53:03 +08:00
|
|
|
config TQM85xx
|
|
|
|
bool
|