Skip to content
Snippets Groups Projects
  1. Jan 30, 2016
  2. Jan 21, 2016
  3. Jan 19, 2016
    • Tom Rini's avatar
      vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF · 947c626d
      Tom Rini authored
      
      Enabling this function always removes some class of string saftey issues.
      The size change here in general is about 400 bytes and this seems a reasonable
      trade-off.
      
      Cc: Peng Fan <peng.fan@nxp.com>
      Cc: Peter Robinson <pbrobinson@gmail.com>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Adrian Alonso <aalonso@freescale.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      947c626d
  4. Dec 01, 2015
  5. Nov 25, 2015
  6. Nov 20, 2015
  7. Nov 18, 2015
  8. Nov 02, 2015
  9. Oct 22, 2015
  10. Oct 21, 2015
  11. Oct 11, 2015
    • Julius Werner's avatar
      Add support for LZ4 decompression algorithm · 027b728d
      Julius Werner authored
      
      This patch adds support for LZ4-compressed FIT image contents. This
      algorithm has a slightly worse compression ration than LZO while being
      nearly twice as fast to decompress. When loading images from a fast
      storage medium this usually results in a boot time win.
      
      Sandbox-tested only since I don't have a U-Boot development system set
      up right now. The code was imported unchanged from coreboot where it's
      proven to work, though. I'm mostly interested in getting this recognized
      by mkImage for use in a downstream project.
      
      Signed-off-by: default avatarJulius Werner <jwerner@chromium.org>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      027b728d
  12. Sep 28, 2015
  13. Aug 31, 2015
  14. Aug 21, 2015
  15. Aug 06, 2015
  16. Jul 21, 2015
  17. Jun 26, 2015
  18. Jun 11, 2015
  19. Jun 01, 2015
  20. May 21, 2015
Loading