Skip to content
Snippets Groups Projects
  1. Jun 07, 2013
  2. May 15, 2013
    • Ying Zhang's avatar
      drivers/mmc: move spl_mmc.c to common/spl · ade8a1a6
      Ying Zhang authored
      
      The mpc85xx repuires a special layout on the memory device that is
      connected to the eSDHC controller interface. But the file spl_mmc.c
      didn't handle this specfic case, there needs a special treatmen, in
      the powerpc drictory. So, there is no longer to keep spl_mmc.c on
      mpc85xx, CONFIG_SPL_FRAMEWORK is not set.
      
      When CONFIG_SPL_MMC_SUPPORT is set and CONFIG_SPL_FRAMEWORK is not
      set, there was an error in drivers/mmc/spl_mmc.c:
      
      drivers/mmc/libmmc.o:(.got2+0x8): undefined reference to `spl_image'.
      
      Now, the solution is to move the file "spl_mmc.c" to directory "common/spl".
      
      Signed-off-by: default avatarYing Zhang <b40530@freescale.com>
      ade8a1a6
  3. May 10, 2013
  4. May 01, 2013
  5. Mar 11, 2013
  6. Feb 18, 2013
  7. Dec 05, 2012
    • Stefan Roese's avatar
      SPL: Port SPL framework to powerpc · ea8256f0
      Stefan Roese authored
      
      This patch enables the SPL framework to be used on powerpc platforms
      and not only ARM.
      
      timer_init() does not exist on PPC systems. The timer (decrementer) is
      initialized and enabled in interrupt_init() here. And currently
      interrupt_init() is called after relocation to SDRAM. Since the only
      powerpc SPL implementation (a3m071) doesn't need a timer, let's remove
      this timer_init() call for PPC systems.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      ea8256f0
  8. Oct 29, 2012
  9. Oct 15, 2012
  10. Oct 01, 2012
  11. Sep 27, 2012
Loading