Home
last modified time | relevance | path

Searched hist:"62673 d08d3b46723c1edcfab0b3c841c566e2d41" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/include/
H A Dinitcall.h62673d08d3b46723c1edcfab0b3c841c566e2d41 Wed Jan 22 12:35:49 UTC 2025 Jens Wiklander <jens.wiklander@linaro.org> core: initcall.h: make boot_final() last final call

Make the boot_final() call last among the final call, that is, after the
xen_*_init*() calls. spmc_init() accesses the manifest_fd so it must be
called before release_manifest_dt() removes it.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>