Branch: refs/heads/main Home: https://github.com/OpenAMP/libmetal Commit: 239e836c210bac7fa09eff073564fe375aa5f1ba https://github.com/OpenAMP/libmetal/commit/239e836c210bac7fa09eff073564fe375... Author: Eugene Cohen quic_egmc@quicinc.com Date: 2022-05-06 (Fri, 06 May 2022)
Changed paths: M cmake/options.cmake M cmake/syscheck.cmake M lib/system/zephyr/CMakeLists.txt R lib/system/zephyr/arm/CMakeLists.txt R lib/system/zephyr/arm/sys.c R lib/system/zephyr/arm/sys.h R lib/system/zephyr/riscv/CMakeLists.txt R lib/system/zephyr/riscv/sys.c R lib/system/zephyr/riscv/sys.h A lib/system/zephyr/sys.c M lib/system/zephyr/sys.h R lib/system/zephyr/xtensa/CMakeLists.txt R lib/system/zephyr/xtensa/sys.c R lib/system/zephyr/xtensa/sys.h
Log Message: ----------- zephyr: simplify zephyr system to remove machine
Replace the architecture-specific machine directories with a common C function for polling which calls to arch_cpu_idle.
Add a special case to map Zephyr arm64 to libmetal aarch64 in defining PROJECT_PROCESSOR variable.
Set the MACHINE variable based CONFIG_ARCH instead of testing individual arch config flags.
Signed-off-by: Eugene Cohen quic_egmc@quicinc.com
Commit: 7926c874189bdf8fe5e94d5634d9bd20b0a29195 https://github.com/OpenAMP/libmetal/commit/7926c874189bdf8fe5e94d5634d9bd20b... Author: Eugene Cohen quic_egmc@quicinc.com Date: 2022-05-06 (Fri, 06 May 2022)
Changed paths: M .github/actions/build_ci/entrypoint.sh
Log Message: ----------- CI: add Zephyr build test for arm64 architecture
This adds CI build test for arm64 architecture.
Signed-off-by: Eugene Cohen quic_egmc@quicinc.com
Compare: https://github.com/OpenAMP/libmetal/compare/86fd1ba48e52...7926c874189b
openamp-rp@lists.openampproject.org