1. 01 11月, 2007 1 次提交
  2. 10 7月, 2007 1 次提交
  3. 05 7月, 2007 1 次提交
  4. 25 6月, 2007 1 次提交
  5. 23 6月, 2007 1 次提交
  6. 15 6月, 2007 1 次提交
    • G
      ppc4xx: Clean up 440 exceptions handling · efa35cf1
      Grzegorz Bernacki 提交于
      - Introduced dedicated switches for building 440 and 405 images required
        for 440-specific machine instructions like 'rfmci' etc.
      
      - Exception vectors moved to the proper location (_start moved away from
        the critical exception handler space, which it occupied)
      
      - CriticalInput now serviced (with default handler)
      
      - MachineCheck properly serviced (added a dedicated handler and return
        subroutine)
      
      - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
        unhandled and those not relevant for 4xx were eliminated)
      
      - Eliminated Linux leftovers, removed dead code
      Signed-off-by: NGrzegorz Bernacki <gjb@semihalf.com>
      Signed-off-by: NRafal Jaworowski <raj@semihalf.com>
      Signed-off-by: NStefan Roese <sr@denx.de>
      efa35cf1
  7. 30 1月, 2007 1 次提交
  8. 06 1月, 2007 1 次提交
  9. 27 11月, 2006 2 次提交
  10. 07 10月, 2006 1 次提交
  11. 15 8月, 2006 1 次提交
  12. 07 8月, 2006 1 次提交
  13. 21 11月, 2005 1 次提交
  14. 20 10月, 2005 1 次提交
  15. 23 9月, 2005 1 次提交
  16. 17 8月, 2005 1 次提交
  17. 08 8月, 2005 1 次提交
  18. 01 8月, 2005 1 次提交
  19. 07 4月, 2005 1 次提交
    • S
      * Patch by Stefan Roese, 06 Apr 2005: · 7ec25502
      stroese 提交于
        Updates for OCOTEA board:
        - Changed U-Boot size from 512kByte to 256kByte
        - Fixed flash driver to support boot from soldered user flash
        - Added README for switch from PIBS firmware to U-Boot
      7ec25502
  20. 03 4月, 2005 1 次提交
  21. 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
  22. 30 5月, 2004 1 次提交
  23. 24 3月, 2004 1 次提交
    • W
      * Patch by Stephen Williams, 19 March 2004 · 6fb6af6d
      wdenk 提交于
        Increase speed of sector reads from SystemACE,
        shorten poll timeout and remove a useless reset
      
      * Patch by Tolunay Orkun, 19 Mar 2004:
        Make GigE PHY 1000Mbps Speed/Duplex detection conditional
        (CONFIG_PHY_GIGE)
      
      * Patch by Brad Kemp, 18 Mar 2004:
        prevent machine checks during a PCI scan
      
      * Patch by Pierre Aubert, 18 Mar 2004:
        Fix string cleaning in IDE identification
      6fb6af6d
  24. 15 3月, 2004 1 次提交
  25. 14 3月, 2004 1 次提交
    • W
      * Patch by Travis Sawyer, 01 Mar 2004: · 0e6d798c
      wdenk 提交于
        Ocotea:
        - Add IBM PPC440GX Ref Platform support (Ocotea)
          Original code by Paul Reynolds <PaulReynolds@lhsolutions.com>
          Adapted to U-Boot and 440GX port
        440gx_enet.c:
        - Add gracious handling of all Ethernet Pin Selections for 440GX
        - Add RGMII selection for Cicada CIS8201 Gigabit PHY
        ppc440.h:
        - Add needed bit definitions
        - Fix formatting
      
      * Patch by Carl Riechers, 1 Mar 2004:
        Add PPC440GX prbdv0 divider to fix memory clock calculation.
      
      * Patch by Stephan Linz, 27 Feb 2004
        - avoid problems for targets without NFS download support
      0e6d798c
  26. 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
  27. 20 9月, 2002 1 次提交
  28. 19 8月, 2002 1 次提交