Searched hist:e3f6712409c54b03f42869faeff0cf8d8af9245e (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/plat/common/aarch64/ |
| H A D | platform_helpers.S | e3f6712409c54b03f42869faeff0cf8d8af9245e Mon Oct 05 15:59:38 UTC 2015 Juan Castillo <jcastillo.devel@gmail.com> Add optional bl1_plat_prepare_exit() API
This patch adds an optional API to the platform port:
void bl1_plat_prepare_exit(void);
This function is called prior to exiting BL1 in response to the RUN_IMAGE_SMC request raised by BL2. It should be used to perform platform specific clean up or bookkeeping operations before transferring control to the next image.
A weak empty definition of this function has been provided to preserve platform backwards compatibility.
Change-Id: Iec09697de5c449ae84601403795cdb6aca166ba1
|
| /rk3399_ARM-atf/bl1/aarch64/ |
| H A D | bl1_exceptions.S | e3f6712409c54b03f42869faeff0cf8d8af9245e Mon Oct 05 15:59:38 UTC 2015 Juan Castillo <jcastillo.devel@gmail.com> Add optional bl1_plat_prepare_exit() API
This patch adds an optional API to the platform port:
void bl1_plat_prepare_exit(void);
This function is called prior to exiting BL1 in response to the RUN_IMAGE_SMC request raised by BL2. It should be used to perform platform specific clean up or bookkeeping operations before transferring control to the next image.
A weak empty definition of this function has been provided to preserve platform backwards compatibility.
Change-Id: Iec09697de5c449ae84601403795cdb6aca166ba1
|