Skip to content
Snippets Groups Projects
  1. May 13, 2017
  2. Apr 17, 2017
  3. Apr 12, 2017
  4. Mar 26, 2017
  5. Mar 12, 2017
  6. Mar 11, 2017
  7. Mar 08, 2017
  8. Feb 16, 2017
  9. Feb 13, 2017
  10. Feb 07, 2017
  11. Feb 01, 2017
    • Mathias Kresin's avatar
      mvebu: fix usb port leds · 726e45df
      Mathias Kresin authored
      
      All mvebu boards have three USB LEDs. The first one is used for the
      USB1 port.
      
      There are two LEDs related to the second USB port. The top (bar) LED
      gets bright in case any USB device is connected to the second USB port.
      
      If the connected device is an USB 3 (SuperSpeed) device, the small dot
      LED bellow the "bar" LED gets also bright.
      
      While at it, use a name for the USB LEDs that matches the names printed
      on the case.
      
      Fixes: FS#423, FS#425
      
      Signed-off-by: default avatarKabuli Chana <newtownbuild@gmail.com>
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      726e45df
  12. Jan 27, 2017
    • Jo-Philipp Wich's avatar
      mvebu: put u-boot images into image staging directory · 237bd361
      Jo-Philipp Wich authored
      
      Do not put the u-boot images into the kernel build directory as this directory
      might get removed after kernel updates while the u-boot packages InstallDev
      recipe is not getting re-executed because it is still considered current,
      leading to image build failures later on due to missing u-boot images.
      
      To ensure that built bootloader images persist over kernel version updates in
      the buildroot, put them into the new STAGING_DIR_IMAGE directory.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      237bd361
  13. Jan 24, 2017
  14. Jan 13, 2017
  15. Jan 11, 2017
  16. Jan 10, 2017
  17. Jan 09, 2017
  18. Dec 04, 2016
  19. Nov 27, 2016
  20. Nov 25, 2016
  21. Nov 24, 2016
  22. Nov 21, 2016
  23. Nov 13, 2016
  24. Nov 12, 2016
    • Mathias Kresin's avatar
      treewide: dts: fix dtc compiler warnings · de40d453
      Mathias Kresin authored
      
      Fixes invalid device tree parameters.
      
      Drop the mvsw61xx node used in mvebu device tree source files. It looks
      like some kind of ethernet switch cargo cult. Neither the
      marvell,88e6352 nor the marvell,88e6172 compatible strings can be found
      in any LEDE file or in the kernel sources.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      de40d453
  25. Nov 02, 2016
  26. Oct 24, 2016
  27. Oct 19, 2016
  28. Oct 04, 2016
    • Aaron Curley's avatar
      mvebu: fix sysupgrade · 15cb19f0
      Aaron Curley authored
      
      sysupgrade command fails due to missing U-Boot environment-processing binaries on sysupgrade ramdisk. The missing binaries result in the following output:
      	Switching to ramdisk...
      	Performing system upgrade...
      	ash: /usr/sbin/fw_printenv: not found
      	ash: fw_setenv: not found
      	ash: touch: not found
      	cannot find target partition
      
      Fixes FS#197.
      
      Signed-off-by: default avatarAaron Curley <accwebs@gmail.com>
      15cb19f0
  29. Sep 30, 2016
Loading