commit | 71b767077737dd1c1ea8bd265cf9272420c79476 | [log] [tgz] |
---|---|---|
author | Maksims Svecovs <maksims.svecovs@arm.com> | Fri May 20 15:32:58 2022 +0100 |
committer | Maksims Svecovs <maksims.svecovs@arm.com> | Wed Jul 20 15:38:33 2022 +0100 |
tree | 4e277e5f09b7e90fdf55ad251ae82b1686c5d6cc | |
parent | c6b983062e18eed2bdc23d8db0452b474d1ca090 [diff] |
feat(console_log): add FFA_CONSOLE_LOG ABI Add implementation-defined FFA_CONSOLE_LOG_32/64 ABIs. Input parameters: w0/x0 - FFA_CONSOLE_LOG_32/64 w1/x1 - Character count w2/x2-w7/x7 - 24 or 48 characters depending upon whether a SMC32 or SMC64 FID was used. Output parameters in case of success: w0/x0 - FFA_SUCCESS Output parameters in case of error: w0/x0 - FFA_ERROR w2/x2 - NOT_SUPPORTED: ABI is not implemented INVALID_PARAMETERS: Parameters are incorrectly encoded Signed-off-by: Maksims Svecovs <maksims.svecovs@arm.com> Change-Id: Ic38d354d736cc7691010ab6d7dbcc42a69ef7c61
Hafnium is a hypervisor, initially supporting aarch64 (64-bit Armv8 CPUs).
Get in touch and keep up-to-date at hafnium@lists.trustedfirmware.org. See feature requests and bugs on our bug dashboard.
To jump in and build Hafnium, follow the getting started instructions.
If you want to contribute to the project, see details of how we accept contributions.
More documentation is available on: