Skip to content
Snippets Groups Projects
  1. Feb 17, 2009
    • Andy Fleming's avatar
      Add MMC Framework · 272cc70b
      Andy Fleming authored
      
      Here's a new framework (based roughly off the linux one) for managing
      MMC controllers.  It handles all of the standard SD/MMC transactions,
      leaving the host drivers to implement only what is necessary to
      deal with their specific hardware.
      
      This also hooks the infrastructure into the PowerPC board code
      (similar to how the ethernet infrastructure now hooks in)
      
      Some of this code was contributed by Dave Liu <daveliu@freescale.com>
      
      Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
      272cc70b
  2. Feb 09, 2009
  3. Jan 27, 2009
    • Mike Frysinger's avatar
      SATA: do not auto-initialize during boot · cf7e399f
      Mike Frysinger authored
      
      Rather than have the board code initialize SATA automatically during boot,
      make the user manually run "sata init".  This brings the SATA subsystem in
      line with common U-Boot policy.
      
      Rather than having a dedicated weak function "is_sata_supported", people
      can override sata_initialize() to do their weird board stuff.  Then they
      can call the actual __sata_initialize().
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      cf7e399f
  4. Dec 20, 2008
  5. Dec 15, 2008
  6. Nov 10, 2008
    • Becky Bruce's avatar
      lib_ppc: Move trap_init to occur earlier · d025aa4b
      Becky Bruce authored
      
      Doing trap_init immediately once we're running from RAM
      means we're no longer dependent on the physical location of
      the flash on non-BookE platforms. Before trap_init, those
      platforms switch to real mode and go to 0xfff00100 on exception.
      After the switch, they go to 0x00000100  This makes it easier to
      move the flash location.
      
      Signed-off-by: default avatarBecky Bruce <becky.bruce@freescale.com>
      d025aa4b
  7. Nov 02, 2008
  8. Oct 29, 2008
  9. Oct 28, 2008
    • Kumar Gala's avatar
      bootm: Add subcommands · 49c3a861
      Kumar Gala authored
      
      Add the ability to break the steps of the bootm command into several
      subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
      
      This allows us to do things like manipulate device trees before
      they are passed to a booting kernel or setup memory for a secondary
      core in multicore situations.
      
      Not all OS types support all subcommands (currently only start, loados,
      ramdisk, fdt, and go are supported).
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      49c3a861
  10. Oct 18, 2008
  11. Oct 15, 2008
  12. Oct 14, 2008
  13. Oct 02, 2008
  14. Sep 13, 2008
  15. Sep 10, 2008
  16. Sep 09, 2008
  17. Aug 26, 2008
  18. Aug 20, 2008
  19. Aug 18, 2008
  20. Aug 12, 2008
    • Scott Wood's avatar
      NAND boot: MPC8313ERDB support · e4c09508
      Scott Wood authored
      
      Note that with older board revisions, NAND boot may only work after a
      power-on reset, and not after a warm reset.  I don't have a newer board
      to test on; if you have a board with a 33MHz crystal, please let me know
      if it works after a warm reset.
      
      Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
      e4c09508
  21. Aug 11, 2008
  22. Jul 14, 2008
  23. Jul 10, 2008
  24. Jul 09, 2008
Loading