Skip to content
Snippets Groups Projects
  1. Sep 09, 2008
  2. Sep 03, 2008
  3. Aug 31, 2008
  4. Aug 12, 2008
  5. Aug 06, 2008
  6. Aug 01, 2008
  7. Jul 31, 2008
    • Wolfgang Denk's avatar
      Fix printf() format problems with configurable prompts · c37207d7
      Wolfgang Denk authored
      
      U-Boot allows for configurable prompt strings using the
      CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
      the assumption was that any such user defined problts would contain
      exactly one "%d" format specifier. But some boards did not.
      
      To allow for flexible boot prompts without adding too complex code we
      now allow to specify the whole list of printf() arguments in the user
      definition. This is powerful, but requires a responsible user who
      really understands what he is doing, as he needs to know for exanple
      which variables are available in the respective context.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      c37207d7
  8. Jul 15, 2008
  9. Jun 28, 2008
  10. Jun 10, 2008
  11. May 27, 2008
  12. May 22, 2008
  13. May 20, 2008
    • Wolfgang Denk's avatar
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk authored
      
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      53677ef1
  14. May 09, 2008
  15. May 03, 2008
  16. Apr 25, 2008
  17. Apr 24, 2008
  18. Apr 13, 2008
  19. Mar 28, 2008
  20. Mar 27, 2008
    • Larry Johnson's avatar
      ppc4xx: Updates to Korat-specific code · 6433fa20
      Larry Johnson authored
      
      This patch contains updates for changes for the Korat PPC440EPx board.
      These changes include:
      
      (1) Support for "permanent" and "upgradable" copies of U-Boot, as
      described in the new "doc/README.korat" file;
      
      (2) a new memory map for the registers in the board's CPLD;
      
      (3) a revised format for manufacturer's data in serial EEPROM; and
      
      (4) changes to track updates to U-Boot for the Sequoia board.
      
      Signed-off-by: default avatarLarry Johnson <lrj@acm.org>
      6433fa20
  21. Mar 26, 2008
  22. Mar 20, 2008
  23. Mar 12, 2008
  24. Feb 20, 2008
  25. Feb 14, 2008
    • Wolfgang Denk's avatar
      PPC: Use r2 instead of r29 as global data pointer · e7670f6c
      Wolfgang Denk authored
      
      R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
      will refuse to use load/store multiple insns; instead, it issues a
      list of simple load/store instructions upon function entry and exit,
      resulting in bigger code size, which in turn makes the build for a
      few boards fail.
      
      Use r2 instead.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      e7670f6c
  26. Feb 05, 2008
  27. Jan 23, 2008
  28. Jan 17, 2008
  29. Jan 16, 2008
  30. Jan 09, 2008
Loading