Skip to content
Snippets Groups Projects
  1. Sep 09, 2008
  2. Aug 25, 2008
  3. Aug 18, 2008
  4. Apr 18, 2008
  5. Mar 25, 2008
  6. Mar 16, 2008
  7. Mar 15, 2008
  8. Feb 05, 2008
  9. Jan 09, 2008
  10. Dec 27, 2007
    • Larry Johnson's avatar
      Add driver for STMicroelectronics M41T60 RTC · 12618278
      Larry Johnson authored
      
      This driver is based on the driver for the M41T11.  In the intended
      application, the RTC will be powered by a large capacitor, rather than a
      battery.  The driver therefore checks to see whether the RTC has lost
      power.  The chip's OUT bit is normally reset from its power-up state.  If
      the OUT bit is read as set, or if the date and time are not valid, then the
      RTC is assumed to have lost power, and its date and time are reset to
      1900-01-01 00:00:00.
      
      Support for adjusting the speed of the clock to improve accuracy is
      provided through an environment variable.
      
      Signed-off-by: default avatarLarry Johnson <lrj@acm.org>
      12618278
  11. Nov 25, 2007
  12. Nov 15, 2007
  13. Oct 31, 2007
    • Stefan Roese's avatar
      rtc: Add Xicor/Intersil X1205 RTC support · 758c037a
      Stefan Roese authored
      
      This patch adds support for the Xicor/Intersil X1205 RTC used on the
      AMCC Makalu eval board. This driver is basically cloned from the Linux
      driver version (2.6.23).
      
      This patch also introduces the Linux bcd.h header for the BCD2BIN/
      BIN2BCD conversions. In the future some of the other U-Boot RTC driver
      should be converted to also use this header instead of implementing
      their own local copy of these functions/macros.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      758c037a
  14. Jun 18, 2007
    • TsiChung Liew's avatar
      Added M5329AFEE and M5329BFEE Platforms · 8e585f02
      TsiChung Liew authored
      
      Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
      drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
      include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
      rtc/mcfrtc.c
      
      Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
      common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
      include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
      include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
      include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
      lib_m68k/time.c, net/eth.c and rtc/Makefile
      
      Signed-off-by: default avatarTsiChung Liew <Tsi-Chung.Liew@freescale.com>
      8e585f02
  15. Mar 09, 2007
  16. Jan 09, 2007
  17. Oct 08, 2006
  18. Sep 01, 2006
    • Marian Balakowicz's avatar
      Add support for a saving build objects in a separate directory. · f9328639
      Marian Balakowicz authored
      Modifications are based on the linux kernel approach and
      support two use cases:
      
        1) Add O= to the make command line
        'make O=/tmp/build all'
      
        2) Set environement variable BUILD_DIR to point to the desired location
        'export BUILD_DIR=/tmp/build'
        'make'
      
      The second approach can also be used with a MAKEALL script
      'export BUILD_DIR=/tmp/build'
      './MAKEALL'
      
      Command line 'O=' setting overrides BUILD_DIR environent variable.
      
      When none of the above methods is used the local build is performed and
      the object files are placed in the source directory.
      f9328639
  19. Mar 14, 2006
  20. Mar 12, 2006
    • Wolfgang Denk's avatar
      Add ADI Blackfin support · 0afe519a
      Wolfgang Denk authored
      - add support for Analog Devices Blackfin BF533 CPU
      - add support for the ADI BF533 Stamp uClinux board
      - add support for the ADI BF533 EZKit board
      Patches by Richard Klingler, June 11th 2005:
      0afe519a
  21. Oct 10, 2004
    • Wolfgang Denk's avatar
      Code Cleanup · b6508513
      Wolfgang Denk authored
      Patch by Gary Jennejohn, 04 Oct 2004:
      - fix I2C on at91rm9200
      - add support for Ricoh RS5C372A RTC
      b6508513
  22. Jun 09, 2004
    • Wolfgang Denk's avatar
      * Patch by Tom Armistead, 04 Jun 2004: · 4c0d4c3b
      Wolfgang Denk authored
        Add support for MAX6900 RTC
      
      * Patches by Ladislav Michl, 03 Jun 2004:
        - fix cfi_flash.c on LE systems
        - let 'make mrproper' delete u-boot.img as well
        - turn printf into debug in cfi_flash.c
      4c0d4c3b
  23. Jan 18, 2004
  24. Jan 16, 2004
    • Wolfgang Denk's avatar
      [Strange. I _did_ check these in before. Seems SF restored an old · 1c43771b
      Wolfgang Denk authored
      version of the repository???]
      
      * Patch by Reinhard Meyer, 09 Jan 2004:
        - add RTC support for MPC5200 based boards (requires RTC_XTAL)
      
      * Add support for IDE LED on BMS2003 board
        (exclusive with status LED!)
      
      * Add support for PS/2 keyboard (used with PS/2 multiplexor on
        BMS2003 board)
      
      * Patches by Reinhard Meyer, 4 Jan 2004 + 7 Jan 2004:
        Add common files for "emk" boards
      1c43771b
  25. Jun 19, 2003
    • Wolfgang Denk's avatar
      * Patches by David Mller, 12 Jun 2003: · 48b42616
      Wolfgang Denk authored
        - 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
  26. Jun 18, 2003
  27. Mar 12, 2003
    • Wolfgang Denk's avatar
      * Patch by Josef Wagner, 12 Mar 2003: · 3bac3513
      Wolfgang Denk authored
        - 16/32 MB and 50/80 MHz support with auto-detection for IP860
        - ETH05 and BEDBUG support for CU824
        - added support for MicroSys CPC45
        - new BOOTROM/FLASH0 and DOC base for PM826
      
      * Patch by Robert Schwebel, 12 Mar 2003:
        Fix the chpart command on innokom board
      
      * Name cleanup:
        mv include/asm-i386/ppcboot-i386.h include/asm-i386/u-boot-i386.h
        s/PPCBoot/U-Boot/ in some files
        s/pImage/uImage/  in some files
      
      * Patch by Detlev Zundel, 15 Jan 2003:
        Fix '' command line quoting
      
      * Patch by The LEOX team, 19 Jan 2003:
        - add support for the ELPT860 board
        - add support for Dallas ds164x RTC
      3bac3513
  28. Mar 06, 2003
    • Wolfgang Denk's avatar
      * Patches by David Mller, 31 Jan 2003: · 1cb8e980
      Wolfgang Denk authored
        - minimal setup for CardBus bridges
        - add EEPROM read/write support in the CS8900 driver
        - add support for the builtin I2C controller in the Samsung s3c24x0 chips
        - add support for  MPL's VCMA9 (Samsung s3c2410 based) board
      
      * Patch by Steven Scholz, 04 Feb 2003:
        add support for RTC DS1307
      
      * Patch by Reinhard Meyer, 5 Feb 2003:
        fix PLPRCR/SCCR init sequence on 8xx to allow for
        changes of EBDF by software
      
      * Patch by Vladimir Gurevich, 07 Feb 2003:
        "API-compatibility patch" for 4xx I2C driver
  29. Aug 21, 2002
  30. Jul 05, 2001
  31. Apr 28, 2001
  32. Dec 14, 2000
  33. Jul 10, 2000
Loading