Skip to content
Snippets Groups Projects
  1. Apr 19, 2013
  2. Apr 15, 2013
  3. Apr 12, 2013
  4. Apr 03, 2013
  5. Apr 02, 2013
    • Vadim Bendebury's avatar
      build: Fix make errors generated when building 'distclean' · b343bbb5
      Vadim Bendebury authored
      
      It was noticed that when `make distclean' is run, the make process
      terminates with error reporting something like:
      
      rm: cannot remove '/tmp/foobar/': Is a directory
      make: *** [clobber] Error 1
      
      The problem is that the list of files targeted for removal includes a
      directory in case CONFIG_SPL_TARGET is not set.
      
      The fix has been tested as follows:
      
       Ran several times the following sequence of commands:
      
           CROSS_COMPILE=/usr/bin/arm-linux-gnueabi- make O=/tmp/foobar smdk5250_config
           CROSS_COMPILE=/usr/bin/arm-linux-gnueabi- make O=/tmp/foobar distclean
      
       it did not cause an error, it used to before this change.
      
      Signed-off-by: default avatarVadim Bendebury <vbendeb@chromium.org>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      b343bbb5
  6. Mar 29, 2013
  7. Mar 24, 2013
  8. Mar 12, 2013
    • Albert ARIBAUD's avatar
      Refactor linker-generated arrays · ef123c52
      Albert ARIBAUD authored
      
      Refactor linker-generated array code so that symbols
      which were previously linker-generated are now compiler-
      generated. This causes relocation records of type
      R_ARM_ABS32 to become R_ARM_RELATIVE, which makes
      code which uses LGA able to run before relocation as
      well as after.
      
      Note: this affects more than ARM targets, as linker-
      lists span possibly all target architectures, notably
      PowerPC.
      
      Conflicts:
      	arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds
      	arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds
      	arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
      	board/ait/cam_enc_4xx/u-boot-spl.lds
      	board/davinci/da8xxevm/u-boot-spl-da850evm.lds
      	board/davinci/da8xxevm/u-boot-spl-hawk.lds
      	board/vpac270/u-boot-spl.lds
      
      Signed-off-by: default avatarAlbert ARIBAUD <albert.u.boot@aribaud.net>
      ef123c52
  9. Mar 04, 2013
  10. Feb 15, 2013
  11. Feb 12, 2013
  12. Jan 22, 2013
  13. Jan 21, 2013
  14. Jan 16, 2013
  15. Jan 15, 2013
  16. Jan 10, 2013
  17. Dec 19, 2012
  18. Dec 14, 2012
  19. Dec 06, 2012
  20. Dec 05, 2012
  21. Dec 04, 2012
  22. Nov 28, 2012
  23. Nov 26, 2012
  24. Nov 19, 2012
    • Ilya Yanok's avatar
      musb-new: port of Linux musb driver · eb81955b
      Ilya Yanok authored
      
      Existing U-Boot musb driver has no support for the new gadget framework
      and also seems to have other limitations. As gadget framework is ported
      from Linux it seems pretty natural to port musb gadget driver as well.
      
      This driver supports both host and peripheral modes.
      
      This is not a replacement for current musb driver (at least now) as
      there are still some consumers of the old UDC interface.
      
      No DMA operation support included, CONFIG_MUSB_PIO_ONLY should be
      defined.
      
      Virtual root hub device is not implemented.
      
      Known problems: with no devices connected usb_lowlevel_start() fails.
      
      Signed-off-by: default avatarIlya Yanok <ilya.yanok@cogentembedded.com>
      eb81955b
  25. Nov 15, 2012
  26. Nov 14, 2012
Loading