Skip to content
Snippets Groups Projects
  1. Sep 29, 2011
  2. Sep 22, 2011
  3. Sep 11, 2011
  4. Sep 07, 2011
  5. Sep 04, 2011
  6. Sep 03, 2011
  7. Aug 04, 2011
    • Stefano Babic's avatar
      ARM: versatile: fix board support · d388298a
      Stefano Babic authored
      
      Versatile board is used as example to run u-boot under qemu.
      The patch fixes relocation for all versatile boards and adds
      a versatileqemu target to be used under qemu.
      
      Patch tested only under qemu, not on real boards.
      Tested with QEMU emulator version 0.14.50.
      
      Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
      CC: Alessandro Rubini  <rubini-list@gnudd.com>
      CC: Loïc Minier <loic.minier@linaro.org>
      d388298a
  8. Aug 03, 2011
  9. Jul 28, 2011
  10. Jul 26, 2011
  11. Jul 12, 2011
  12. Jul 01, 2011
  13. Jun 30, 2011
  14. Jun 27, 2011
  15. Jun 25, 2011
  16. Jun 22, 2011
  17. Jun 21, 2011
  18. Jun 02, 2011
  19. May 26, 2011
  20. May 19, 2011
  21. May 12, 2011
  22. Apr 30, 2011
    • Mike Frysinger's avatar
      zlib: split up to match original source tree · e89516f0
      Mike Frysinger authored
      
      While looking to upgrade to zlib-1.2.5, the current mondo merge of
      multiple files into a single was making things way more difficult
      than it should have been.  Hard to pick out what has been changed
      to port it to U-Boot, been removed as useless, and bug fixes added
      after the fact.
      
      So split the single file up into the original file names, and merge
      non-essential changes back from the original tree (for some reason,
      style in code in a bunch of places was changed to U-Boot style even
      though this isn't "U-Boot" code).
      
      The original build style is retained -- we have a single zlib.c that
      includes all the other files, and that is the only file we compile.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      e89516f0
Loading