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.
|
|
|
|
|
2012-07-24 07:12:29 +08:00
|
|
|
config P1022_RDK
|
|
|
|
bool "Freescale / iVeia P1022 RDK"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
|
|
|
This option enables support for the Freescale / iVeia P1022RDK
|
|
|
|
reference board.
|
|
|
|
|
2011-05-20 09:20:13 +08:00
|
|
|
config P1023_RDS
|
2013-07-31 05:39:26 +08:00
|
|
|
bool "Freescale P1023 RDS/RDB"
|
2011-05-20 09:20:13 +08:00
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
2013-07-31 05:39:26 +08:00
|
|
|
This option enables support for the P1023 RDS and RDB boards
|
2011-05-20 09:20:13 +08:00
|
|
|
|
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
|
|
|
|
|
2013-02-13 22:09:00 +08:00
|
|
|
config PPA8548
|
|
|
|
bool "Prodrive PPA8548"
|
|
|
|
help
|
|
|
|
This option enables support for the Prodrive PPA8548 board.
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select HAS_RAPIDIO
|
|
|
|
|
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 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
|
|
|
|
|
powerpc: Add support for CTS-1000 GPIO controlled system poweroff
CTS-1000 is based on P4080. GPIO 27 is used to signal the FPGA to
switch off power, and also associates IRQ 8 with front-panel button
press (which we use to call orderly_poweroff()).
The relevant device-tree looks like this:
gpio0: gpio@130000 {
compatible = "fsl,qoriq-gpio";
reg = <0x130000 0x1000>;
interrupts = <55 2 0 0>;
#gpio-cells = <2>;
gpio-controller;
/* Allows powering off the system via GPIO signal. */
gpio-halt@27 {
compatible = "sgy,gpio-halt";
gpios = <&gpio0 27 0>;
interrupts = <8 1 0 0>;
};
};
Because the driver cannot match on sgy,gpio-halt (because the node is never
processed through of_platform), it matches on fsl,qoriq-gpio and then
checks child nodes for the matching sgy,gpio-halt. This also ensures that
the GPIO controller is detected prior to sgy_cts1000's probe callback,
since that node wont match via of_platform until the controller is
registered.
Also, because the GPIO handler for triggering system poweroff might sleep,
the IRQ uses a workqueue to call orderly_poweroff().
As a final note, this driver may be expanded for other features specific to
the CTS-1000.
Signed-off-by: Ben Collins <ben.c@servergy.com>
Cc: Jack Smith <jack.s@servergy.com>
Cc: Vihar Rai <vihar.r@servergy.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2012-12-17 12:19:28 +08:00
|
|
|
config SGY_CTS1000
|
|
|
|
tristate "Servergy CTS-1000 support"
|
|
|
|
select GPIOLIB
|
|
|
|
select OF_GPIO
|
|
|
|
depends on P4080_DS
|
|
|
|
help
|
|
|
|
Enable this to support functionality in Servergy's CTS-1000 systems.
|
|
|
|
|
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"
|
|
|
|
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).
|
|
|
|
|
2012-01-06 01:09:04 +08:00
|
|
|
if PPC64
|
|
|
|
|
|
|
|
config T4240_QDS
|
|
|
|
bool "Freescale T4240 QDS"
|
|
|
|
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 T4240 QDS board
|
|
|
|
|
powerpc/fsl-booke: Add B4_QDS board support
- Add support for B4 board in board file b4_qds.c,
It is common for B4860, B4420 and B4220QDS as they share same QDS board
- Add B4QDS support in Kconfig and Makefile
B4860QDS is a high-performance computing evaluation, development and
test platform supporting the B4860 QorIQ Power Architecture processor,
with following major features:
- Four dual-threaded e6500 Power Architecture processors
organized in one cluster-each core runs up to 1.8 GHz
- Two DDR3/3L controllers for high-speed memory interface each
runs at up to 1866.67 MHz
- CoreNet fabric that fully supports coherency using MESI protocol
between the e6500 cores, SC3900 FVP cores, memories and
external interfaces.
- Data Path Acceleration Architecture having FMAN, QMan, BMan,
SEC 5.3 and RMAN
- Large internal cache memory with snooping and stashing capabilities
- Sixteen 10-GHz SerDes lanes that serve:
- Two SRIO interfaces. Each supports up to 4 lanes and
a total of up to 8 lanes
- Up to 8-lanes Common Public Radio Interface (CPRI) controller
for glue-less antenna connection
- Two 10-Gbit Ethernet controllers (10GEC)
- Six 1G/2.5-Gbit Ethernet controllers for network communications
- PCI Express controller
- Debug (Aurora)
- Various system peripherals
B4420 and B4220 have some differences in comparison to B4860 with fewer
core/clusters(both SC3900 and e6500), fewer DDR controllers,
fewer serdes lanes, fewer SGMII interfaces and reduced target frequencies.
Key differences between B4860 and B4420:
B4420 has:
- Fewer e6500 cores:
1 cluster with 2 e6500 cores
- Fewer SC3900 cores/clusters:
1 cluster with 2 SC3900 cores per cluster
- Single DDRC @ 1.6GHz
- 2 X 4 lane serdes
- 3 SGMII interfaces
- no sRIO
- no 10G
Key differences between B4860 and B4220:
B4220 has:
- Fewer e6500 cores:
1 cluster with 1 e6500 core
- Fewer SC3900 cores/clusters:
1 cluster with 2 SC3900 cores per cluster
- Single DDRC @ 1.33GHz
- 2 X 2 lane serdes
- 2 SGMII interfaces
- no sRIO
- no 10G
Signed-off-by: Shaveta Leekha <shaveta@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2013-04-05 14:33:51 +08:00
|
|
|
config B4_QDS
|
|
|
|
bool "Freescale B4 QDS"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select E500
|
|
|
|
select PPC_E500MC
|
|
|
|
select PHYS_64BIT
|
|
|
|
select SWIOTLB
|
2013-05-10 00:59:16 +08:00
|
|
|
select GPIOLIB
|
powerpc/fsl-booke: Add B4_QDS board support
- Add support for B4 board in board file b4_qds.c,
It is common for B4860, B4420 and B4220QDS as they share same QDS board
- Add B4QDS support in Kconfig and Makefile
B4860QDS is a high-performance computing evaluation, development and
test platform supporting the B4860 QorIQ Power Architecture processor,
with following major features:
- Four dual-threaded e6500 Power Architecture processors
organized in one cluster-each core runs up to 1.8 GHz
- Two DDR3/3L controllers for high-speed memory interface each
runs at up to 1866.67 MHz
- CoreNet fabric that fully supports coherency using MESI protocol
between the e6500 cores, SC3900 FVP cores, memories and
external interfaces.
- Data Path Acceleration Architecture having FMAN, QMan, BMan,
SEC 5.3 and RMAN
- Large internal cache memory with snooping and stashing capabilities
- Sixteen 10-GHz SerDes lanes that serve:
- Two SRIO interfaces. Each supports up to 4 lanes and
a total of up to 8 lanes
- Up to 8-lanes Common Public Radio Interface (CPRI) controller
for glue-less antenna connection
- Two 10-Gbit Ethernet controllers (10GEC)
- Six 1G/2.5-Gbit Ethernet controllers for network communications
- PCI Express controller
- Debug (Aurora)
- Various system peripherals
B4420 and B4220 have some differences in comparison to B4860 with fewer
core/clusters(both SC3900 and e6500), fewer DDR controllers,
fewer serdes lanes, fewer SGMII interfaces and reduced target frequencies.
Key differences between B4860 and B4420:
B4420 has:
- Fewer e6500 cores:
1 cluster with 2 e6500 cores
- Fewer SC3900 cores/clusters:
1 cluster with 2 SC3900 cores per cluster
- Single DDRC @ 1.6GHz
- 2 X 4 lane serdes
- 3 SGMII interfaces
- no sRIO
- no 10G
Key differences between B4860 and B4220:
B4220 has:
- Fewer e6500 cores:
1 cluster with 1 e6500 core
- Fewer SC3900 cores/clusters:
1 cluster with 2 SC3900 cores per cluster
- Single DDRC @ 1.33GHz
- 2 X 2 lane serdes
- 2 SGMII interfaces
- no sRIO
- no 10G
Signed-off-by: Shaveta Leekha <shaveta@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2013-04-05 14:33:51 +08:00
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select HAS_RAPIDIO
|
|
|
|
select PPC_EPAPR_HV_PIC
|
|
|
|
help
|
|
|
|
This option enables support for the B4 QDS board
|
|
|
|
The B4 application development system B4 QDS is a complete
|
|
|
|
debugging environment intended for engineers developing
|
|
|
|
applications for the B4.
|
|
|
|
|
2012-01-06 01:09:04 +08:00
|
|
|
endif
|
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
|