Files
arm-trusted-firmware/bl1/aarch64
Boyan Karatotev 322107b114 refactor(bl1): simplify context getting and setting
BL1 has no need to support cm_set_context() as that is only needed by
runtime services which BL1 doesn't provide. So the context can be
simplified to make it easier to understand.

Change-Id: Iea14d49c973436afad40cd41d1159b2abf51c65d
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
2025-10-14 09:27:55 +01:00
..