03 Jan, 2014

2 commits

  • CONFIG_SYS_FSL_NUM_USB_CTRLS is no longer used,
    update it to new CONFIG_USB_MAX_CONTROLLER_COUNT.

    Signed-off-by: Shengzhou Liu

    Shengzhou Liu
     
  • Single-source clocking is new feature introduced in T1040.
    In this mode, a single differential clock is supplied to the
    DIFF_SYSCLK_P/N inputs to the processor, which in turn is
    used to supply clocks to the sysclock, ddrclock and usbclock.

    So, both ddrclock and syclock are driven by same differential
    sysclock in single-source clocking mode whereas in normal clocking
    mode, generally separate DDRCLK and SYSCLK pins provides
    reference clock for sysclock and ddrclock

    DDR_REFCLK_SEL rcw bit is used to determine DDR clock source
    -If DDR_REFCLK_SEL rcw bit is 0, then DDR PLLs are driven in
    normal clocking mode by DDR_Reference clock

    -If DDR_REFCLK_SEL rcw bit is 1, then DDR PLLs are driven in
    single source clocking mode by DIFF_SYSCLK

    Add code to determine ddrclock based on DDR_REFCLK_SEL rcw bit.

    Signed-off-by: Poonam Aggrwal
    Signed-off-by: Priyanka Jain

    Priyanka Jain
     

18 Dec, 2013

1 commit

  • The SH7753 EVB board has SH7753, 512MB DDR3-SDRAM, SPI ROM,
    Gigabit Ethernet, and eMMC.

    This patch support the following functions:
    - 512MB DDR3-SDRAM, SCIF4, SPI ROM, Gigabit Ethernet, eMMC

    Signed-off-by: Yoshihiro Shimoda
    Signed-off-by: Nobuhiro Iwamatsu

    Yoshihiro Shimoda
     

16 Dec, 2013

5 commits


13 Dec, 2013

4 commits


12 Dec, 2013

2 commits


11 Dec, 2013

2 commits


10 Dec, 2013

3 commits


09 Dec, 2013

3 commits


07 Dec, 2013

2 commits

  • Current LDS files /DISCARD/ a lot of sections when linking ELF
    files, causing diagnostic tools such as readelf or objdump to
    produce partial output. Keep all section at link stage, filter
    only at objcopy time so that .bin remains minimal.

    Signed-off-by: Albert ARIBAUD
    Reviewed-by: Benoît Thébaudeau

    Albert ARIBAUD
     
  • The lower 5 bit of MVBAR is UNK/SBZP.
    So, Monitor Vector Base Address must be 32-byte aligned.
    On the other hand, the secure monitor handler does not need
    32-byte alignment.

    This commit moves ".algin 5" directive to the correct place.

    Signed-off-by: Masahiro Yamada
    Cc: Andre Przywara
    Acked-by: Andre Przywara

    Masahiro Yamada
     

06 Dec, 2013

8 commits


05 Dec, 2013

8 commits