Skip to content
Snippets Groups Projects
  1. Aug 03, 2011
  2. Jul 28, 2011
  3. Jul 26, 2011
  4. Jul 12, 2011
  5. Jul 01, 2011
  6. Jun 30, 2011
  7. Jun 27, 2011
  8. Jun 25, 2011
  9. Jun 22, 2011
  10. Jun 21, 2011
  11. Jun 02, 2011
  12. May 26, 2011
  13. May 19, 2011
  14. May 12, 2011
  15. 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
  16. Apr 27, 2011
  17. Apr 13, 2011
  18. Apr 12, 2011
  19. Apr 01, 2011
  20. Mar 31, 2011
  21. Mar 27, 2011
  22. Feb 19, 2011
    • Simon Glass's avatar
      Add USB host ethernet adapter support · 89d48367
      Simon Glass authored
      
      This adds support for using USB Ethernet dongles in host mode. This is just
      the framework - drivers will come later. A new config option called
      CONFIG_USB_HOST_ETHER can be defined in board config files to switch this
      on.
      
      The was originally written by NVIDIA and was cleaned up for release by the
      Chromium authors.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      89d48367
  23. Feb 07, 2011
  24. Feb 05, 2011
  25. Feb 02, 2011
Loading