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

board

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    user avatar
    Utkarsh Gupta authored
    DCD commands should only be present in the initial boot image loaded by
    the SoC ROM. DCD should not be present in images that will be verified
    by software using HAB RVT authentication APIs. Newer versions of HAB
    will generate an error if a DCD pointer is present in an image being
    authenticated by calling the HAB RVT API. Older versions of HAB will
    process and run DCD if it is present, and this could lead to an incorrect
    authentication boot flow.
    
    It is highly recommended this check is in place to ensure additional HAB
    verified images do not include a DCD table.
    
    Signed-off-by: default avatarUtkarsh Gupta <utkarsh.gupta@nxp.com>
    Signed-off-by: default avatarBreno Lima <breno.lima@nxp.com>
    Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
    8c4037a0
    History
    Name Last commit Last update
    ..