1. 16 5月, 2009 1 次提交
  2. 19 10月, 2008 1 次提交
  3. 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
  4. 14 2月, 2008 2 次提交
  5. 13 3月, 2006 1 次提交
  6. 06 10月, 2005 1 次提交
  7. 25 9月, 2005 2 次提交
  8. 04 4月, 2005 1 次提交
    • W
      Patch by Steven Scholz, 4 Apr 2005: · 8aa1a2d1
      wdenk 提交于
      - remove all references to CONFIG_INIT_CRITICAL for ARM based boards
      - introduce two new configuration options instead:
        CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
      8aa1a2d1
  9. 10 1月, 2005 1 次提交
    • W
      * Patch by Jon Loeliger, 02 Sep 2004: · a1191902
      wdenk 提交于
        Reset monitor size back to 256 so environment can be written
        to flash on MPC85xx ADS and CDS releases.
      
      * Patch by Paolo Broggini, 02 Sep 2004:
        Make BSS clearing on ARM systems more robust
      
      * Patch by Yue Hu and Joe, 01 Sep 2004:
        - add PCI support for ixp425;
        - add EEPRO100 suppor tfor ixdp425 board.
      
      * Fix problem with protected sector detection in driver/cfi_flash.c
      a1191902
  10. 09 6月, 2004 1 次提交
  11. 07 6月, 2004 1 次提交
    • W
      * Patch by Dave Peverley, 30 Apr 2004: · a56bd922
      wdenk 提交于
        Add support for OMAP730 Perseus2 Development board
      
      * Patch by Alan J. Luse, 29 Apr 2004:
        Fix flash chip-select (OR0) option register setting on FADS boards.
      
      * Patch by Alan J. Luse, 29 Apr 2004:
        Report MII network speed and duplex setting properly when
        auto-negotiate is not enabled.
      
      * Patch by Jarrett Redd, 29 Apr 2004:
        Fix hang on reset on Ocotea board due to flash in wrong mode.
      a56bd922
  12. 27 2月, 2004 1 次提交
    • W
      * Patch by Rahul Shanbhag, 19 Feb 2004: · 0c852a28
      wdenk 提交于
        Fixes for for OMAP1610 board:
        - shift some IRQ specific code to platform.S file
        - remove duplicatewatchdog reset code from start.S
      
      * Make Auto-MDIX Support configurable on INCA-IP board
      
      * Fix license for mkimage tool
      0c852a28
  13. 09 2月, 2004 1 次提交
    • W
      Patch by Anders Larsen, 09 Jan 2004: · f6e20fc6
      wdenk 提交于
      ARM memory layout fixes: the abort-stack is now set up in the
      correct RAM area, and the BSS is zeroed out as it should be.
      
      Furthermore, the magic variables 'armboot_end' and 'armboot_end_data'
      of the linker scripts are replaced by '__bss_start' and '_end',
      resp., which is a further step to eliminate unnecessary differences
      between the implementation of the CPU architectures.
      f6e20fc6
  14. 07 12月, 2003 1 次提交
    • W
      * Patch by Gleb Natapov, 19 Sep 2003: · a8c7c708
      wdenk 提交于
        Move most of the timer interrupt related PPC code to ppc_lib/interrupts.c
      
      * Patch by Anders Larsen, 17 Sep 2003:
        Bring ARM memory layout in sync with the documentation:
        stack and malloc-heap are now located _below_ the U-Boot code
      a8c7c708
  15. 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
  16. 18 9月, 2003 1 次提交
  17. 30 8月, 2003 1 次提交
    • W
      * Patch by George G. Davis, 19 Aug 2003: · 6f21347d
      wdenk 提交于
        fix TI Innovator/OMAP1510 pin configs
      
      * Patches by Kshitij, 18 Aug 2003
        - add support for arm926ejs cpu core
        - add support for TI OMAP 1610 Innovator Board
      6f21347d
  18. 27 7月, 2003 1 次提交
    • W
      * Patch by Scott McNutt, 21 Jul 2003: · 1f4bb37d
      wdenk 提交于
        Add support for LynuxWorks Kernel Downloadable Images (KDIs).
        Both LynxOS and BlueCat linux KDIs are supported.
      
      * Patch by Richard Woodruff, 25 Jul 2003:
        use more reliable reset for OMAP/925T
      
      * Patch by Nye Liu, 25 Jul 2003:
        fix typo in mpc8xx.h
      
      * Patch by Richard Woodruff, 24 Jul 2003:
        Fixes for cmd_nand.c:
        - Fixed null dereferece which could result in incorrect ECC values.
        - Added support for devices with no Ready/Busy signal hooked up.
        - Added OMAP1510 read/write protect handling.
        - Fixed nand.h's ECCPOS. A conflict existed with POS5 and badblock
          for non-JFFS2.
        - Switched default ECC to be JFFS2.
      1f4bb37d
  19. 17 7月, 2003 1 次提交
  20. 16 7月, 2003 1 次提交
  21. 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
  22. 28 5月, 2003 1 次提交
    • W
      * Fix data abort exception handling for arm920t CPU · f07771cc
      wdenk 提交于
      * Fix alignment problems with flash driver for TRAB board
      
      * Patch by Donald White, 21 May 2003:
        fix calculation of base address in pci_hose_config_device()
      
      * Fix bug in command line parsing: "cmd1;cmd2" is supposed to always
        execute "cmd2", even if "cmd1" fails. Note that this is different
        to "run var1 var2" where the contents of "var2" will NOT be
        executed when a command in "var1" fails.
      f07771cc
  23. 15 3月, 2003 1 次提交
    • W
      * Avoid flicker on the TRAB's VFD by synchronizing the enable with · 06d01dbe
      wdenk 提交于
        the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100
        boards, version 153 for Rev. 200 boards).
      
      * Patch by Vladimir Gurevich, 12 Mar 2003:
        Fix relocation problem of statically initialized string pointers
        in common/cmd_pci.c
      
      * Patch by Kai-Uwe Blöm, 12 Mar 2003:
        Cleanup & bug fixes for JFFS2 code:
        - the memory mangement was broken. It caused havoc on malloc by
          writing beyond the block boundaries.
        - the length calculation for files was wrong, sometimes resulting
          in short file reads.
        - data copying now optionally takes fragment version numbers into
          account, to avoid copying from older data.
        See doc/README.JFFS2 for details.
      06d01dbe
  24. 03 11月, 2002 1 次提交