16 Aug, 2013

1 commit


24 Jul, 2013

1 commit


05 Jun, 2013

2 commits


15 May, 2013

1 commit

  • We don't measure boot timing on the host, or with SPL, so use both
    conditions in the bootstage header. This allows us to avoid using
    conditional compilation around bootstage_...() calls. (#ifdef)

    Signed-off-by: Simon Glass

    Simon Glass
     

14 May, 2013

3 commits


16 Oct, 2012

1 commit


03 Oct, 2012

5 commits


02 Oct, 2012

1 commit

  • This patch adds support for networking in SPL. Some devices are
    capable of loading SPL via network so it makes sense to load the
    main U-Boot binary via network too. This patch tries to use
    existing network code as much as possible. Unfortunately, it depends
    on environment which in turn depends on other code so SPL size
    is increased significantly. No effort was done to decouple network
    code and environment so far.

    Signed-off-by: Ilya Yanok
    Acked-by: Joe Hershberger
    Signed-off-by: Tom Rini

    Ilya Yanok
     

11 Apr, 2012

1 commit

  • The standalone example does not have get_timer() defined, so we cannot
    rely on it being available.

    Move the timer function into boootstage.c to avoid this problem.

    This corrects a build breakage for the standalone example on some boards.

    Signed-off-by: Simon Glass
    Acked-by: Matthias Fuchs

    Simon Glass
     

19 Mar, 2012

11 commits