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

common

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    31296 commits behind the upstream repository.
    user avatar
    Simon Glass authored
    For tracing it is useful to run as much of U-Boot as possible so as to get
    a complete picture. Quite a bit of work happens in bootm, and we don't want
    to have to stop tracing before bootm starts.
    
    Add a way of doing a 'fake' boot of the OS - which does everything up to
    the point where U-Boot is about to jump to the OS image. This allows
    tracing to record right until the end.
    
    This requires arch support to work.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    d0ae31eb
    History