1. 05 11月, 2013 1 次提交
  2. 15 10月, 2013 1 次提交
  3. 24 7月, 2013 1 次提交
  4. 17 10月, 2012 1 次提交
    • P
      split mpc8xx hooks from cmd_ide.c · 8d1165e1
      Pavel Herrmann 提交于
      move most of mpc8xx hooks from cmd_ide.c into ide_preinit() and newly created
      ide_init_postreset() (invoked after calling ide_reset after ide_preinit),
      some cleanup to make checkpatch happy, enable IDE init hooks in configs of
      affected boards.
      confusingly, these hooks are used by more than just mpc8xx-based boards, and
      therefore are placed in arch/ppc/lib/
      
      note: checkpatch still emits warnings about using volatile
      Signed-off-by: NPavel Herrmann <morpheus.ibis@gmail.com>
      8d1165e1
  5. 21 6月, 2012 1 次提交
  6. 22 10月, 2011 1 次提交
  7. 28 11月, 2010 1 次提交
  8. 27 10月, 2010 2 次提交
    • W
      Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value · 25ddd1fb
      Wolfgang Denk 提交于
      CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not
      being able to use "sizeof(struct global_data)" in assembler files.
      Recent experience has shown that manual synchronization is not
      reliable enough.  This patch renames CONFIG_SYS_GBL_DATA_SIZE into
      GENERATED_GBL_DATA_SIZE which gets automatically generated by the
      asm-offsets tool.  In the result, all definitions of this value can be
      deleted from the board config files.  We have to make sure that all
      files that reference such data include the new <asm-offsets.h> file.
      
      No other changes have been done yet, but it is obvious that similar
      changes / simplifications can be done for other, related macro
      definitions as well.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      25ddd1fb
    • W
      Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE · 553f0982
      Wolfgang Denk 提交于
      CONFIG_SYS_INIT_RAM_END was a misnomer as it suggests this might be
      some end address; to make the meaning more clear we rename it into
      CONFIG_SYS_INIT_RAM_SIZE
      
      No other code changes are performed in this patch, only minor editing
      of white space (due to the changed length) and the comments was done,
      where noticed.
      
      Note that the code for the PATI and cmi_mpc5xx board configurations
      looks seriously broken.  Last known maintainers on Cc:
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Denis Peter <d.peter@mpl.ch>
      Cc: Martin Winistoerfer <martinwinistoerfer@gmx.ch>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      553f0982
  9. 19 10月, 2010 2 次提交
    • P
      powerpc: Cleanup BOOTFLAG_* references · d98b0523
      Peter Tyser 提交于
      Now that warm booting is not supported, there isn't a need for the
      BOOTFLAG_COLD and BOOTFLAG_WARM defines, so remove them.
      
      Note that this change makes the board info bd_bootflags field useless.
      It will always be set to 0, but we leave it around so that we don't
      break the board info structure that some OSes are expecting to be passed
      from U-Boot.
      Signed-off-by: NPeter Tyser <ptyser@xes-inc.com>
      d98b0523
    • W
      Makefile: move all Power Architecture boards into boards.cfg · 2ae18241
      Wolfgang Denk 提交于
      Clean up Makefile, and drop a lot of the config.mk files on the way.
      
      We now also automatically pick all boards that are listed in
      boards.cfg (and with all configurations), so we can drop the redundant
      entries from MAKEALL to avoid building these twice.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      2ae18241
  10. 19 10月, 2008 1 次提交
  11. 11 9月, 2008 2 次提交
  12. 13 8月, 2008 1 次提交
  13. 06 8月, 2008 1 次提交
  14. 31 7月, 2008 1 次提交
    • W
      Fix printf() format problems with configurable prompts · c37207d7
      Wolfgang Denk 提交于
      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: NWolfgang Denk <wd@denx.de>
      c37207d7
  15. 10 7月, 2007 1 次提交
  16. 05 7月, 2007 1 次提交
  17. 21 11月, 2005 1 次提交
  18. 03 4月, 2005 1 次提交
  19. 31 12月, 2004 1 次提交
    • W
      * Code cleanup, mostly for GCC-3.3.x · e2ffd59b
      wdenk 提交于
      * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to
        pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for
        additional ethernet addresses.
      
      * Cleanup drivers/i82365.c - avoid duplication of code
      
      * Fix bogus "cannot span across banks" flash error message
      
      * Add support for CompactFlash for the CPC45 Board.
      e2ffd59b
  20. 29 9月, 2004 1 次提交
    • W
      * Patch by Shlomo Kut, 29 Mar 2004: · da93ed81
      wdenk 提交于
        Add support for MKS Instruments "Quantum" board
      
      * Fix build problem with Cogent boards;
        avoid using <asm/byteorder.h> when using the host compiler
      da93ed81
  21. 09 4月, 2004 1 次提交
  22. 04 12月, 2003 1 次提交
    • W
      * Enabled password check on RMU board · af6d1dfc
      wdenk 提交于
      * Fix configuration problem with IceCube in LOWBOOT configuration:
        environment got embedded, corrupting the image layout.
      af6d1dfc
  23. 29 8月, 2003 1 次提交
  24. 28 8月, 2003 1 次提交
  25. 06 6月, 2003 1 次提交
    • W
      * Add support for RMU board · 73a8b27c
      wdenk 提交于
      * Add support for TQM862L at 100/50 MHz
      
      * Patch by Pantelis Antoniou, 02 Jun 2003:
        major reconstruction of networking code;
        add "ping" support (outgoing only!)
      73a8b27c
  26. 03 11月, 2002 1 次提交
  27. 19 8月, 2002 2 次提交