# HG changeset patch # User Mychaela Falconia # Date 1583825895 0 # Node ID 7de96d468c47c34c394805c89331747ba937c056 # Parent 7674abe34c250f7e4cce36ac46ebca634a7747dc CHANGES: loadtools -t option diff -r 7674abe34c25 -r 7de96d468c47 CHANGES --- a/CHANGES Tue Mar 10 07:24:47 2020 +0000 +++ b/CHANGES Tue Mar 10 07:38:15 2020 +0000 @@ -24,11 +24,15 @@ * New version of loadagent has added support for the new binary protocols for memory dumps, flash programming and XRAM loading. -* All loadtools programs: the step of feeding the IRAM code image to the - Calypso boot ROM has been sped up by about 700 ms by grouping contiguous - S-record payloads into larger blocks (up to the boot ROM limit of 1014 bytes - per block) instead of sending each S-record payload (30 bytes typically) as - its own write command. +* All loadtools programs: + + + The step of feeding the IRAM code image to the Calypso boot ROM has been + sped up by about 700 ms by grouping contiguous S-record payloads into larger + blocks (up to the boot ROM limit of 1014 bytes per block) instead of sending + each S-record payload (30 bytes typically) as its own write command. + + + New -t option allows the wait for the boot ROM response to be time-limited, + needed for automated (unattended) environments with target boot control. Changes from fc-host-tools-r11 to fc-host-tools-r12: