[PATCH v2 19/49] mkimage: Allow updating the FIT timestamp

Bin Meng bmeng.cn at gmail.com
Mon Jun 29 08:54:39 CEST 2020


On Sun, Jun 14, 2020 at 10:57 AM Simon Glass <sjg at chromium.org> wrote:
>
> Normally the FIT timestamp is created the first time mkimage is run on a
> FIT, when converting the source .its to the binary .fit file. This
> corresponds to using the -f flag. But if the original input to mkimage is
> a binary file (already compiled) then the timestamp is assumed to have
> been set previously.
>
> Add a -t flag to allow setting the timestamp in this case.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v1)
>
>  doc/mkimage.1     | 9 +++++++++
>  tools/fit_image.c | 2 +-
>  tools/imagetool.h | 1 +
>  tools/mkimage.c   | 5 ++++-
>  4 files changed, 15 insertions(+), 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list