Skip to content
Snippets Groups Projects
  1. Jun 18, 2015
  2. Jun 14, 2015
    • Stefan Roese's avatar
      tools/kwboot: Add parameters to set delay and timeout via cmdline · 1c0df9ef
      Stefan Roese authored
      
      To support the Armada 38x, new values for the request-delay and the
      response-timeout are needed. As the values already implemented in
      this tool (for Kirkwood and Armada XP) don't seem to work here.
      To make this more flexible, lets add make those 2 parameters
      configurable via the cmdline. Here the new parameters:
      
      -q <req-delay>:  use specific request-delay
      -s <resp-timeo>: use specific response-timeout
      
      For the Marvell DB-88F6820 these values are known to work:
      
      One board:
      -q 2 -s 1
      
      2nd board:
      -q 5 -s 5
      
      So this seems to be even board specific. But with this patch now
      those values can be specified and tested via the cmdline.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Kevin Smith <kevin.smith@elecsyscorp.com>
      Cc: Dirk Eibach <dirk.eibach@gdsys.cc>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      1c0df9ef
    • Kevin Smith's avatar
      tools/kwbimage.c: Correct header size for SPI boot · a0aad123
      Kevin Smith authored
      
      If defined, the macro CONFIG_SYS_SPI_U_BOOT_OFFS allows a board
      to specify the offset of the payload image into the kwb image
      file.  This value was being used to locate the image, but was not
      used in the "header size" field of the main header.  Move the
      use of this macro into the function that returns the header size
      so that the same value is used in all places.
      
      Signed-off-by: default avatarKevin Smith <kevin.smith@elecsyscorp.com>
      Tested-by: default avatarStefan Roese <sr@denx.de>
      a0aad123
  3. Jun 12, 2015
  4. Jun 04, 2015
  5. May 29, 2015
  6. May 28, 2015
  7. May 26, 2015
  8. May 24, 2015
  9. May 15, 2015
  10. May 08, 2015
    • Jörg Krause's avatar
      Fix musl build · 26e355d1
      Jörg Krause authored
      
      This patch fixes cross-compiling U-Boot tools with the musl C library:
        * including <sys/types.h> is needed for ulong
        * defining _GNU_SOURCE is needed for loff_t
      
      Tested for target at91sam9261ek_dataflash_cs3.
      
      Signed-off-by: default avatarJörg Krause <joerg.krause@embedded.rocks>
      Cc: Tom Rini <trini@konsulko.com>
      26e355d1
  11. May 05, 2015
  12. Apr 23, 2015
  13. Apr 18, 2015
  14. Apr 10, 2015
  15. Mar 30, 2015
  16. Mar 28, 2015
    • Brian McFarland's avatar
      Patch to mkenvimage to handle text files with length that exceed env size · 80ee0196
      Brian McFarland authored
      The current head revision of mkenvimage
      (e72be894) will prevent you from creating
      an env image from a text file that is larger than the env length specified
      by the '-s' option.  That doesn't make sense given that the tool now allows
      comments and blank lines.  This patch removes that limitation and allows
      longer text files to be used.
      
      I don't have time / desire at the moment to figure out "patman" and could
      really care less if this is adopted up stream.  Just figured I would share
      in case anybody else finds it useful enough to take time to do a proper
      patch.
      
      >From 39ff30190c2bf687861f4b4b33230f1944fb64f9 Mon Sep 17 00:00:00 2001
      From: Brian McFarland <bmcfarland@rldrake.com>
      Date: Thu, 12 Mar 2015 11:37:19 -0400
      Subject: [PATCH] In mkenvimage, removed the check that prevented using a
       source text file larger than the output environment image.  Instead, the main
       parsing loop checks to see if the environment buffer is full, and quits if it
       is.  After the main parse loop, a second loop swallows comments and
       whitespace until either the EOF is reached or more env vars are found, in
       which case an error will be thrown.
      80ee0196
  17. Mar 05, 2015
  18. Feb 17, 2015
  19. Feb 16, 2015
Loading