1. 29 8月, 2003 1 次提交
  2. 28 8月, 2003 2 次提交
  3. 18 8月, 2003 1 次提交
    • W
      * Make Ethernet autonegotiation on INCA-IP work for all clock rates; · e0ac62d7
      wdenk 提交于
        allow selection of clock frequency as "make" target
      
      * Implement memory autosizing code for IceCube boards
      
      * Configure network port on INCA-IP for autonegotiation
      
      * Fix overflow problem in network timeout code
      
      * Patch by Richard Woodruff, 8 Aug 2003:
        Allow crc32 to be used at address 0x000 (crc32_no_comp, too).
      e0ac62d7
  4. 08 8月, 2003 1 次提交
  5. 07 8月, 2003 1 次提交
  6. 06 8月, 2003 2 次提交
  7. 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
  8. 26 7月, 2003 1 次提交
    • W
      * Allow crc32 to be used at address 0x000 · 77846748
      wdenk 提交于
      * Provide consistent interface to standalone applications to access
        the 'global_data' structure
        Provide a doc/README.standalone more useful to users/developers.
      
      * Make IceCube MGT5100 FEC driver work
      77846748
  9. 25 7月, 2003 1 次提交
  10. 18 7月, 2003 1 次提交
    • W
      * Patch by Martin Krause, 17 Jul 2003: · 2535d602
      wdenk 提交于
        add delay to get I2C working with "imm" command and s3c24x0_i2c.c
      
      * Patch by Richard Woodruff, 17 July 03:
        - Fixed bug in OMAP1510 baud rate divisor settings.
      
      * Patch by Nye Liu, 16 July 2003:
        MPC860FADS fixes:
        - add MPC86xADS support (uses MPC86xADS.h)
        - add 866P/T core support (also MPC859T/MPC859DSL/MPC852T)
          o PLPRCR changes
          o BRG changes (EXTAL/XTAL restricted to 10MHz)
          o don't trust gclk() software measurement by default, depend on
            CONFIG_8xx_GCLK_FREQ
        - add DRAM SIMM not installed detection
        - use more "correct" SDRAM initialization sequence
        - allow different SDRAM sizes (8xxADS has 8M)
        - default DER is 0
        - remove unused MAMR defines from FADS860T.h (all done in fads.c)
        - rename MAMR/MBMR defines to be more consistent. Should eventually
          be merged into MxMR to better reflect the PowerQUICC datasheet.
      
      * Patch by Yuli Barcohen, 16 Jul 2003:
        support new Motorola PQ2FADS-ZU evaluation board which replaced
        MPC8260ADS and MPC8266ADS
      2535d602
  11. 17 7月, 2003 1 次提交
  12. 16 7月, 2003 1 次提交
  13. 15 7月, 2003 2 次提交
    • W
      * Patches by Martin Krause, 14 Jul 2003: · 6dff5529
      wdenk 提交于
        - add I2C support for s3c2400 systems (trab board)
        - (re-) add "ping" to command table
      
      * Fix handling of "slow" POST routines
      6dff5529
    • W
      * Patches by Yuli Barcohen, 13 Jul 2003: · 8564acf9
      wdenk 提交于
        - Correct flash and JFFS2 support for MPC8260ADS
        - fix PVR values and clock generation for PowerQUICC II family
          (8270/8275/8280)
      
      * Patch by Bernhard Kuhn, 08 Jul 2003:
        - add support for M68K targets
      
      * Patch by Ken Chou, 3 Jul:
        - Fix PCI config table for A3000
        - Fix iobase for natsemi.c
          (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)
      
      * Allow to enable "slow" POST routines by key press on power-on
      * Fix temperature dependend switching of LCD backlight on LWMON
      * Tweak output format for LWMON
      8564acf9
  14. 11 7月, 2003 1 次提交
  15. 08 7月, 2003 1 次提交
    • W
      * Add support for NSCU board · f12e568c
      wdenk 提交于
      * Add support for TQM823M, TQM850M, TQM855M and TQM860M modules
      
      * Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML
        mirror bit flash on TQM8xxM modules
      f12e568c
  16. 02 7月, 2003 1 次提交
  17. 01 7月, 2003 1 次提交
    • W
      * Patch by Seb James, 30 Jun 2003: · b37c7e5e
      wdenk 提交于
        Improve documentation of I2C configuration in README
      
      * Fix problems with previous log buffer "fixes"
      
      * Fix minor help text issues
      
      * "log append" did not append a newline
      b37c7e5e
  18. 30 6月, 2003 1 次提交
  19. 29 6月, 2003 2 次提交
  20. 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
  21. 27 6月, 2003 1 次提交
  22. 26 6月, 2003 1 次提交
    • W
      * Header file cleanup for ARM · b783edae
      wdenk 提交于
      * Patch by Murray Jensen, 24 Jun 2003:
        - make sure to use only U-boot provided header files
        - fix problems with ".rodata.str1.4" section as used by GCC-3.x
      b783edae
  23. 24 6月, 2003 2 次提交
  24. 23 6月, 2003 1 次提交
    • W
      * Patch by Rune Torgersen, 4 Jun 2003: · 3595ac49
      wdenk 提交于
        add large memory support for MPC8266ADS board
      
      * Patch by Richard Woodruff, 19 June 03:
        - Enabled standard u-boot device abstraction for ARM
        - Enabled console device for ARM
        - Initilized bi_baudrate for ARM
      
      * Patch by Bill Hargen, 23 Apr 2003:
        fix byte order for 824x I2C addresses (write op)
      3595ac49
  25. 21 6月, 2003 3 次提交
  26. 20 6月, 2003 4 次提交
    • W
      * Patch by Richard Woodruff, 19 June 03: · 0b97ab14
      wdenk 提交于
      - Fixed smc91c111 driver to sync with the u-boot environment (driver/smc91c111.c).
      - Added eth_init error return check in NetLoop (net/net.c).
      0b97ab14
    • W
      Patches by Murray Jensen, 17 Jun 2003: · 6dd652fa
      wdenk 提交于
      - Hymod board database mods: add "who" field and new xilinx chip types
      - provide new "init_cmd_timeout()" function so code external to
        "common/main.c" can use the "reset_cmd_timeout()" function before
        entering the main loop
      - add DTT support for adm1021 (new file dtt/adm1021.c; config
        slightly different. see include/configs/hymod.h for an example
        (requires CONFIG_DTT_ADM1021, CONFIG_DTT_SENSORS, and
        CFG_DTT_ADM1021 defined)
      - add new "eeprom_probe()" function which has similar args and
        behaves in a similar way to "eeprom_read()" etc.
      - add 8260 FCC ethernet loopback code (new "eth_loopback_test()"
        function which is enabled by defining CONFIG_ETHER_LOOPBACK_TEST)
      - gdbtools copyright update
      - ensure that set_msr() executes the "sync" and "isync" instructions
        after the "mtmsr" instruction in cpu/mpc8260/interrupts.c
      - 8260 I/O ports fix: Open Drain should be set last when configuring
      - add SIU IRQ defines for 8260
      - allow LDSCRIPT override and OBJCFLAGS initialization: change to
        config.mk to allow board configurations to override the GNU
        linker script, selected via the LDSCRIPT, make variable, and to
        give an initial value to the OBJCFLAGS make variable
      - 8260 i2c enhancement:
        o correctly extends the timeout depending on the size of all
          queued messages for both transmit and receive
        o will not continue with receive if transmit times out
        o ensures that the error callback is done for all queued tx
          and rx messages
        o correctly detects both tx and rx timeouts, only delivers one to
          the callback, and does not overwrite an earlier error
        o logic in i2c_probe now correct
      - add "vprintf()" function so that "panic()" function can be
        technically correct
      - many Hymod board changes
      6dd652fa
    • W
      Patches by Robert Schwebel, 14 Jun 2003: · 52f52c14
      wdenk 提交于
      - add support for Logotronic DL datalogger board
      - cleanup serial line after kermit binary download
      - add debugX macro (debug level support)
      - update mach-types.h to latest arm.linux.org.uk master list.
      52f52c14
    • 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
  27. 19 6月, 2003 1 次提交
  28. 17 6月, 2003 1 次提交
    • W
      * Patch by Nicolas Lacressonniere, 11 Jun 2003: · 2abbe075
      wdenk 提交于
        Modifications for Atmel AT91RM9200DK ARM920T based development kit
        - Add Atmel DataFlash support for reading and writing.
        - Add possibility to boot a Linux from DataFlash with BOOTM command.
        - Add Flash detection on Atmel AT91RM9200DK
          (between Atmel AT49BV1614 and AT49BV1614A flashes)
        - Replace old Ethernet PHY layer functions
        - Change link address
      
      * Patch by Frank Smith, 9 Jun 2003:
        use CRIT_EXCEPTION for machine check on 4xx
      
      * Patch by Detlev Zundel, 13 Jun 2003:
        added implementation of the "carinfo" command in cmd_immap.c
      2abbe075
  29. 16 6月, 2003 1 次提交
    • W
      * Fix CONFIG_NET_MULTI support in include/net.h · 71f95118
      wdenk 提交于
      * Patches by Kyle Harris, 13 Mar 2003:
        - Add FAT partition support
        - Add command support for FAT
        - Add command support for MMC
        ----
        - Add Intel PXA support for video
        - Add Intel PXA support for MMC
        ----
        - Enable MMC and FAT for lubbock board
        - Other misc changes for lubbock board
      71f95118
  30. 06 6月, 2003 1 次提交