1. 05 5月, 2013 1 次提交
  2. 06 1月, 2013 1 次提交
  3. 16 11月, 2012 1 次提交
  4. 14 11月, 2012 1 次提交
  5. 16 10月, 2012 1 次提交
    • B
      mxc: Fix SDHC multi-instance clock · a2ac1b3a
      Benoît Thébaudeau 提交于
      On mxc, each SDHC instance has a dedicated clock, so gd->sdhc_clk is not
      suitable for the multi-instance use case (initialization made directly with
      fsl_esdhc_initialize()).
      
      This patch fixes this issue by adding a configuration field for the SDHC input
      clock frequency.
      Signed-off-by: NBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Eric Bénard <eric@eukrea.com>
      Cc: Otavio Salvador <otavio@ossystems.com.br>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Jason Liu <r64343@freescale.com>
      Cc: Matt Sealey <matt@genesi-usa.com>
      Cc: Andy Fleming <afleming@gmail.com>
      a2ac1b3a
  6. 10 9月, 2012 1 次提交
  7. 01 9月, 2012 1 次提交
  8. 16 4月, 2012 1 次提交
    • S
      MX35: mx35pdk: wrong board revision · 2f002ece
      Stefano Babic 提交于
      The board revision is detected accessing to the pmic,
      that is not available before relocation (I2C).
      This generates the following error:
      
      CPU:   Freescale i.MX35 rev 2.0 at 532 MHz.
      Reset cause: WDOG
      <reg num> = 7 is invalid. Should be less than 0
      Board: MX35 PDK 1.0
      
      The revision number is wrong, as a default value is printed
      (tested on a mx35pdk Rev. 2.0).
      
      Move the output in the board_late_init(), when
      pmic can be accessed.
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      2f002ece
  9. 28 2月, 2012 1 次提交
  10. 28 10月, 2011 2 次提交
  11. 22 10月, 2011 1 次提交
  12. 04 9月, 2011 2 次提交
  13. 02 2月, 2011 1 次提交
    • S
      Add support for Freescale's mx35pdk board. · eae4988b
      Stefano Babic 提交于
      The patch adds suupport for the Freescale's mx35pdk board
      (known as well as mx35_3stack).
      
      The board boots from the NOR flash. Following devices
      are supported:
       - two ethernet devices (FEC and SMC911x on debug board)
       - I2C
       - PMIC (MC13892) via I2C interface
       - UART
       - NOR flash (64MB)
       - NAND flash (2GB)
       - basic access to mc9sdz60 registers via I2C interface
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      eae4988b