]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: Add BSC9132QDS support
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Mon, 14 Jan 2013 18:26:57 +0000 (18:26 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 30 Jan 2013 17:25:14 +0000 (11:25 -0600)
commit41d910118cfd30c802e037bab70754fbe5f04c7e
tree4cd2ddf1142628a42434776cc2778a18dd6f4c62
parent35fe948e3b62789182610f57d48f97dbd5403aa8
powerpc/85xx: Add BSC9132QDS support

BSC9132QDS is a Freescale reference design board for BSC9132 SoC.
BSC9132 SOC is an integrated device that targets the evolving Microcell,
Picocell, and Enterprise-Femto base station market subsegments.
It combines Power Architecture e500v2 and DSP StarCore SC3850 core
technologies with MAPLE-B2F baseband acceleration processing elements.

BSC9132QDS Overview
 --------------------
  2Gbyte DDR3 (on board DDR), Dual Ranki
  32Mbyte 16bit NOR flash
  128Mbyte 2K page size NAND Flash
  256 Kbit M24256 I2C EEPROM
  128 Mbit SPI Flash memory
  SD slot
  USB-ULPI
  eTSEC1: Connected to SGMII PHY
  eTSEC2: Connected to SGMII PHY
  PCIe
  CPRI
  SerDes
  I2C RTC
  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: Naveen Burmi <NaveenBurmi@freescale.com>
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
MAINTAINERS
board/freescale/bsc9132qds/Makefile [new file with mode: 0644]
board/freescale/bsc9132qds/README [new file with mode: 0644]
board/freescale/bsc9132qds/bsc9132qds.c [new file with mode: 0644]
board/freescale/bsc9132qds/ddr.c [new file with mode: 0644]
board/freescale/bsc9132qds/law.c [new file with mode: 0644]
board/freescale/bsc9132qds/tlb.c [new file with mode: 0644]
boards.cfg
include/configs/BSC9132QDS.h [new file with mode: 0644]