Skip to content
Snippets Groups Projects
  1. Sep 09, 2008
  2. Sep 02, 2008
  3. Aug 18, 2008
    • Harald Welte's avatar
      Add 'license' command to U-Boot command line · 0a823aa2
      Harald Welte authored
      
      The 'license' command includes the U-Boot license (GPLv2) into the
      actual bootloader binary. The license text can be shown interactively
      at the U-Boot commandline.
      
      For products where the commandline can actually be accessed by the
      end user, this helps to prevent inadvertent GPL violations, since the
      GPLv2 license text can no longer be 'forgotten' to be included into
      the product.
      
      The 'license' command can be enabled by CONFIG_CMD_LICENSE.
      
      Signed-off-by: default avatarHarald Welte <laforge@openmoko.org>
      0a823aa2
  4. Jul 15, 2008
  5. Jul 14, 2008
  6. Jul 11, 2008
  7. Jul 02, 2008
  8. May 20, 2008
    • Wolfgang Denk's avatar
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk authored
      
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      53677ef1
  9. May 10, 2008
  10. May 09, 2008
  11. May 03, 2008
    • Mike Frysinger's avatar
      mkimage: make mmap() checks consistent · fa956fde
      Mike Frysinger authored
      
      The mmap() related code is full of inconsistent casts/constants when
      it comes to error checking, and may break when building on some
      systems (like ones that do not implicitly define the caddr_t type).
      Let's just avoid the whole mess by writing the code nice and clean in
      the first place.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      fa956fde
  12. Apr 29, 2008
  13. Apr 24, 2008
  14. Apr 18, 2008
  15. Mar 26, 2008
  16. Mar 14, 2008
  17. Mar 11, 2008
    • Bartlomiej Sieka's avatar
      [new uImage] Add support for new uImage format to mkimage tool · 9d25438f
      Bartlomiej Sieka authored
      
      Support for the new uImage format (FIT) is added to mkimage tool.
      Commandline syntax is appropriately extended:
      
      mkimage [-D dtc_options] -f fit-image.its fit-image
      
      mkimage (together with dtc) takes fit-image.its and referenced therein
      binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
      final image that can be transferred to the target (e.g., via tftp) and then
      booted using the bootm command in U-Boot.
      
      Signed-off-by: default avatarBartlomiej Sieka <tur@semihalf.com>
      9d25438f
  18. Mar 10, 2008
  19. Feb 29, 2008
  20. Feb 22, 2008
  21. Feb 07, 2008
  22. Feb 05, 2008
  23. Jan 09, 2008
  24. Jan 08, 2008
  25. Nov 21, 2007
  26. Nov 15, 2007
Loading