30 Jan, 2015

26 commits


29 Jan, 2015

3 commits

  • This commit 904672e (lcd: refactor lcd console stuff into its
    own file), which cause lcd console address is not initialized.

    This patch initialize the lcd console use the default value,
    will be update when splash screen is enabled.

    Signed-off-by: Bo Shen

    Bo Shen
     
  • When build for Atmel related boards which support SPL,
    it will generate boot.bin, also clean when it when do
    "make clean" operation.

    Signed-off-by: Bo Shen
    Acked-by: Masahiro Yamada

    Bo Shen
     
  • Microblaze currently doesn't use printf in SPL. So this one line was the only
    reference to it and resulted in the printf functionality to be pulled in.
    Exceeding the 4k size limit. Lets change the printf back to puts so that
    Microblaze is fixed again. The only drawback is that the detected boot-device
    number will not be printed. But this message alone should be helpful enough
    to get an idea where the boot process is broken.

    Signed-off-by: Stefan Roese
    Cc: Tom Rini
    Cc: Michal Simek
    Acked-by: Michal Simek

    Stefan Roese
     

27 Jan, 2015

1 commit


26 Jan, 2015

10 commits