08 Jun, 2015

8 commits


06 Jun, 2015

2 commits


04 Jun, 2015

7 commits


02 Jun, 2015

1 commit


01 Jun, 2015

12 commits


31 May, 2015

1 commit


29 May, 2015

6 commits


28 May, 2015

3 commits

  • Since i've been married, i also have a new surname.
    Mr. Petermaier moved to Mr. Schmelzer.

    In this patch i update all files in which my (old) name is present.

    Signed-off-by: Hannes Schmelzer

    Signed-off-by: Hannes Schmelzer

    Hannes Schmelzer
     
  • a6b541b090: TI ARMv7: Don't use GD before crt0.S has set it

    moves the init of the debug uart at the very end of SPL code.
    Enable it for the siemens board earlier, as they print
    ddr settings ... all debug output before board_init_r()
    is here currently useless. Maybe we must rework this
    globally?

    Signed-off-by: Heiko Schocher

    Heiko Schocher
     
  • arm: + lsxhl
    w+board/buffalo/lsxl/lsxl.c: In function 'rescue_mode':
    w+board/buffalo/lsxl/lsxl.c:230:8: warning: unused variable 'enetaddr' [-Wunused-variable]
    arm: + lschlv2
    w+board/buffalo/lsxl/lsxl.c: In function 'rescue_mode':
    w+board/buffalo/lsxl/lsxl.c:230:8: warning: unused variable 'enetaddr' [-Wunused-variable]

    Remove the unused variable.

    Signed-off-by: Joe Hershberger

    Joe Hershberger