28 Sep, 2015

1 commit


03 Sep, 2015

2 commits

  • With LED support enabled the SPL easily goes over the size limit (e.g.
    with both Debians gcc 4.9 and 5.2 cross-compilers). Turn off LED support
    in the SPL to reduce the size just enough for those compilers.

    Signed-off-by: Sjoerd Simons
    Tweaked commit subject to remove _SUPPORT
    Signed-off-by: Simon Glass

    Sjoerd Simons
     
  • The Firefly RK3288 is a suitable target board for initial mainline Rockchip
    support. It includes a good set of peripherals, a recent SoC and it is
    readily available.

    This adds only some basic files required to allow the baord to display a
    serial message in SPL and hang.

    Signed-off-by: Simon Glass

    Simon Glass