• Vikram Kanigiri's avatar
    Pass the args to the BL3-3 entrypoint · f05cb4a7
    Vikram Kanigiri authored
    At present the arguments for BL3-3 in the entry_point_info
    structure are not being transferred to X0-X7 before starting
    execution of this image
    
    This patch saves the args for BL3-3 into cpu context used
    for its entry
    
    Fixes ARM-software/tf-issues#172
    
    Change-Id: I001b4b9bff6a264336f0d01d377619ae719f928b
    f05cb4a7
bl31_main.c 7.82 KB