core: fix header file guard namesFixes header file guards macro name prefix (mostly missing occurrences)that should reflect the file base directory sub-path where applicable.Reviewed-by: Jens Wi
core: fix header file guard namesFixes header file guards macro name prefix (mostly missing occurrences)that should reflect the file base directory sub-path where applicable.Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
show more ...
core: lib: scmi-server: Build a SCMI server from SCP-firmwareAdds build of an SCMI server library using SCP-firmware source treeupon boolean configuration switch CFG_SCMI_SCPFW. Platform must set
core: lib: scmi-server: Build a SCMI server from SCP-firmwareAdds build of an SCMI server library using SCP-firmware source treeupon boolean configuration switch CFG_SCMI_SCPFW. Platform must setthe SCP firmware target product with CFG_SCMI_SCPFW_PRODUCT and theroot path of the SCP-firmware source tree with CFG_SCP_FIRMWARE.CFG_SCMI_SCPFW and CFG_SCMI_MSG_DRIVERS are exclusives alternateimplementations of SCMI services. The former implements almost allthe SCMI specification while the later implements only basic SCMIservices.SCP-firmware is configured with CMake as an external project togenerate the embedded module resource source and header files tobe built with SCP-firmware.This commit integrates the 2 SCP-firmware products designed for OP-TEEin SCP-firmware source tree. Product optee-fvp targets platform vexpressflavors FVP and Qemus. Product optee-stm32mp1 targets platform stm32mp1.Acked-by: Jens Wiklander <jens.wiklander@linaro.org>Acked-by: Jerome Forissier <jerome.forissier@linaro.org>Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>