07 Dec, 2017

1 commit

  • Most predefined TLB tables don't have memory coherence bit set for
    SDRAM. This wasn't an issue before invalidate_dcache_range() function
    was enabled. Without the coherence bit, dcache invalidation doesn't
    automatically flush the cache. The coherence bit is already set when
    dynamic TLB table is used. For some boards with different SPL boot
    method, or with legacy fixed setting, this bit needs to be set in
    TLB files.

    Signed-off-by: York Sun

    York Sun
     

03 Jan, 2014

1 commit


24 Jul, 2013

1 commit


21 Jun, 2013

3 commits


07 Jul, 2012

1 commit

  • 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
    Signed-off-by: Priyanka Jain
    Signed-off-by: Akhil Goyal
    Signed-off-by: Rajan Srivastava
    Signed-off-by: Poonam Aggrwal
    Signed-off-by: Prabhakar Kushwaha

    Prabhakar Kushwaha