arm-trusted-firmware/docs/design
Boyan Karatotev 0d020822ae perf(cpus): inline the reset function
Similar to the cpu_rev_var and cpu_ger_rev_var functions, inline the
call_reset_handler handler. This way we skip the costly branch at no
extra cost as this is the only place where this is called.

While we're at it, drop the options for CPU_NO_RESET_FUNC. The only cpus
that need that are virtual cpus which can spare the tiny bit of
performance lost. The rest are real cores which can save on the check
for zero.

Now is a good time to put the assert for a missing cpu in the
get_cpu_ops_ptr function so that it's a bit better encapsulated.

Change-Id: Ia7c3dcd13b75e5d7c8bafad4698994ea65f42406
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
2025-02-24 09:36:10 +00:00
..
alt-boot-flows.rst doc: Split the User Guide into multiple files 2019-11-27 10:45:54 +00:00
auth-framework.rst docs(auth): extrapolate on the functions within a CM 2024-12-09 14:00:33 +00:00
console-framework.rst docs(console): updated console docs 2025-02-12 10:18:57 +00:00
cpu-specific-build-macros.rst fix(cpus): fix a typo in errata doc 2025-02-19 09:37:35 -06:00
firmware-design.rst perf(cpus): inline the reset function 2025-02-24 09:36:10 +00:00
index.rst docs(console): updated console docs 2025-02-12 10:18:57 +00:00
interrupt-framework-design.rst Fix broken links to various sections across docs 2020-08-03 09:55:04 -05:00
psci-pd-tree.rst doc: Set correct syntax highlighting style 2019-05-22 11:28:17 +01:00
reset-design.rst docs: update RESET_TO_BL31 documentation 2023-03-09 14:42:49 +00:00
trusted-board-boot-build.rst docs(arm): update docs to reflect rotpk key changes 2024-12-30 12:32:22 +01:00
trusted-board-boot.rst docs(arm): update docs to reflect rotpk key changes 2024-12-30 12:32:22 +01:00