1. 24 2月, 2004 4 次提交
    • 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
    • W
      * Patch by Laurent Mohin, 10 Feb 2004: · cd0a9de6
      wdenk 提交于
        Fix buffer overflow in common/usb.c
      
      * Patch by Tolunay Orkun, 10 Feb 2004:
        Add support for Cogent CSB272 board
      
      * Code cleanup
      cd0a9de6
    • W
      * Patch by Thomas Elste, 10 Feb 2004: · 2d1a537d
      wdenk 提交于
        Add support for NET+50 CPU and ModNET50 board
      
      * Patch by Sam Song, 10 Feb 2004:
        Fix typos in cfi_flash.c
      
      * Patch by Leon Kukovec, 10 Feb 2004
        Fixed long dir entry slot id calculation in get_vfatname
      
      * Patch by Robin Gilks, 10 Feb 2004:
        add "itest" command (operators: -eq, -ne, -lt, -gt, -le, -ge, ==,
        !=, <>, <, >, <=, >=)
      2d1a537d
    • W
      * CVS add missing files · 3f85ce27
      wdenk 提交于
      * Cleanup compiler warnings
      
      * Fix problem with side effects in macros in include/usb.h
      
      * Patch by David Benson, 13 Nov 2003:
        bug 841358 - fix TFTP download size limit
      
      * Fixing bug 850768:
        improper flush_cache() in load_serial()
      
      * Fixing bug 834943:
        MPC8540 - missing volatile declarations
      
      * Patch by Stephen Williams, 09 Feb 2004:
        Add support for Xilinx SystemACE chip:
        - New files common/cmd_ace.c and include/systemace.h
        - Hook systemace support into cmd_fat and the partition manager
      
      * Patch by Travis Sawyer, 09 Feb 2004:
        Add bi_opbfreq & bi_iic_fast to 440GX bd_info as needed for Linux
      3f85ce27
  2. 23 2月, 2004 1 次提交
    • W
      * Patch by Travis Sawyer, 09 Feb 2004: · 3c74e32a
      wdenk 提交于
        o 440GX:
          - Fix PCI Indirect access for type 1 config cycles with ppc440.
          - Add phymode for 440 enet
          - fix pci pre init
        o XPedite1K:
          - Change board_pre_init to board_early_init_f
          - Add user flash to bus controller setup
          - Fix pci pre init
          - Fix is_pci_host to check GPIO for monarch bit
          - Force xpedite1k to pci conventional mode (via #define option)
      
      * Patch by Brad Kemp, 4 Feb 2004:
        - handle the machine check that is generated during the PCI scans
          on 82xx processors.
        - define the registers used in the IMMR by the PCI subsystem.
      
      * Patch by Pierre Aubert, 03 Feb 2004:
        cpu/mpc5xxx/start.S: copy MBAR into SPR311
      
      * Patch by Jeff Angielski, 03 Feb 2004:
        Fix copy & paste error in cpu/mpc8260/pci.c
      
      * Patch by Reinhard Meyer, 24 Jan 2004:
        Fix typo in cpu/mpc5xxx/pci_mpc5200.c
      3c74e32a
  3. 21 2月, 2004 1 次提交
  4. 12 2月, 2004 4 次提交
  5. 10 2月, 2004 3 次提交
    • W
      * Patch by Jian Zhang, 3 Feb 2004: · cd37d9e6
      wdenk 提交于
        - Changed the incorrect FAT12BUFSIZE
        - data_begin in fsdata can be negative. Changed it to be short.
      * Code cleanup
      cd37d9e6
    • W
      Patches by Stephan Linz, 30 Jan 2004: · ec4c544b
      wdenk 提交于
      1: - board/altera/common/flash.c:flash_erase():
           o allow interrupts befor get_timer() call
           o check-up each erased sector and avoid unexpected timeouts
         - board/altera/dk1c20/dk1s10.c:board_early_init_f():
           o enclose sevenseg_set() in cpp condition
         - remove the ASMI configuration for DK1S10_standard_32 (never present)
         - fix some typed in mistakes in the NIOS documentation
      2: - split DK1C20 configuration into several header files:
           o two new files for each NIOS CPU description
           o U-Boot related part is remaining in DK1C20.h
      3: - split DK1S10 configuration into several header files:
           o two new files for each NIOS CPU description
           o U-Boot related part is remaining in DK1S10.h
      4: - Add support for the Microtronix Linux Development Kit
           NIOS CPU configuration at the Altera Nios Development Kit,
           Stratix Edition (DK-1S10)
      5: - Add documentation for the Altera Nios Development Kit,
           Stratix Edition (DK-1S10)
      6: - Add support for the Nios Serial Peripharel Interface (SPI)
           (master only)
      7: - Add support for the common U-Boot SPI framework at
           RTC driver DS1306
      ec4c544b
    • W
      * Patch by Rahul Shanbhag, 28 Jan 2004: · b98fff1d
      wdenk 提交于
        Fix flash protection/locking handling for OMAP1610 innovator board.
      
      * Patch by Rolf Peukert, 28 Jan 2004:
        fix flash write problems on CSB226 board (write with 32 bit bus width)
      
      * Patches by Mark Jonas, 16 Jan 2004:
        - fix rounding error when calculating baudrates for MPC5200 PSCs
        - make sure CFG_RAMBOOT and CFG_LOWBOOT are not enabled at the same
          time which is not supported
      b98fff1d
  6. 09 2月, 2004 2 次提交
    • W
      * Patch by Yuli Barcohen, 26 Jan 2004: · 5653fc33
      wdenk 提交于
        Allow bzip2 compression for small memory footprint boards
      
      * Patch by Brad Kemp, 21 Jan 2004:
        Add support for CFI flash driver for both the Intel and the AMD
        command sets.
      
      * Patch by Travis Sawyer, 20 Jan 2004:
        Fix pci bridge auto enumeration of sibling p2p bridges.
      
      * Patch by Tolunay Orkun, 12 Jan 2004:
        Add some delays as needed for Intel LXT971A PHY support
      
      * Patches by Stephan Linz, 09 Jan 2004:
        - avoid warning: unused variable `piop' in board/altera/common/sevenseg.c
        - make DK1C20 board configuration related to ASMI conform to
          documentation
      5653fc33
    • W
      Patch by Anders Larsen, 09 Jan 2004: · f6e20fc6
      wdenk 提交于
      ARM memory layout fixes: the abort-stack is now set up in the
      correct RAM area, and the BSS is zeroed out as it should be.
      
      Furthermore, the magic variables 'armboot_end' and 'armboot_end_data'
      of the linker scripts are replaced by '__bss_start' and '_end',
      resp., which is a further step to eliminate unnecessary differences
      between the implementation of the CPU architectures.
      f6e20fc6
  7. 07 2月, 2004 3 次提交
    • W
      * Patch by liang a lei, 9 Jan 2004: · f4863a7a
      wdenk 提交于
        Fix Intel 28F128J3 ID in include/flash.h
      
      * Patch by Masami Komiya, 09 Jan 2004:
        add support for TB0229 board (NEC VR4131 MIPS processor)
      
      * Patch by Leon Kukovec, 12 Dec 2003:
        changed extern __inline__ into static __inline__ in
        include/linux/byteorder/swab.h
      f4863a7a
    • W
      Patch by Travis Sawyer, 30 Dec 2003: · ba56f625
      wdenk 提交于
      Add support for IBM PPC440GX. Multiple EMAC Ethernet devices,
      select MDI port based on enabled EMAC device.
      Add support for XES Inc <http://www.xes-inc.com> XPedite1000 440GX
      base PrPMC board.
      ba56f625
    • W
      * Patch by Wolter Kamphuis, 15 Dec 2003: · a6cccaea
      wdenk 提交于
        made CONFIG_SILENT_CONSOLE usable on all architectures
      
      * Disable date command on TQM866M - there is no RTC on MPC866
      a6cccaea
  8. 01 2月, 2004 2 次提交
  9. 29 1月, 2004 1 次提交
  10. 25 1月, 2004 1 次提交
  11. 22 1月, 2004 1 次提交
  12. 21 1月, 2004 1 次提交
    • W
      * The PS/2 mux on the BMS2003 board needs 450 ms after power on · c837dcb1
      wdenk 提交于
        before we can access it; add delay in case we are faster (with no
        CF card inserted)
      
      * Cleanup of some init functions
      
      * Make sure SCC Ethernet is always stopped by the time we boot Linux
        to avoid Linux crashes by early packets coming in.
      
      * Accelerate flash accesses on LWMON board by using buffered writes
      c837dcb1
  13. 19 1月, 2004 1 次提交
  14. 16 1月, 2004 1 次提交
    • W
      [Strange. I _did_ check these in before. Seems SF restored an old · 1c43771b
      wdenk 提交于
      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
  15. 07 1月, 2004 1 次提交
  16. 06 1月, 2004 2 次提交
  17. 05 1月, 2004 2 次提交
    • W
      * Make BMS2003 use a separate config file to avoid #ifdef mess; · a522fa0e
      wdenk 提交于
        add I2C support; add support for DS1337 RTC
      
      * Add CompactFlash support  for BMS2003 board
      
      * Add support for status LED on BMS2003 board
      a522fa0e
    • W
      * Fix problems caused by Robert Schwebel's cramfs patch · 180d3f74
      wdenk 提交于
      * Patch by Scott McNutt, 02 Jan 2004:
        Add support for the Nios Active Serial Memory Interface (ASMI)
        on Cyclone devices
      
      * Patch by Andrea Marson, 16 Dec 2003:
        Add support for the PPChameleon ME and HI modules
      
      * Patch by Yuli Barcohen, 22 Dec 2003:
        Add support for Motorola DUET ADS board (MPC87x/88x)
      180d3f74
  18. 04 1月, 2004 2 次提交
    • W
      * Patch by Robert Schwebel, 15 Dec 2003: · dd875c76
      wdenk 提交于
        add support for cramfs (uses JFFS2 command interface)
      dd875c76
    • W
      Patches by Stephan Linz, 11 Dec 2003: · c935d3bd
      wdenk 提交于
      - more documentation for NIOS port
      - new struct nios_pio_t, struct nios_spi_t
      - Reconfiguration for NIOS Development Kit DK1C20:
        o move board related code from board/dk1c20
          to board/altera/dk1c20
        o create a new common source path board/altera/common
          and move generic flash access stuff into it
        o change/expand configuration file DK1C20.h
      - Add support for NIOS Development Kit DK1S10
      - Add status LED support for NIOS systems
      - Add dual 7-segment LED support for Altera NIOS DevKits
      c935d3bd
  19. 03 1月, 2004 2 次提交
    • W
      * Patch by Ronen Shitrit, 10 Dec 2003: · 3a473b2a
      wdenk 提交于
        Add support for the Marvell DB64360 / DB64460 development boards
      
      * Patch by Detlev Zundel, 10 Dec 2003:
        fix dependency problem in examples/Makefile
      3a473b2a
    • W
      * Patch by Denis Peter, 8 Dec 2003 · b6e4c403
      wdenk 提交于
        - add support for the PATI board (MPC555)
        - add SPI support for the MPC5xx
      
      * Patch by Anders Larsen, 08 Dec 2003:
        add configuration options CONFIG_SERIAL_TAG and CONFIG_REVISION_TAG
        to pass ATAG_SERIAL and ATAG_REVISION, resp., to the ARM target;
        cleanup some redundand #defines
      b6e4c403
  20. 02 1月, 2004 2 次提交
    • W
      * Patch by Andr Schwarz, 8 Dec 2003: · 63f34912
      wdenk 提交于
        fixes for Davicom DM9102A Ethernet Chip (#define CONFIG_TULIP_FIX_DAVICOM):
        - TX and RX deskriptors must be quad-word aligned
        - does not work with only one TX deskriptor
        - standard reset method does not work
      
      * Patch by Masami Komiya, 08 Dec 2003:
        add RTL8139 ethernet driver
      
      * Patches by Ed Okerson, 07 Dec 2003:
        - fix ethernet for the AU1x00 processors in little-endian mode.
        - extend memsetup.S for the AU1x00 processors in BE and LE modes
      63f34912
    • W
      * Cleanup lowboot code for MPC5200 · d4ca31c4
      wdenk 提交于
      * Minor code cleanup (coding style)
      
      * Patch by Reinhard Meyer, 30 Dec 2003:
        - cpu/mpc5xxx/fec.c: added CONFIG_PHY_ADDR, added CONFIG_PHY_TYPE,
        - added CONFIG_PHY_ADDR to include/configs/IceCube.h,
        - turned debug print of PHY registers into a function (called in two places)
        - added support for EMK MPC5200 based modules
      
      * Fix MPC8xx PLPRCR_MFD_SHIFT typo
      
      * Add support for TQM866M modules
      
      * Fixes for TQM855M with 4 MB flash (Am29DL163 = _no_ mirror bit flash)
      
      * Fix a few compiler warnings
      d4ca31c4
  21. 28 12月, 2003 3 次提交
    • W
      Patch by Reinhard Meyer, 28 Dec 2003: · c1896004
      wdenk 提交于
      Add initial support for TOP5200 board
      c1896004
    • W
      Cleanup · a2f34be7
      wdenk 提交于
      a2f34be7
    • W
      * Make CPU clock on ICA-IP board controllable by a "cpuclk" · 7cb22f97
      wdenk 提交于
        environment variable which can set to "100", "133", or "150". The
        CPU clock will be configured accordingly upon next reboot. Other
        values are ignored. In case of an invalid or undefined "cpuclk"
        value, the compile-time default CPU clock speed will be used.
      
      * Enable Quad-UART on BMS2003 board (initialize the PCMCIA memory
        window that is used to access the UART registers by the Linux driver)
      
      * Patch by Reinhard Meyer, 20 Dec 2003:
        Fix clock calculation for the MPC5200 for higher clock frequencies
        (above 2**32 / 10 = 429.5 MHz).
      7cb22f97