1. 18 10月, 2011 1 次提交
  2. 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
  3. 19 10月, 2010 3 次提交
    • 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
    • W
      Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE · 14d0a02a
      Wolfgang Denk 提交于
      The change is currently needed to be able to remove the board
      configuration scripting from the top level Makefile and replace it by
      a simple, table driven script.
      
      Moving this configuration setting into the "CONFIG_*" name space is
      also desirable because it is needed if we ever should move forward to
      a Kconfig driven configuration system.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      14d0a02a
  4. 20 9月, 2010 1 次提交
    • S
      cfi_flash: Simplify dynamic flash bank number detection · ca5def3f
      Stefan Roese 提交于
      This patch simplifies the use of CONFIG_SYS_MAX_FLASH_BANKS_DETECT. By
      moving these optional variables and defines into the common code, board
      specific code is minimized. Currently only the following board use
      this feature:
      
      APC405, IDS8247, TQM834x
      
      And IDS8247 doesn't seem to really need this feature, since its not
      updating the bank number variable at all. So this patch removes the
      definition of CONFIG_SYS_MAX_FLASH_BANKS_DETECT from this board port.
      
      This new framework will be used by the upcoming lwmon5 update as well.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Acked-by: NHeiko Schocher <hs@denx.de>
      Cc: Matthias Fuchs <matthias.fuchs@esd.eu>
      ca5def3f
  5. 09 12月, 2009 1 次提交
  6. 03 10月, 2009 1 次提交
  7. 23 9月, 2009 1 次提交
  8. 18 7月, 2009 1 次提交
  9. 28 4月, 2009 1 次提交
  10. 24 1月, 2009 1 次提交
  11. 19 10月, 2008 1 次提交
  12. 11 9月, 2008 2 次提交
  13. 13 8月, 2008 2 次提交
  14. 03 3月, 2008 1 次提交
  15. 04 11月, 2007 1 次提交
  16. 10 7月, 2007 3 次提交
  17. 09 7月, 2007 1 次提交
  18. 09 4月, 2006 1 次提交
  19. 21 11月, 2005 1 次提交
  20. 23 7月, 2005 1 次提交
    • J
      * Patch by Jon Loeliger, Kumar Gala 2005-02-08 · 9c4c5ae3
      Jon Loeliger 提交于
        - Convert the CPM2 based functionality to use new CONFIG_CPM2
          option rather than a myriad of CONFIG_MPC8560-like variants.
          Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560.
          Eliminates the CONFIG_MPC8560 option entirely.  Distributes the
          new CONFIG_CPM2 option to each 8260 board.
      9c4c5ae3
  21. 13 5月, 2005 1 次提交
  22. 28 6月, 2003 1 次提交
    • W
      * Code cleanup: · 8bde7f77
      wdenk 提交于
        - remove trailing white space, trailing empty lines, C++ comments, etc.
        - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
      
      * Patches by Kenneth Johansson, 25 Jun 2003:
        - major rework of command structure
          (work done mostly by Michal Cendrowski and Joakim Kristiansen)
      8bde7f77
  23. 22 6月, 2003 1 次提交
    • W
      Had to move the RTC area for ATC board to upper addresses · 9a0e21a3
      wdenk 提交于
      (0xf5000000, to be specific). The reason is that the RTC first gets
      accessed before MMU is initialized and, consequently, it needs to be
      placed at physical addresses which are later mapped to the same
      virtual addresses (like 0xf5000000 physical is mapped to 0xf5000000
      virtual).
      9a0e21a3
  24. 19 6月, 2003 1 次提交
  25. 23 5月, 2003 1 次提交
    • W
      * Patch by Dave Ellis, 22 May 2003: · 5d232d0e
      wdenk 提交于
        Fix problem with only partially cleared .bss segment
      
      * Patch by Rune Torgersen, 12 May 2003:
        get PCI to work on a MPC8266ADS board; incorporate change to
        cpu/mpc8260/pci.c to enable overrides of PCI memory parameters
      5d232d0e
  26. 18 5月, 2003 1 次提交
  27. 12 5月, 2003 1 次提交
  28. 06 5月, 2003 1 次提交
  29. 03 5月, 2003 1 次提交
    • W
      * Add support for Promess ATC board · 7aa78614
      wdenk 提交于
      * Patch by Keith Outwater, 28 Apr 2003:
        - Miscellaneous corrections and additions to GEN860T board specific code.
        - Added GEN860_SC variant to GEN860T.
        - Miscellaneous corrections to GEN860T documentation.
        - Correct duplicate entry in U-Boot CREDITS file.
        - Add GEN860T_SC entry in MAINTAINERS file.
        - Update CREDITS file with GEN860T_SC info.
      
      * Update Smiths Aerospace addresses in MAINTAINERS file
      
      * Fix error handling in hush's version of "run" command
      7aa78614
  30. 26 3月, 2003 3 次提交
  31. 12 3月, 2003 1 次提交
    • W
      * Patch by Josef Wagner, 12 Mar 2003: · 3bac3513
      wdenk 提交于
        - 16/32 MB and 50/80 MHz support with auto-detection for IP860
        - ETH05 and BEDBUG support for CU824
        - added support for MicroSys CPC45
        - new BOOTROM/FLASH0 and DOC base for PM826
      
      * Patch by Robert Schwebel, 12 Mar 2003:
        Fix the chpart command on innokom board
      
      * Name cleanup:
        mv include/asm-i386/ppcboot-i386.h include/asm-i386/u-boot-i386.h
        s/PPCBoot/U-Boot/ in some files
        s/pImage/uImage/  in some files
      
      * Patch by Detlev Zundel, 15 Jan 2003:
        Fix '' command line quoting
      
      * Patch by The LEOX team, 19 Jan 2003:
        - add support for the ELPT860 board
        - add support for Dallas ds164x RTC
      3bac3513