arm-trusted-firmware/include/lib/el3_runtime
Dimitris Papastamos 281a08cc64 Refactor Statistical Profiling Extensions implementation
Factor out SPE operations in a separate file.  Use the publish
subscribe framework to drain the SPE buffers before entering secure
world.  Additionally, enable SPE before entering normal world.

A side effect of this change is that the profiling buffers are now
only drained when a transition from normal world to secure world
happens.  Previously they were drained also on return from secure
world, which is unnecessary as SPE is not supported in S-EL1.

Change-Id: I17582c689b4b525770dbb6db098b3a0b5777b70a
Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>
2017-11-20 09:55:01 +00:00
..
aarch32 Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
aarch64 Refactor Statistical Profiling Extensions implementation 2017-11-20 09:55:01 +00:00
context_mgmt.h context_mgmt: declare extern cm_set_next_context() for AArch32 2017-06-23 09:37:49 +02:00
cpu_data.h BL31: Introduce Exception Handling Framework 2017-11-13 07:49:30 +00:00
pubsub.h BL31: Introduce Publish and Subscribe framework 2017-10-23 08:15:11 +01:00
pubsub_events.h aarch64: Add PubSub events to capture security state transitions 2017-10-31 10:33:27 +00:00