commit | 8744ddb3b7ca38dcee01867b2201ebba3853c312 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Thu Sep 26 19:58:28 2019 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Sep 26 23:51:17 2019 +0200 |
tree | 3bfd75d9083c806e331d652e25574fe0c0efb3db | |
parent | e6e68745589b934745cdfd02ec25db42099d2c79 [diff] |
Revert "hikey: increase core heap size to 192 kB" This reverts commit 28c75dbebc49 ("hikey: increase core heap size to 192 kB") which increased the core heap size in order to pass the AOSP VTS. Unfortunately, this bigger value does not work well when the pager is enabled: it causes lots of page faults and a massive slowdown (for instance, 'xtest 1013' on HiKey620 completes in ~ 1.7 s with the default heap size of 64 kB but takes ~ 53 s with 192 kB). Therefore, revert to the previous configuration. A bigger value can always be set on the command line or by other means when building for AOSP. Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Victor Chong <victor.chong@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.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