Skip to content
Snippets Groups Projects
  1. May 23, 2015
  2. May 10, 2015
  3. Apr 21, 2015
  4. Apr 03, 2015
  5. Apr 01, 2015
  6. Mar 15, 2015
    • John Crispin's avatar
      ipq806x: fix AP148 boot from NOR · 7f3013a4
      John Crispin authored
      
      This patch allows AP148 to boot from NOR flash.
      
      As we're using a FIT image as kernel (which includes kernel bin + DTB)
      we enable the MTD_SPLIT_FIT_FW kernel option, which will detect the FIT
      image and automatically split the "firmware" partition into 2 MTD parts
      (kernel + rootfs).
      
      The rootfs will then be parsed and split between rootfs + rootfs_data,
      as usual.
      
      Signed-off-by: default avatarMathieu Olivari <mathieu@codeaurora.org>
      
      SVN-Revision: 44794
      7f3013a4
  7. Mar 10, 2015
  8. Mar 06, 2015
  9. Feb 24, 2015
  10. Feb 22, 2015
  11. Feb 11, 2015
    • John Crispin's avatar
      ipq806x: update target to v3.18 · 88ddb374
      John Crispin authored
      
      Patches in the ipq806x/patches folder were out of tree in v3.14. The
      newest patch at the time was from June, so we can safely assume that
      either the patches have been merged, or they have been rejected for
      a good reason. If patches are seen missing, we'll cherry-pick them
      on a per-needed basis.
      
      This new kernel have been tested on AP148, which seems to works fine.
      
      Signed-off-by: default avatarMathieu Olivari <mathieu@codeaurora.org>
      
      SVN-Revision: 44386
      88ddb374
  12. Jan 25, 2015
  13. Aug 30, 2014
  14. Aug 11, 2014
  15. Jul 13, 2014
  16. Jun 11, 2014
  17. May 12, 2014
  18. Feb 27, 2014
    • Luka Perkov's avatar
      imx6: enable FPU for hard float · 6752d4cb
      Luka Perkov authored
      
      The OpenWrt build system uses MACHINE_FEATURES of fpu to set the HAS_FPU which
      in turn sets the default of CONFIG_SOFT_FLOAT as well as uClibc configuration.
      As the IMX6 SoC has both vfpv3 and NEON hardware support we want to add fpu
      to the feature list.  This will default the IMX6 target to use -mfloat-abi=hard
      which will the be most efficient use of floating point.
      
      When switching to hard float, we also need to enable VFP support in the kernel.
      
      Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
      
      SVN-Revision: 39759
      6752d4cb
  19. Feb 20, 2014
  20. Feb 12, 2014
  21. Dec 17, 2013
  22. Dec 09, 2013
  23. Oct 29, 2013
  24. Oct 23, 2013
  25. Oct 16, 2013
  26. Sep 27, 2013
  27. Sep 25, 2013
    • Luka Perkov's avatar
      imx6: enable XZ_DEC_BCJ and XZ_DEC_ARM · 907d0f76
      Luka Perkov authored
      
      squashfs is unable to decompress some blocks without that:
      
      [    1.880530] SQUASHFS error: Unable to read page, block bc77a, size 14c50
      [    1.887268] SQUASHFS error: Unable to read fragment cache entry [bc77a]
      [    1.893889] SQUASHFS error: Unable to read page, block bc77a, size 14c50
      [    1.900636] SQUASHFS error: Unable to read fragment cache entry [bc77a]
      [    1.907275] SQUASHFS error: Unable to read page, block bc77a, size 14c50
      [    1.913994] SQUASHFS error: Unable to read fragment cache entry [bc77a]
      [    1.920631] SQUASHFS error: Unable to read page, block bc77a, size 14c50
      
      Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
      Signed-off-by: default avatarLuka Perkov <luka@openwrt.org>
      
      SVN-Revision: 38202
      907d0f76
  28. Sep 20, 2013
  29. Sep 10, 2013
Loading