enjia mai

Results 5 issues of enjia mai

Set the uart console as default on up_squared board. Currently most of tests work well when the EFI console feature. But we need test coverage on uart console fisrt. Signed-off-by:...

platform: X86

There is a spinlock used in the EFI console code for printing one line string. It already made the log output being in order under multi-cores, so it doesn't need...

area: Base OS

**Describe the bug** There is an issue that https://github.com/zephyrproject-rtos/zephyr/issues/45929, fixed by https://github.com/zephyrproject-rtos/zephyr/pull/46918. - But there are still a few known tests failed after applied this solution, these are: tests/kernel/mutex/sys_mutex/ -s...

bug
priority: low
platform: X86

I refine the cavstool.py to adapt our testing environment. Basically it doesn't change the logic of the firmware loader itself. Submit this to run test just in case. Signed-off-by: Enjia...

The GCC/GCOV version over 12 has slight format change of the gcno and gcda. Make some adaption in the gcov dump function to fix the code coverage report. Mainly two...

area: Testsuite