19 Dec, 2013

5 commits


13 Dec, 2013

16 commits


12 Dec, 2013

2 commits

  • The standalone programs do not use the api calls, but rely
    directly on u-boot variable gd->jt for the jump table. Commit
    fe1378a - "ARM: use r9 for gd" changed the register holding
    the address of gd, but the assembly code in the standalone
    examples was not updated accordingly. This broke the programs
    on ARM relying on the jumptable in the v2013.10 release.
    This patch unbricks them by using the correct register.

    Cc: Michal Simek
    Cc: Albert ARIBAUD
    Signed-off-by: Jeroen Hofstee

    Jeroen Hofstee
     
  • Revert commit 0f5141e9 which causes boards starting in
    FLASH to try and write to a FLASH location.

    Signed-off-by: Albert ARIBAUD

    Albert ARIBAUD
     

11 Dec, 2013

2 commits


10 Dec, 2013

11 commits


09 Dec, 2013

4 commits