Skip to content
Snippets Groups Projects
  1. Jul 26, 2011
  2. Jul 01, 2011
  3. Jun 30, 2011
  4. Jun 27, 2011
  5. Jun 25, 2011
  6. Jun 22, 2011
  7. Jun 21, 2011
  8. Jun 02, 2011
  9. May 26, 2011
  10. May 19, 2011
  11. May 12, 2011
  12. 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
  13. Apr 27, 2011
  14. Apr 13, 2011
  15. Apr 12, 2011
  16. Apr 01, 2011
  17. Mar 31, 2011
  18. Mar 27, 2011
  19. 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
  20. Feb 07, 2011
  21. Feb 05, 2011
  22. Feb 02, 2011
  23. Jan 25, 2011
  24. Jan 21, 2011
    • Loïc Minier's avatar
      Cleanup .boards.depend when using an objtree · d6a5e6d5
      Loïc Minier authored
      
      .boards.depend was created in the source tree even when calling make
      with O=objtree, and distclean O=objtree wouldn't clean it.  Create
      .boards.depend in objtree instead as to clean it up properly.
      
      Reported-by: default avatarLoc Minier <loic.minier@linaro.org>
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      d6a5e6d5
    • Loïc Minier's avatar
      Don't add symlink in srctree when using an objtree · a9d8bc98
      Loïc Minier authored
      
      When building with srctree != objtree, the build creates arch/soc/cpu
      specific symlinks in the source tree.  This means that the same source
      tree can't be used for multiple builds at the same time.  Also, these
      symlinks in the source tree are only cleaned up if one passes the same
      O= to distclean.
      
      When srctree != objtree, mkconfig creates an $objtree/include2 directory
      in the objtree to host the asm -> arch/$arch/include/asm symlink so that
      "#include <asm>" can be used.  But it also creates another identical
      symlink in $objtree/include.
      
      Then, mkconfig creates two symlinks:
      $objtree/include/asm/arch -> arch/$arch/include/asm/arch-$cpu (or $soc)
      $objtree/include/asm/proc -> arch/$arch/include/asm/proc-armv (on arm)
      but because $objtree/include/asm points at $srctree already, the two
      symlinks are created under $srctree.
      
      To fix this, create a real $objtree/include/asm directory, instead of a
      symlink.  Update cleanup code accordingly.
      
      Signed-off-by: default avatarLoïc Minier <loic.minier@linaro.org>
      a9d8bc98
  25. Dec 22, 2010
  26. Dec 17, 2010
  27. Dec 01, 2010
  28. Nov 28, 2010
Loading