14 Jun, 2015

1 commit

  • 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 : use specific request-delay
    -s : 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: Stefan Roese
    Cc: Kevin Smith
    Cc: Dirk Eibach
    Cc: Luka Perkov

    Stefan Roese
     

23 Oct, 2014

1 commit

  • The barebox version of the kwboot tool has evolved a bit. To support
    Armada XP and Dove. Additionally a few minor fixes have been applied.
    So lets sync with the latest barebox version.

    Please note that the main difference between both versions now is, that
    the U-Boot version still supports the -p option, to dynamically patch
    an image for UART boot mode. I didn't test it now though.

    Signed-off-by: Stefan Roese
    Tested-by: Luka Perkov

    Stefan Roese
     

07 Jul, 2012

1 commit