1. 16 5月, 2009 1 次提交
  2. 19 10月, 2008 1 次提交
  3. 05 2月, 2008 1 次提交
  4. 21 7月, 2006 1 次提交
  5. 06 4月, 2005 2 次提交
    • W
      * Patch by Ladislav Michl, 05 Apr 2005: · 3c2b3d45
      wdenk 提交于
        Add support for VoiceBlue board.
      
      * Patch by Ladislav Michl, 05 Apr 2005:
        Fix netboot_common() prototypes.
      
      * Cleanup.
      3c2b3d45
    • W
      Patches by Steven Scholz, 05 Apr 2005: · b304c968
      wdenk 提交于
      - Use i.MX watchdog timer for reset_cpu()
      - Move reset_cpu() out of cpu/arm920t/start.S into the SoC specific
        subdirectories cpu/arm920t/imx/ and cpu/arm920t/s3c24x0/
        (now in interupts.c)
      b304c968
  6. 04 4月, 2005 2 次提交
  7. 10 10月, 2004 1 次提交
    • W
      Patch by Steven Scholz, 16 Aug 2004: · 1d9f4105
      wdenk 提交于
      - Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)"
      - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0
      - moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/
      - moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/
        into cpu/arm920t/$(SOC)/
      1d9f4105
  8. 02 8月, 2004 1 次提交
    • W
      * Code cleanup · 281e00a3
      wdenk 提交于
      * Patch by Sascha Hauer, 28 Jun:
        - add generic support for Motorola i.MX architecture
        - add support for mx1ads, mx1fs2 and scb9328 boards
      
      * Patches by Marc Leeman, 23 Jul 2004:
        - Add define for the PCI/Memory Buffer Configuration Register
        - corrected comments in cpu/mpc824x/cpu_init.c
      
      * Add support for multiple serial interfaces
        (for example to allow modem dial-in / dial-out)
      281e00a3
  9. 24 3月, 2004 1 次提交
    • W
      * Add start-up delay to make sure power has stabilized before · efa329cb
      wdenk 提交于
        attempting to switch on USB on SX1 board.
      
      * Patch by Josef Wagner, 18 Mar 2004:
        - Add support for MicroSys XM250 board (PXA255)
        - Add support for MicroSys PM828 board (MPC8280)
        - Add support for 32 MB Flash on PM825/826
        - new SDRAM refresh rate for PM825/PM826
        - added support for MicroSys PM520 (MPC5200)
        - replaced Query by Identify command in CPU86/flash.c
          to support 28F160F3B
      
      * Fix wrap around problem with udelay() on ARM920T
      
      * Add support for Macronix flash on TRAB board
      efa329cb
  10. 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
  11. 20 6月, 2003 1 次提交
    • W
      * Patches by David Mller, 12 Jun 2003: · 48b42616
      wdenk 提交于
        - rewrite of the S3C24X0 register definitions stuff
        - "driver" for the built-in S3C24X0 RTC
      
      * Patches by Yuli Barcohen, 12 Jun 2003:
        - Add MII support and Ethernet PHY initialization for MPC8260ADS board
        - Fix incorrect SIUMCR initialisation caused by wrong Hard Reset
          configuration word supplied by FPGA on some MPC8260ADS boards
      
      * Patch by Pantelis Antoniou, 10 Jun 2003:
        Unify status LED interface
      48b42616
  12. 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
  13. 03 11月, 2002 1 次提交
  14. 09 9月, 2002 1 次提交