aboutsummaryrefslogtreecommitdiff
path: root/openamp
AgeCommit message (Collapse)Author
2024-04-24Add VIRTIO macros to custom OpenAMP CMake fileMikael Olsson
The OpenAMP library has been changed to required the build system to define the VIRTIO_DRIVER_SUPPORT and VIRTIO_DEVICE_SUPPORT macros to know what code to include and will fail to build if these macros are not defined. As a custom CMake file is used to build OpenAMP rather than using the one provided by the library, the library currently fails to build because the custom CMake file does not define the required macros. To resolve this, the custom CMake file now defines the missing macros. Change-Id: Iae0d40a7604b6eccead2adb157487ad1c57024a3 Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
2023-11-08Remove workaround for libmetal support with ARMCC v6 compiler23.11-rc223.11-rc123.11Ledion Daja
A workaround had been added previously to support building of libmetal library with ARMCC v6. Since such support has recently been added upstream in the libmetal repository, the workaround can now be removed. Change-Id: Idb5e6ba3112e329a0c2193d35c80c3cb45f90486 Signed-off-by: Ledion Daja <ledion.daja@arm.com>
2023-05-02Suppress openamp warnings23.05-rc223.05-rc123.05Ledion Daja
Added '-Wno-cast-align' and '-Wno-unused-but-set-variable' options to suppress openamp related warnings Change-Id: I67c82f0639a580fc4d8d49ef12e45ead36d4fc82
2023-02-15Fix compilation warnings for OpenAMP23.02-rc223.02Kristofer Jonsson
Add support for ArmClang including the correct errno.h. Silence warnings about unsupported pragma. Change-Id: Ieb88938399679ddc39f7b8c390e41afef2b46606
2023-01-17Build OpenAMP from recipe23.02-rc1Kristofer Jonsson
Change-Id: Id36d97fa3aa4a60179bedbdc078c4e1e75486a49