Skip to content
Snippets Groups Projects
  1. Sep 16, 2016
  2. Sep 09, 2016
  3. Sep 07, 2016
  4. Jul 15, 2016
  5. Jul 11, 2016
  6. Jun 19, 2016
  7. Jun 17, 2016
  8. Jun 09, 2016
  9. May 27, 2016
    • Stephen Warren's avatar
      mailbox: implement a sandbox test · 8961b524
      Stephen Warren authored
      
      This adds a sandbox mailbox implementation (provider), a test client
      device, instantiates them both from Sandbox's DT, and adds a DM test
      that excercises everything.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Acked-by: Simon Glass <sjg@chromium.org> # v1
      8961b524
    • Stephen Warren's avatar
      Rename reset to sysreset · 11636258
      Stephen Warren authored
      
      The current reset API implements a method to reset the entire system.
      In the near future, I'd like to introduce code that implements the device
      tree reset bindings; i.e. the equivalent of the Linux kernel's reset API.
      This controls resets to individual HW blocks or external chips with reset
      signals. It doesn't make sense to merge the two APIs into one since they
      have different semantic purposes. Resolve the naming conflict by renaming
      the existing reset API to sysreset instead, so the new reset API can be
      called just reset.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      11636258
  10. May 23, 2016
  11. May 17, 2016
  12. Apr 25, 2016
  13. Apr 15, 2016
  14. Apr 01, 2016
  15. Mar 18, 2016
  16. Feb 26, 2016
  17. Jan 30, 2016
  18. Jan 21, 2016
  19. 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
  20. Dec 01, 2015
  21. Nov 25, 2015
  22. Nov 20, 2015
  23. Nov 18, 2015
  24. Nov 02, 2015
  25. Oct 22, 2015
  26. Oct 21, 2015
  27. 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
Loading