commit | 16c8ce9c66eb98ccdc603ab2dc32e13a64cf2ce0 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Thu Nov 12 17:09:34 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Nov 12 19:04:06 2020 +0100 |
tree | cd97ae6f3657f382924b8da8dc1acc2edb6d37f4 | |
parent | e3603bde15e363fdc44d1df0139c8e6bc26a6425 [diff] |
hikey: increase CFG_CORE_HEAP_SIZE from 64 to 72 KB HiKey 620 uses the default core heap size which is 64 KB. This seems to be a bit small now and the likely reason of some IBART failures [1]: 2833: regression_6018.2 OK 2834: o regression_6018.3 Storage id: 80000100 [...] 2846: E/TC:? 0 TA panicked with code 0xffff000c Increase the size to 72 KB. Link: [1] https://optee.mooo.com:5000/logs/OP-TEE/build/441/518642707/65112f06d1ffdd93762acdd1d8a8a06e9bebdd1d Signed-off-by: Jerome Forissier <jerome@forissier.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers