Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

image-fit.c

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Simon Glass's avatar
    1fd1e2f6
    image: Display FIT timestamp when booting · 1fd1e2f6
    Simon Glass authored
    
    The timestamp is shown in fit_print_contents() but for some reason not
    in fit_image_print(). This seems to be an oversight, since it is the latter
    which is used by bootm.
    
    Add timestamp printing in this case.
    
    (There is code duplication in these two function, for looking at in a future
    patch).
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    1fd1e2f6
    History
    image: Display FIT timestamp when booting
    Simon Glass authored
    
    The timestamp is shown in fit_print_contents() but for some reason not
    in fit_image_print(). This seems to be an oversight, since it is the latter
    which is used by bootm.
    
    Add timestamp printing in this case.
    
    (There is code duplication in these two function, for looking at in a future
    patch).
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>