Skip to content
Snippets Groups Projects
  1. Oct 15, 2012
  2. Sep 01, 2012
  3. Jul 11, 2012
  4. Feb 27, 2012
  5. Feb 12, 2012
    • Helmut Raiger's avatar
      mmc: access mxcmmc from mx31 boards · fa47a286
      Helmut Raiger authored
      
      This patch modifies mxcmmc.c to be used
      not only by i.MX27 but also by i.MX31 boards.
      Both use the same SD controller, but have different
      clock set-ups.
      The i.MX27 imx_get_XXXclock functions are made static to
      generic.c and a public mxc_get_clock() function
      is provided.  Pins, base address and prototypes for
      an i.MX31 specific board_init_mmc() are provided.
      Some of the i.MX27 clock getters are unused and marked
      as such to avoid warnings (./MAKEALL -s mx27), but
      the code was left in for future use.
      
      Signed-off-by: default avatarHelmut Raiger <helmut.raiger@hale.at>
      Acked-by: default avatarStefano Babic <sbabic@denx.de>
      fa47a286
  6. Dec 06, 2011
    • Stefano Babic's avatar
      MX: serial_mxc: cleanup removing nasty #ifdef · 40f6fffe
      Stefano Babic authored
      
      The serial driver for iMX SOCs is continuosly changed if a
      new SOC or not yet used port is used. CONFIG_SYS_<SOC>_<UART Port>
      defines were used only to find the base address for the selected UART.
      Instead of that, move the base address to the board configuration
      file and drop all #ifdef from driver.
      
      Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
      CC: Marek Vasut <marek.vasut@gmail.com>
      CC: Wolfgang Denk <wd@denx.de>
      CC: Fabio Estevam <fabio.estevam@freescale.com>
      CC: Helmut Raiger <helmut.raiger@hale.at>
      CC: John Rigby <jcrigby@gmail.com>
      CC: Matthias Weisser <weisserm@arcor.de>
      CC: Jason Liu <jason.hui@linaro.org>
      Acked-by: default avatarJason Liu <jason.hui@linaro.org>
      40f6fffe
  7. Nov 11, 2011
  8. Nov 03, 2011
  9. Oct 27, 2011
  10. Oct 17, 2011
  11. Oct 13, 2011
  12. Sep 30, 2011
    • Fabio Estevam's avatar
      MX31: Disable watchdog during low-power modes · 610b53e2
      Fabio Estevam authored
      
      Turn on the watchdog WDZST bit so that watchdog timer does not count during low power modes.
      
      Prior to applying this patch mx31pdk board got watchdog resets because when it booted in the Linux prompt
      and there was no activity, the system entered into idle mode while watchdog timer was still active.
      
      Fix this by disabling watchdog timer during idle mode.
      
      Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
      610b53e2
  13. Sep 04, 2011
  14. Jul 14, 2011
  15. May 11, 2011
  16. Apr 27, 2011
  17. Feb 01, 2011
  18. Oct 13, 2010
  19. Sep 29, 2010
  20. Apr 30, 2010
  21. Apr 24, 2010
  22. Apr 13, 2010
  23. Jan 19, 2010
  24. Jul 06, 2009
  25. Jun 21, 2009
    • Magnus Lilja's avatar
      MX31: Add NAND SPL for i.MX31. · 40c642bc
      Magnus Lilja authored
      
      This patch adds the NAND SPL framework needed to boot i.MX31 boards
      from NAND.
      
      It has been tested on a i.MX31 PDK board with large page NAND. Small
      page NANDs should work as well, but this has not been tested.
      
      Note: The i.MX31 NFC uses a non-standard layout for large page NANDs,
      whether this is compatible with a particular setup depends on how
      the NAND device is programmed by the flash programmer (e.g. JTAG
      debugger).
      
      The patch is based on the work by Maxim Artamonov.
      
      Signed-off-by: default avatarMaxim Artamonov <scn1874@yandex.ru>
      Signed-off-by: default avatarMagnus Lilja <lilja.magnus@gmail.com>
      40c642bc
  26. Feb 24, 2009
  27. Feb 07, 2009
  28. Jan 24, 2009
  29. Aug 11, 2008
Loading