1. 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
  2. 16 7月, 2010 1 次提交
  3. 03 10月, 2009 1 次提交
  4. 23 9月, 2009 1 次提交
  5. 18 2月, 2009 1 次提交
  6. 14 12月, 2008 1 次提交
  7. 04 12月, 2008 1 次提交
  8. 02 12月, 2008 1 次提交
  9. 19 10月, 2008 1 次提交
  10. 11 9月, 2008 3 次提交
  11. 28 8月, 2008 1 次提交
  12. 11 6月, 2008 1 次提交
  13. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      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: NWolfgang Denk <wd@denx.de>
      53677ef1
  14. 27 3月, 2008 1 次提交
  15. 17 1月, 2008 3 次提交
  16. 10 1月, 2008 1 次提交
  17. 17 8月, 2007 1 次提交
  18. 16 8月, 2007 1 次提交
    • A
      Define tsec flag values in config files · 3a79013e
      Andy Fleming 提交于
      The tsec_info structure and array has a "flags" field for each
      ethernet controller.  This field is the only reason there are
      settings.  Switch to defining TSECn_FLAGS for each controller
      in the config header, and we can greatly simplify the array, and
      also simplify the addition of future boards.
      Signed-off-by: NAndy Fleming <afleming@freescale.com>
      3a79013e
  19. 10 7月, 2007 1 次提交
  20. 05 7月, 2007 1 次提交
  21. 17 5月, 2007 1 次提交
  22. 21 10月, 2006 1 次提交
  23. 26 7月, 2005 1 次提交
    • J
      * Patch by Jon Loeliger, 2005-05-05 · d9b94f28
      Jon Loeliger 提交于
        Implemented support for MPC8548CDS board.
        Added DDR II support based on SPD values for MPC85xx boards.
        This roll-up patch also includes bugfies for the previously
        published patches:
          DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
      d9b94f28
  24. 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
  25. 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
  26. 02 8月, 2004 1 次提交
    • W
      Patch by Jon Loeliger, 16 Jul 2004: · 9aea9530
      wdenk 提交于
      - support larger DDR memories up to 2G on the PC8540/8560ADS and
        STXGP3 boards
      - Made MPC8540/8560ADS be 33Mhz PCI by default.
      - Removed moldy CONFIG_RAM_AS_FLASH, CFG_FLASH_PORT_WIDTH_16
        and CONFIG_L2_INIT_RAM options.
      - Refactor Local Bus initialization out of SDRAM setup.
      - Re-implement new version of LBC11/DDR11 errata workarounds.
      - Moved board specific PCI init parts out of CPU directory.
      - Added TLB entry for PCI-1 IO Memory
      - Updated README.mpc85xxads
      9aea9530
  27. 19 4月, 2004 1 次提交
    • W
      * Patch by Dan Malek, 07 Apr 2004: · 7abf0c58
      wdenk 提交于
        - Add support for RPC/STx GP3, Motorola 8560 board
        - Update 85xx TSEC driver so it searches MII for first available PHY
          and uses that one.
        - Add functions to support console MII commands.
      
      * Patch by Tolunay Orkun, 07 Apr 2004:
        Move  initialization of bi_iic_fast[]
        from board_init_f() to board_init_r()
      
      * Patch by Yasushi Shoji, 07 Apr 2004:
        Cleanup microblaze port
      
      * Patch by Sangmoon Kim, 07 Apr 2004:
        Add auto SDRAM module detection for Debris board
      7abf0c58
  28. 21 1月, 2004 1 次提交
    • W
      * The PS/2 mux on the BMS2003 board needs 450 ms after power on · c837dcb1
      wdenk 提交于
        before we can access it; add delay in case we are faster (with no
        CF card inserted)
      
      * Cleanup of some init functions
      
      * Make sure SCC Ethernet is always stopped by the time we boot Linux
        to avoid Linux crashes by early packets coming in.
      
      * Accelerate flash accesses on LWMON board by using buffered writes
      c837dcb1
  29. 16 10月, 2003 1 次提交
    • W
      * Patches by Xianghua Xiao, 15 Oct 2003: · 42d1f039
      wdenk 提交于
        - Added Motorola CPU 8540/8560 support (cpu/85xx)
        - Added Motorola MPC8540ADS board support (board/mpc8540ads)
        - Added Motorola MPC8560ADS board support (board/mpc8560ads)
      
      * Minor code cleanup
      42d1f039