1. 25 8月, 2008 1 次提交
    • G
      Correct ARM Versatile Timer Initialization · e8f1207b
      Gururaja Hebbar K R 提交于
       - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
         -- Timer Value Register @ TIMER Base + 4 is Read-only.
         -- Prescale Value (Bits 3-2 of TIMER Control register)
      	can only be one of 00,01,10. 11 is undefined.
         -- CFG_HZ for Versatile board is set to
      	#define CFG_HZ		(1000000 / 256)
      	So Prescale bits is set to indicate
      	- 8 Stages of Prescale, Clock divided by 256
       - The Timer Control Register has one Undefined/Shouldn't Use Bit
         So we should do read/modify/write Operation
      Signed-off-by: NGururaja Hebbar <gururajakr@sanyo.co.in>
      e8f1207b
  2. 13 3月, 2006 1 次提交
  3. 25 9月, 2005 1 次提交
  4. 04 4月, 2005 2 次提交
  5. 24 3月, 2004 1 次提交
    • W
      * Patch by Phillippe Robin, 16 Mar 2004: · 109c0e3a
      wdenk 提交于
        avoid dereferencing NULL pointer in lib_arm/armlinux.c
      
      * Patch by Stephen Williams, 15 Mar 2004:
        Fix CONFIG_SERIAL_SOFTWARE_FIFO documentation
      
      * Patch by Tolunay Orkun, 15 Mar 2004:
        Initialize bi_opbfreq to real OPB frequency via get_OPB_freq()
      
      * Patch by Travis Sawyer, 15 Mar 2004:
        Update CREDITS & MAINTAINERS files for PPC440GX & Ocotea port
      109c0e3a
  6. 15 3月, 2004 1 次提交
  7. 14 3月, 2004 1 次提交
    • W
      * Patch by Philippe Robin, 09 Mar 2004: · 3d3befa7
      wdenk 提交于
        Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference
        Platform support.
      
      * Patch by Masami Komiya, 08 Mar 2004:
        Don't overwrite server IP address or boot file name
        when the boot server does not return values
      
      * Patch by listmember@orkun.us, 5 Mar 2004:
        Removed compile time restriction on CFG_I2C_SPEED for DS1338 RTC
      3d3befa7
  8. 24 2月, 2004 2 次提交
    • W
      * Patch by Peter Ryser, 20 Feb 2004: · 028ab6b5
      wdenk 提交于
        Add support for the Xilinx ML300 platform
      
      * Patch by Stephan Linz, 17 Feb 2004:
        Fix watchdog support for NIOS
      
      * Patch by Josh Fryman, 16 Feb 2004:
        Fix byte-swapping for cfi_flash.c for different bus widths
      
      * Patch by Jon Diekema, 14 Jeb 2004:
        Remove duplicate "FPGA Support" notes from the README file
      028ab6b5
    • W
      * Patches by Reinhard Meyer, 14 Feb 2004: · 63e73c9a
      wdenk 提交于
        - update board/emk tree; use common flash driver
        - Corrected tested bits in machine check exception in cpu/mpc5xxx/traps.c
          [adapted for other PPC CPUs -- wd]
        - Added support for the M48T08 on the EVAL5200 board in rtc/mk48t59.c
      
      * Patch by Jon Diekema, 13 Feb 2004:
        Call show_boot_progress() whenever POST "FAILED" is printed.
      
      * Patch by Nishant Kamat, 13 Feb 2004:
        Add support for TI OMAP1610 H2 Board
        Fixes for cpu/arm926ejs/interrupt.c
             (based on Richard Woodruff's patch for arm925, 16 Oct 03)
        Fix for a timer bug in OMAP1610 Innovator
        Add support for CS0 (ROM)/CS3 (Flash) boot in OMAP1610 Innovator and H2
      
      * Patches by Stephan Linz, 12 Feb 2004:
        - add support for NIOS timer with variable period preload counter value
        - prepare POST framework support for NIOS targets
      
      * Patch by Denis Peter, 11 Feb 2004:
        add POST support for the MIP405 board
      63e73c9a
  9. 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
  10. 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
  11. 17 7月, 2003 1 次提交
  12. 16 7月, 2003 1 次提交
  13. 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
  14. 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
  15. 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
  16. 03 11月, 2002 1 次提交
  17. 09 9月, 2002 1 次提交