• Yatharth Kochar's avatar
    Move context management code to common location · bbf8f6f9
    Yatharth Kochar authored
    The upcoming Firmware Update feature needs transitioning across
    Secure/Normal worlds to complete the FWU process and hence requires
    context management code to perform this task.
    
    Currently context management code is part of BL31 stage only.
    This patch moves the code from (include)/bl31 to (include)/common.
    Some function declarations/definitions and macros have also moved
    to different files to help code sharing.
    
    Change-Id: I3858b08aecdb76d390765ab2b099f457873f7b0c
    bbf8f6f9
context.h 11.8 KB