Skip to content
Snippets Groups Projects
  1. Feb 23, 2009
  2. Dec 08, 2008
  3. Dec 06, 2008
  4. 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
  5. Oct 18, 2008
  6. Sep 10, 2008
  7. Sep 01, 2008
  8. Aug 26, 2008
  9. Aug 11, 2008
  10. May 27, 2008
  11. Apr 18, 2008
  12. Mar 12, 2008
  13. Feb 29, 2008
  14. Feb 27, 2008
  15. Feb 25, 2008
    • Marian Balakowicz's avatar
      [new uImage] Add dual format uImage support framework · d5934ad7
      Marian Balakowicz authored
      
      This patch adds framework for dual format images. Format detection is added
      and the bootm controll flow is updated to include cases for new FIT format
      uImages.
      
      When the legacy (image_header based) format is detected appropriate
      legacy specific handling is invoked. For the new (FIT based) format uImages
      dual boot framework has a minial support, that will only print out a
      corresponding debug messages. Implementation of the FIT specific handling will
      be added in following patches.
      
      Signed-off-by: default avatarMarian Balakowicz <m8@semihalf.com>
      d5934ad7
  16. Feb 07, 2008
  17. Jan 18, 2008
  18. Dec 17, 2007
  19. Oct 06, 2007
  20. Aug 10, 2007
  21. Jul 13, 2007
  22. Jul 09, 2007
  23. Jul 03, 2007
  24. Apr 14, 2007
Loading