commit | 536800a09c1abc36ac74e17cebb2cd7865ed85a0 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> | Tue Nov 03 13:47:29 2020 +0100 |
committer | Liam Girdwood <lgirdwood@gmail.com> | Sat Nov 21 13:48:23 2020 +0000 |
tree | 72a539e7948003635e27bd3d562d3258b34bc80e | |
parent | dc343f1447bec8a7df558b5da67625a0b8b71302 [diff] |
zephyr: remove infinite recursion on Broadwell Broadwell support with Zephyr had only been dry-coded, it has never been tested, and it contains an infinite recursion bug: functions platform_timer_get() and arch_timer_get_system() call each other infinitely. Break the recursion formally, until a proper fix is available. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
See docs
See unit testing documentation
TODO: Add additional notes about how to deploy this on a live system
See Contributing to the Project
This project is licensed under the BSD Clause 3 - see the LICENCE file for details