commit | f73b3f2ff620ce68273d7bc39a708057e33a79c7 | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Thu May 05 17:05:33 2022 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu May 05 17:37:05 2022 +0200 |
tree | 495c4bdd179623924418c509b98c66a8f485d1be | |
parent | 4dbbb8e1289637da007f2a5faaf33251a2137d75 [diff] |
tf-a/qemu v8: Change LOG_LEVEL to 40 when DEBUG=1 With LOG_LEVEL=50 and DEBUG=1, BL31 becomes too big, with LOG_LEVEL=40 we will miss a few debug prints, but it will at produce a valid binary and more importantly, you'll get an elf-file with all debug symbols, i.e., it's GDB makes up for the missing prints. Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
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