1. 25 7月, 2003 1 次提交
  2. 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
  3. 17 7月, 2003 2 次提交
  4. 16 7月, 2003 4 次提交
  5. 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
  6. 11 7月, 2003 6 次提交
  7. 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
  8. 02 7月, 2003 1 次提交
  9. 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
  10. 30 6月, 2003 1 次提交
  11. 29 6月, 2003 4 次提交
  12. 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
  13. 27 6月, 2003 1 次提交
  14. 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
  15. 24 6月, 2003 6 次提交
  16. 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
  17. 22 6月, 2003 1 次提交
    • W
      Had to move the RTC area for ATC board to upper addresses · 9a0e21a3
      wdenk 提交于
      (0xf5000000, to be specific). The reason is that the RTC first gets
      accessed before MMU is initialized and, consequently, it needs to be
      placed at physical addresses which are later mapped to the same
      virtual addresses (like 0xf5000000 physical is mapped to 0xf5000000
      virtual).
      9a0e21a3
  18. 21 6月, 2003 3 次提交
  19. 20 6月, 2003 2 次提交
    • 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