1. 25 10月, 2004 1 次提交
  2. 20 10月, 2004 1 次提交
  3. 18 10月, 2004 1 次提交
  4. 12 10月, 2004 5 次提交
  5. 11 10月, 2004 10 次提交
    • W
      * Patch by Gridish Shlomi, 30 Aug 2004: · e1599e83
      wdenk 提交于
        - Add support to revA version of PQ27 and PQ27E.
        - Reverted MPC8260ADS baudrate back to original 115200
      
      * Patch by Hojin, 17 Sep 2004:
        Fix typo in cfi_flash.c
      
      * Patch by Mark Jonas, 09 September 2004:
        mtest's data line test (with CFG_ALT_MEMTEST set) returned a wrong
        error message
      
      * Patch by Mark Jonas, 31 August 2004:
        Added option CFG_XLB_PIPELINING to enable XLB pipelining. This
        improves FTP performance for MPC5200 systems. Enabled for IceCube
        by default.
      e1599e83
    • W
      * Patch by Michael Bendzick, 30 Aug 2004: · c15f3120
      wdenk 提交于
        - Improve platform.S code for omap1510inn that detects whether code
          is running from SDRAM or not. Patch allows SDRAM to be configured
          if code is running out of SRAM at 0x20000000.
      
      * Patch by Frederick Klatt, 30 Aug 2004:
        Add support for the Wind River SBC8540/SBC8560 boards
      c15f3120
    • W
      * Configure SX1 board to use drivers/cfi_flash.c · 656658dd
      wdenk 提交于
      * Patches by Michael Bendzick, 30 Aug 2004:
        - Configure omap1510inn board to use drivers/cfi_flash.c
        - Make drivers/cfi_flash.c protect environment and redundant
          environment.
      
      * Patch by Steven Scholz, 23 Jun 2004:
        - Add script (tools/img2brec.sh) to programm U-Boot into
          (Synch)Flash using the Bootstrap Mode of the MC9328MX1/L
      656658dd
    • W
      Patches by Scott McNutt, 24 Aug 2004: · 5c952cf0
      wdenk 提交于
      - Add support for Altera Nios-II processors.
      - Add support for Psyent PCI-5441 board.
      - Add support for Psyent PK1C20 board.
      5c952cf0
    • W
      Patches by Jon Loeliger, 24 Aug 2004: · 03f5c550
      wdenk 提交于
      - Add support for the MPC8541 and MPC8555 CDS boards
      - Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR
      03f5c550
    • W
      * Patch by Jon Loeliger, 24 Aug 2004: · cf33678e
      wdenk 提交于
        - Fix PCI window on MPC85xx; remove unneeded PCI initialization
          from board_early_init_f()
        - Provide SW workaround for PCI initialization on 85xx CDS
        - Convert MPC85xxADS to use common CFI flash driver
      
      * Cleanup: avoid compiler warnings
      
      * Add CMC PU2 board to MAKEALL script
      cf33678e
    • W
      Patches by George G. Davis, 24 Aug 2004: · 08b6aa61
      wdenk 提交于
      - Enable ramdisk/initrd tagged param support for omap1610h2_config
      - Remove static network setup defaults from mx1ads_config
      08b6aa61
    • W
      Patch by George G. Davis, 24 Aug 2004: · 731215eb
      wdenk 提交于
      - update ARM boards to use constants from mach-types.h
      731215eb
    • W
      Code Cleanup · b6508513
      wdenk 提交于
      Patch by Gary Jennejohn, 04 Oct 2004:
      - fix I2C on at91rm9200
      - add support for Ricoh RS5C372A RTC
      b6508513
    • W
      * Patch by Gary Jennejohn, 01 Oct 2004: · 2cbe571a
      wdenk 提交于
        - add support for CMC PU2 board
        - add support for I2C on at91rm9200
      
      * Patch by Gary Jennejohn, 28 Sep 2004:
        fix baudrate handling on at91rm9200
      2cbe571a
  6. 10 10月, 2004 7 次提交
    • W
      Patch by Yuli Barcohen, 22 Aug 2004: · 659883c2
      wdenk 提交于
      - remove ZPC.1900 board-specific flash driver;
        switch the port to generic CFI driver;
      - port clean-up
      659883c2
    • W
      Patch by Hinko Kocevar, 21 Aug 2004: · f325e18b
      wdenk 提交于
      Add calc_fbsize() function used with VIDEOLFB_TAG on TRAB
      f325e18b
    • W
      * Clean up tools/bmp_logo.c to not add trailing white space · 8655b6f8
      wdenk 提交于
      * Patch by Hinko Kocevar, 21 Aug 2004:
        - Group common framebuffer functions in common/lcd.c
        - Group common framebuffer macros and #defines in include/lcd.h
        - Provide calc_fbsize() for video ATAG
      8655b6f8
    • W
      Patch by Sam Song, 21 August 2004: · 30d56fae
      wdenk 提交于
      - Fix a typo in README
      - Align "(RO)" output for "flinfo" after "protect on"
      - Add RESET support for RPXlite_DW board; adjust CPU:BUS frequency
        ratio 1:1 when core frequency less than 50MHz
      30d56fae
    • W
      Patches by himba, 21 Aug 2004: · 63cfcbb4
      wdenk 提交于
      - fix some "use of label at end of compound statement" warnings
      - Define type of LCD panel on lubbock board if CONFIG_LCD is used
      63cfcbb4
    • 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
    • W
      Patch by Andreas Engel, 16 Aug 2004: · 3e01d75f
      wdenk 提交于
      parameter type cleanup for NetSetTimeout()
      3e01d75f
  7. 30 9月, 2004 2 次提交
    • W
      * Patches by Sean Chang, 09 Aug 2004: · a5bbcc3c
      wdenk 提交于
        - Added support for both 8 and 16 bit mode access to System ACE CF
          through MPU.
        - Fixed missing System ACE CF device during get FAT partition info
          in fat_register_device function.
        - Enabled System ACE CF support on ML300.
      
      * Patch by Sean Chang, 09 Aug 2004:
        Synch defines for saveenv and do_saveenv functions so they get
        compiled under the same statement.
      a5bbcc3c
    • W
      * Patch by Sean Chang, 9 Aug 2004: · a06752e3
      wdenk 提交于
        - Added I2C support for ML300.
        - Added support for ML300 to read out its environment information
          stored on the EEPROM.
        - Added support to use board specific parameters as part of
          U-Boot's environment information.
        - Updated MLD files to support configuration for new features
          above.
      
      * Patches by Travis Sawyer, 5 Aug 2004:
        - Remove incorrect bridge settings for eth group 6
        - Add call to setup bridge in ppc_440x_eth_initialize
        - Fix ppc_440x_eth_init to reset the phy only if its the
          first time through, otherwise, just check the phy for the
          autonegotiated speed/duplex.  This allows the use of netconsole
        - only print the speed/duplex the first time the phy is reset.
      a06752e3
  8. 29 9月, 2004 8 次提交
  9. 28 9月, 2004 1 次提交
  10. 22 9月, 2004 1 次提交
  11. 16 9月, 2004 3 次提交