1. 05 11月, 2013 1 次提交
  2. 20 9月, 2013 1 次提交
  3. 24 7月, 2013 1 次提交
  4. 12 7月, 2013 1 次提交
  5. 03 6月, 2013 1 次提交
  6. 22 4月, 2013 1 次提交
  7. 03 4月, 2013 2 次提交
  8. 20 3月, 2013 1 次提交
  9. 08 3月, 2013 1 次提交
  10. 13 2月, 2013 1 次提交
  11. 28 1月, 2013 1 次提交
  12. 13 1月, 2013 2 次提交
  13. 06 1月, 2013 1 次提交
    • S
      mx6qsabresd: add usdhc2 and usdhc4 support · de7d02ae
      Shawn Guo 提交于
      The on-board number of available usdhc devices is something board
      specific.  The patch moves CONFIG_SYS_FSL_USDHC_NUM out of
      mx6qsabre_common.h and adds usdhc2 and usdhc4 support for mx6qsabresd
      board.
      
      To keep the default mmc device for environment same as before (usdhc3),
      it moves CONFIG_SYS_MMC_ENV_DEV out of mx6qsabre_common.h and changes
      it to 1 for mx6qsabresd.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      de7d02ae
  14. 26 12月, 2012 1 次提交
  15. 28 11月, 2012 1 次提交
  16. 19 11月, 2012 1 次提交
  17. 10 11月, 2012 1 次提交
  18. 26 10月, 2012 1 次提交
  19. 20 10月, 2012 1 次提交
  20. 16 10月, 2012 6 次提交
  21. 01 9月, 2012 1 次提交
  22. 07 7月, 2012 1 次提交
  23. 21 6月, 2012 2 次提交
  24. 15 5月, 2012 1 次提交
  25. 16 4月, 2012 1 次提交
  26. 12 2月, 2012 1 次提交
    • D
      i.mx6q: configs: Add fdt_high and initrd_high variables · 7e9603e7
      Dirk Behme 提交于
      To be able to load the device tree and initrd correctly, set
      the fdt_high and initrd_high environment variables.
      
      Using 0xffffffff implies that the device tree and the initrd
      are initially copied to working addresses. This will avoid an
      additional copy.
      
      Loading the device tree to 0x30000000 and the initrd to 0x3c000000
      should work for both boards, the ARM2 and SabreLite.
      
      Example (SabreLite):
      
      fatload mmc 0:2 0x10000000 uImage
      fatload mmc 0:2 0x3c000000 uInitrd
      fatload mmc 0:2 0x30000000 board.dtb
      bootm 0x10000000 0x3c000000 0x30000000
      
      Note: This requires that the kernel has CONFIG_HIGHMEM enabled.
      Signed-off-by: NDirk Behme <dirk.behme@de.bosch.com>
      CC: Jason Liu <jason.hui@linaro.org>
      CC: Stefano Babic <sbabic@denx.de>
      Acked-by: NJason Liu <jason.hui@linaro.org>
      7e9603e7
  27. 16 1月, 2012 1 次提交
  28. 10 12月, 2011 1 次提交
  29. 07 12月, 2011 1 次提交
    • S
      MX: serial_mxc: cleanup removing nasty #ifdef · 40f6fffe
      Stefano Babic 提交于
      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: NStefano 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: NJason Liu <jason.hui@linaro.org>
      40f6fffe
  30. 05 11月, 2011 1 次提交
  31. 04 11月, 2011 1 次提交
  32. 06 10月, 2011 1 次提交