Skip to content
Snippets Groups Projects
  1. Apr 01, 2009
  2. Mar 20, 2009
  3. Mar 18, 2009
  4. Mar 06, 2009
  5. Mar 02, 2009
  6. 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
  7. Feb 09, 2009
  8. 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
  9. Dec 20, 2008
  10. Dec 15, 2008
  11. 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
  12. Nov 02, 2008
  13. Oct 29, 2008
  14. 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
  15. Oct 18, 2008
  16. Oct 15, 2008
  17. Oct 14, 2008
  18. Oct 02, 2008
  19. Sep 13, 2008
  20. Sep 10, 2008
  21. Sep 09, 2008
  22. Aug 26, 2008
Loading