Mark BL31 initialization functions
Mark the initialization functions in BL31, such as context management,
EHF, RAS and PSCI as __init so that they can be reclaimed by the
platform when no longer needed
Change-Id: I7446aeee3dde8950b0f410cb766b7a2312c20130
Signed-off-by:
Daniel Boulby <daniel.boulby@arm.com>
Showing
- bl31/bl31_main.c 2 additions, 2 deletionsbl31/bl31_main.c
- bl31/ehf.c 1 addition, 1 deletionbl31/ehf.c
- common/runtime_svc.c 1 addition, 1 deletioncommon/runtime_svc.c
- lib/el3_runtime/aarch64/context_mgmt.c 1 addition, 1 deletionlib/el3_runtime/aarch64/context_mgmt.c
- lib/extensions/ras/ras_common.c 1 addition, 1 deletionlib/extensions/ras/ras_common.c
- lib/psci/psci_common.c 1 addition, 1 deletionlib/psci/psci_common.c
- lib/psci/psci_setup.c 4 additions, 4 deletionslib/psci/psci_setup.c
Please register or sign in to comment