Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 9ef58af2986aaaf212ab746ecd0c0efe236340ed
https://github.com/OpenAMP/open-amp/commit/9ef58af2986aaaf212ab746ecd0c0efe…
Author: Gaute Nilsson <gaute.nilsson(a)siemens-energy.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M CMakeLists.txt
M cmake/collect.cmake
M cmake/depends.cmake
M cmake/options.cmake
M cmake/platforms/cross_generic_gcc.cmake
M cmake/platforms/cross_linux_gcc.cmake
M cmake/platforms/zynq7_generic.cmake
M cmake/platforms/zynq7_linux.cmake
M cmake/platforms/zynqmp_a53_generic.cmake
M cmake/platforms/zynqmp_linux.cmake
M cmake/platforms/zynqmp_r5_generic.cmake
M lib/CMakeLists.txt
Log Message:
-----------
Remove vim modeline comments
This is currently inconsistent with the rest of the project.
Signed-off-by: Gaute Nilsson <gaute.nilsson(a)siemens-energy.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: cca70035d329236a7c13671a6976ebc0d97838f1
https://github.com/OpenAMP/libmetal/commit/cca70035d329236a7c13671a6976ebc0…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M lib/alloc.h
M lib/condition.h
M lib/dma.h
M lib/io.h
M lib/irq.h
M lib/mutex.h
M lib/softirq.h
M lib/time.h
Log Message:
-----------
lib: fix compilation error with gcc++
The header files including must be outside of the extern "C" { statement.
To be able to be included from C++ code.
Else such error can occur (reproduce on STM32MP1Cube distribution)
gcc/arm-none-eabi/include/c++/10.2.1/atomic:1467:3: error: template
with C linkage
1467 | template<typename _ITp>
| ^~~~~~~~
In file included from STM32CubeMP1/Middlewares/Third_Party/OpenAMP/
open-amp/lib/include/openamp/rpmsg.h:16,
from STM32CubeMP1/Middlewares/Third_Party/OpenAMP/
open-amp/lib/include/openamp/open_amp.h:11,
from empty_main.cpp:1:
STM32CubeMP1/Middlewares/Third_Party/OpenAMP/libmetal/lib/include/
metal/mutex.h:16:1: note: 'extern "C"' linkage
started here
16 | extern "C" {
| ^~~~~~~~~~
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 166055b78fb1ff8d593e1857fe25de3d3eefe690
https://github.com/OpenAMP/open-amp/commit/166055b78fb1ff8d593e1857fe25de3d…
Author: Junyan Lin <junyanlin(a)allwinnertech.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M lib/remoteproc/rsc_table_parser.c
Log Message:
-----------
remoteproc: fix notifyid assignment in handle_vdev_rsc
Fix the issue that it used vring_rsc->notifyid to allocate new IDs but
finally updated vdev_rsc->notifyid rather than vring_rsc->notifyid.
(See https://github.com/OpenAMP/open-amp/issues/314)
Signed-off-by: Junyan Lin <junyanlin(a)allwinnertech.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: f7640de1a754571ef6383bc3f06060c9696d05d5
https://github.com/OpenAMP/open-amp/commit/f7640de1a754571ef6383bc3f06060c9…
Author: Ed Mooring <ed.mooring(a)gmail.com>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
M .github/workflows/compliance.yml
M .github/workflows/continuous-integration.yml
Log Message:
-----------
CI: Update branch from "master" to "main".
Rename branch for CI and compliance checks to "main".
Signed-off-by: Ed Mooring <ed.mooring(a)gmail.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: 54b797d8ca3daeedcb177d8d260eb115062f5025
https://github.com/OpenAMP/libmetal/commit/54b797d8ca3daeedcb177d8d260eb115…
Author: Ed Mooring <ed.mooring(a)gmail.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M .github/workflows/compliance.yml
M .github/workflows/continuous-integration.yml
Log Message:
-----------
CI: Use 'main' branch instead of 'master'.
Signed-off-by: Ed Mooring <ed.mooring(a)gmail.com>
Point to the right action.
CI: run compliance on pushes as well.
Rvert.
Update to point to main rather than master.
Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: 54b797d8ca3daeedcb177d8d260eb115062f5025
https://github.com/OpenAMP/libmetal/commit/54b797d8ca3daeedcb177d8d260eb115…
Author: Ed Mooring <ed.mooring(a)gmail.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M .github/workflows/compliance.yml
M .github/workflows/continuous-integration.yml
Log Message:
-----------
CI: Use 'main' branch instead of 'master'.
Signed-off-by: Ed Mooring <ed.mooring(a)gmail.com>
Point to the right action.
CI: run compliance on pushes as well.
Rvert.
Update to point to main rather than master.