22 Jul, 2016

1 commit


10 Jun, 2016

1 commit

  • on the shc board we see when booting in net boot mode,
    that the ROM bootloader sends "AM335x ROM" as
    vendor-class-identifier. U-Boots doc says "DM814x ROM".

    So, add the info to the doc, that there is also
    "AM335x ROM" possible.

    Signed-off-by: Heiko Schocher
    Reviewed-by: Tom Rini

    Heiko Schocher
     

10 May, 2013

1 commit

  • Many boot image configuration files refer to the
    appropriate documentation file, but these references
    contain typos in the directory and file name. Fix
    them. Also fix reference to doc/README.SPL file.

    Signed-off-by: Anatolij Gustschin
    Cc: Prafulla Wadaskar
    Cc: Stefano Babic
    Acked-by: Stefano Babic

    Anatolij Gustschin
     

19 Feb, 2013

1 commit


03 Sep, 2012

1 commit


15 May, 2012

1 commit

  • With older toolchains it is possible to not fit entirely into the 45KB
    that we had assigned to SPL. Adjust to allow for 8KB of stack (which
    should be more than required) and 54KB of text/data.

    Cc: Vaibhav Hiremath
    Cc: Nagendra T S
    Cc: Thomas Weber
    Cc: Ilya Yanok
    Cc: Steve Sakoman
    Cc: Stefano Babic
    Signed-off-by: Tom Rini
    Acked-by: Stefano Babic
    Acked-by: Vaibhav Hiremath

    Tom Rini
     

27 Mar, 2012

1 commit

  • This document describes the SPL process for OMAP3 (and related) boards
    as well as a partial memory map and how to verify certain aspects
    outside of running on the target.

    Signed-off-by: Tom Rini

    Tom Rini