Searched hist:f301bba0 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | msg.c | f301bba0 Tue Aug 03 08:10:20 CDT 2021 Peter Hilber <peter.hilber@opensynergy.com> firmware: arm_scmi: Add message passing abstractions for transports
Add abstractions for future transports using message passing, such as virtio. Derive the abstractions from the shared memory abstractions.
Abstract the transport SDU through the opaque struct scmi_msg_payld. Also enable the transport to determine all other required information about the transport SDU.
Link: https://lore.kernel.org/r/20210803131024.40280-12-cristian.marussi@arm.com Signed-off-by: Peter Hilber <peter.hilber@opensynergy.com> [ Cristian: Adapted to new SCMI Kconfig layout, updated Copyrights ] Signed-off-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
|
H A D | Kconfig | f301bba0 Tue Aug 03 08:10:20 CDT 2021 Peter Hilber <peter.hilber@opensynergy.com> firmware: arm_scmi: Add message passing abstractions for transports
Add abstractions for future transports using message passing, such as virtio. Derive the abstractions from the shared memory abstractions.
Abstract the transport SDU through the opaque struct scmi_msg_payld. Also enable the transport to determine all other required information about the transport SDU.
Link: https://lore.kernel.org/r/20210803131024.40280-12-cristian.marussi@arm.com Signed-off-by: Peter Hilber <peter.hilber@opensynergy.com> [ Cristian: Adapted to new SCMI Kconfig layout, updated Copyrights ] Signed-off-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
|
H A D | Makefile | f301bba0 Tue Aug 03 08:10:20 CDT 2021 Peter Hilber <peter.hilber@opensynergy.com> firmware: arm_scmi: Add message passing abstractions for transports
Add abstractions for future transports using message passing, such as virtio. Derive the abstractions from the shared memory abstractions.
Abstract the transport SDU through the opaque struct scmi_msg_payld. Also enable the transport to determine all other required information about the transport SDU.
Link: https://lore.kernel.org/r/20210803131024.40280-12-cristian.marussi@arm.com Signed-off-by: Peter Hilber <peter.hilber@opensynergy.com> [ Cristian: Adapted to new SCMI Kconfig layout, updated Copyrights ] Signed-off-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
|
H A D | common.h | f301bba0 Tue Aug 03 08:10:20 CDT 2021 Peter Hilber <peter.hilber@opensynergy.com> firmware: arm_scmi: Add message passing abstractions for transports
Add abstractions for future transports using message passing, such as virtio. Derive the abstractions from the shared memory abstractions.
Abstract the transport SDU through the opaque struct scmi_msg_payld. Also enable the transport to determine all other required information about the transport SDU.
Link: https://lore.kernel.org/r/20210803131024.40280-12-cristian.marussi@arm.com Signed-off-by: Peter Hilber <peter.hilber@opensynergy.com> [ Cristian: Adapted to new SCMI Kconfig layout, updated Copyrights ] Signed-off-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
|