Mark BL31 initialization functions
authorDaniel Boulby <daniel.boulby@arm.com>
Thu, 20 Sep 2018 13:12:46 +0000 (14:12 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Wed, 3 Oct 2018 10:47:30 +0000 (11:47 +0100)
commit87c851349847a608f12623b7fd397956982e41b6
treec84a4450f78e26230ca379f3e2900380c50d9297
parent1dcc28cfbac5dae3992ad9581f9ea68f6cb339c1
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>
bl31/bl31_main.c
bl31/ehf.c
common/runtime_svc.c
lib/el3_runtime/aarch64/context_mgmt.c
lib/extensions/ras/ras_common.c
lib/psci/psci_common.c
lib/psci/psci_setup.c