]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/BSC9131RDB.h
powerpc/mpc85xx:Add BSC9131 RDB Support
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Tue, 24 Apr 2012 20:17:15 +0000 (20:17 +0000)
committerAndy Fleming <afleming@freescale.com>
Fri, 6 Jul 2012 22:30:29 +0000 (17:30 -0500)
commit7530d341c70511902fdb4b97f596ef3b9a9c52be
tree14f1cbeb3a7e323d81b81a637f9387238860ea29
parent19a8dbdc4583d8330ea44b40a102f7a57e3be936
powerpc/mpc85xx:Add BSC9131 RDB Support

BSC9131RDB is a Freescale reference design board for BSC9131 SoC. BSC9131 SOC
 is an integrated device that targets Femto base station market. It combines
 Power Architecture e500v2 and DSP StarCore SC3850 core technologies with
 MAPLE-B2F baseband acceleration processing elements

  BSC9131RDB Overview
   -----------------
     -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
Apart from the above it also consists various peripherals to support DSP
functionalities.

This patch adds support for mainly Power side functionalities and peripherals

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: Rajan Srivastava <rajan.srivastava@freescale.com>
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
MAINTAINERS
board/freescale/bsc9131rdb/Makefile [new file with mode: 0644]
board/freescale/bsc9131rdb/README [new file with mode: 0644]
board/freescale/bsc9131rdb/bsc9131rdb.c [new file with mode: 0644]
board/freescale/bsc9131rdb/ddr.c [new file with mode: 0644]
board/freescale/bsc9131rdb/law.c [new file with mode: 0644]
board/freescale/bsc9131rdb/tlb.c [new file with mode: 0644]
boards.cfg
include/configs/BSC9131RDB.h [new file with mode: 0644]