Skip to content
Snippets Groups Projects
  1. Jan 02, 2017
  2. Dec 29, 2016
    • Masahiro Yamada's avatar
      mmc: complete unfinished move of CONFIG_MMC · c2726995
      Masahiro Yamada authored
      
      Commit 7a777f6d ("mmc: Add generic Kconfig option") created
      a Kconfig entry for this option without any actual moves, then
      commit 44c79879 ("sunxi: Use Kconfig CONFIG_MMC") moved
      instances only for SUNXI.
      
      We generally do not like such partial moves.  This kind of work
      is automated by tools/moveconfig.py, so it is pretty easy to
      complete this move.
      
      I am adding "default ARM || PPC || SANDBOX" (suggested by Tom).
      This shortens the configs and will ease new board porting.
      
      This commit was created as follows:
      
      [1] Edit Kconfig (remove the "depends on", add the "default",
          copy the prompt and help message from Linux)
      
      [2] Run 'tools/moveconfig.py -y -s -r HEAD MMC'
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
      c2726995
  3. Dec 16, 2016
  4. Oct 17, 2016
  5. Oct 12, 2016
  6. Jun 12, 2016
  7. Jun 09, 2016
  8. Apr 25, 2016
  9. Mar 14, 2016
  10. Jan 24, 2016
    • Peng Fan's avatar
      imx: mx6/7 enlarge CONFIG_SYS_BOOTM_LEN to 16M · 1ecd2eaa
      Peng Fan authored and Stefano Babic's avatar Stefano Babic committed
      
      Support uncompressing zImage which is larger than 8M.
      
      Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
      Cc: Peter Robinson <pbrobinson@gmail.com>
      Cc: Volodymyr Riazantsev <volodymyr.riazantsev@globallogic.com>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Adrian Alonso <aalonso@freescale.com>
      Cc: Stefano Babic <sbabic@denx.de>
      1ecd2eaa
  11. Jan 19, 2016
  12. Nov 18, 2015
  13. Oct 29, 2015
  14. Oct 24, 2015
  15. Aug 02, 2015
  16. Jul 10, 2015
  17. Jun 27, 2015
  18. Jun 26, 2015
  19. Jun 08, 2015
    • Fabio Estevam's avatar
      mx6_common: Fix LOADADDR and SYS_TEXT_BASE for MX6SL and MX6SX · cd6ddc48
      Fabio Estevam authored and Stefano Babic's avatar Stefano Babic committed
      Commit 81830581 ("imx6: centralise common boot options in
      mx6_common.h") broke boot on mx6sl and mx6sx by assuming that all mx6
      SoCs use the same LOADADDR/SYS_TEXT_BASE range, which is not correct.
      
      DDR on mx6sx/mx6sl starts at 0x80000000.
      
      Adjust LOADADDR/SYS_TEXT_BASE to the proper values for mx6sx/mx6sl,
      so that these SoCs can boot again.
      
      Also, TQMA6 requires a custom CONFIG_SYS_TEXT_BASE value, so move
      its setting prior to the inclusion of mx6_common.h.
      
      Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
      cd6ddc48
  20. May 26, 2015
  21. Mar 13, 2015
  22. Feb 24, 2015
  23. Nov 03, 2014
  24. Aug 20, 2014
  25. Jun 17, 2014
    • Shawn Guo's avatar
      mx6: drop ARM errata 742230 · 4a4784e9
      Shawn Guo authored and Stefano Babic's avatar Stefano Babic committed
      
      Commit e9fd66de (ARM: mx6: define CONFIG_ARM_ERRATA_742230) enables
      errata 742230 for imx6, because it helps remove one reboot issue.
      However, this errata does not really apply on imx6, because Cortex-A9
      on imx6 is r2p10 while the errata only applies to revisions r1p0..r2p2.
      
      At a later time, commit f71cbfe3 (ARM: Add workaround for Cortex-A9
      errata 794072) adds support of errata 794072, which applies to all
      Cortex-A9 revisions.  As the workaround for both errata are exactly
      same, it makes a lot more sense to select 794072 instead of 742230 for
      imx6.  Since we already enable 794072 for imx6, it's time to drop
      errata 742230 to avoid confusion.
      
      Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
      Acked-by: default avatarNitin Garg <nitin.garg@freescale.com>
      4a4784e9
  26. Apr 07, 2014
  27. Feb 11, 2014
Loading