1. 20 2月, 2007 4 次提交
    • S
      [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT · 0dc018ec
      Stefan Roese 提交于
      This patch switches to the desired I2C bus when the date/dtt
      commands are called. This can be configured using the
      CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
      Signed-off-by: NStefan Roese <sr@denx.de>
      0dc018ec
    • S
      [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support · 4037ed3b
      Stefan Roese 提交于
      This patch adds support for the DDR2 controller used on the
      440SP and 440SPe. It is tested on the Katmai (440SPe) eval
      board and works fine with the following DIMM modules:
      
      - Corsair CM2X512-5400C4 (512MByte per DIMM)
      - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
      - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
      
      This patch also adds the nice functionality to dynamically
      create the TLB entries for the SDRAM (tlb.c). So we should
      never run into such problems with wrong (too short) TLB
      initialization again on these platforms.
      Signed-off-by: NStefan Roese <sr@denx.de>
      4037ed3b
    • S
      [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files · 36d830c9
      Stefan Roese 提交于
      Since the existing 4xx SPD SDRAM initialization routines for the
      405 SDRAM controller and the 440 DDR controller don't have much in
      common this patch splits both drivers into different files.
      
      This is in preparation for the 440 DDR2 controller support (440SP/e).
      Signed-off-by: NStefan Roese <sr@denx.de>
      36d830c9
    • S
      [PATCH] PPC4xx: Add support for multiple I2C busses · 79b2d0bb
      Stefan Roese 提交于
      This patch adds support for multiple I2C busses on the PPC4xx
      platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
      to make use of this feature.
      
      It also merges the 405 and 440 i2c header files into one common
      file 4xx_i2c.h.
      
      Also the 4xx i2c reset procedure is reworked since I experienced
      some problems with the first access on the 440SPe Katmai board.
      Signed-off-by: NStefan Roese <sr@denx.de>
      79b2d0bb
  2. 02 2月, 2007 2 次提交
  3. 01 2月, 2007 1 次提交
  4. 31 1月, 2007 7 次提交
  5. 30 1月, 2007 4 次提交
  6. 24 1月, 2007 3 次提交
  7. 23 1月, 2007 3 次提交
  8. 20 1月, 2007 4 次提交
  9. 19 1月, 2007 1 次提交
  10. 18 1月, 2007 6 次提交
  11. 17 1月, 2007 1 次提交
  12. 16 1月, 2007 1 次提交
  13. 15 1月, 2007 3 次提交