• Sandrine Bailleux's avatar
    refactor(plat/fvp): tidy up list of images to measure · 64dd1dee
    Sandrine Bailleux authored
    
    
    We don't ever expect to load a binary with an STM32 header on the Arm
    FVP platform so remove this type of image from the list of
    measurements.
    
    Also remove the GPT image type from the list, as it does not get
    measured. GPT is a container, just like FIP is. We don't measure the FIP
    but rather the images inside it. It would seem logical to treat GPT the
    same way.
    
    Besides, only images that get loaded through load_auth_image() get
    measured right now. GPT processing happens before that and is handled in
    a different way (see partition_init()).
    
    Change-Id: Iac4de75380ed625b228e69ee4564cf9e67e19336
    Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
    64dd1dee
fvp_measured_boot.c 1.19 KB