commit | 48a071b5523f14bc7801753c43d470f6dd70dbac | [log] [tgz] |
---|---|---|
author | Sudeep Holla <sudeep.holla@arm.com> | Sun May 19 19:27:00 2024 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jul 03 22:07:05 2024 +0200 |
tree | 7fb8b8d2ef27fdb28f4e68dc1eba191b7a701359 | |
parent | e8ee821d49d9d52a900284a61c9b386db5abf4d0 [diff] |
fvp: Cleanup DEBUG usage and add LOG_LEVEL support Introduce TF_A_DEBUG and TF_A_LOGLVL, use the same to cleanup DEBUG usage and add LOG_LEVEL support in TF-A build. Default value of 40 for debug build and 20 for release build is set for the LOG_LEVEL. Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers