Searched hist:"9 bd1d9a0d8bb1a549831fd98fcc3105960f7068b" (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/soc/apple/ |
H A D | rtkit-crashlog.c | 9bd1d9a0d8bb1a549831fd98fcc3105960f7068b Sun May 01 16:55:06 CEST 2022 Sven Peter <sven@svenpeter.dev> soc: apple: Add RTKit IPC library
Apple SoCs such as the M1 come with multiple embedded co-processors running proprietary firmware. Communication with those is established over a simple mailbox using the RTKit IPC protocol.
This cannot be implemented inside the mailbox subsystem since on top of communication over channels we also need support for starting, hibernating and resetting these co-processors. We also need to handle shared memory allocations differently depending on the co-processor and don't want to split that across multiple drivers.
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Sven Peter <sven@svenpeter.dev>
|
H A D | rtkit-internal.h | 9bd1d9a0d8bb1a549831fd98fcc3105960f7068b Sun May 01 16:55:06 CEST 2022 Sven Peter <sven@svenpeter.dev> soc: apple: Add RTKit IPC library
Apple SoCs such as the M1 come with multiple embedded co-processors running proprietary firmware. Communication with those is established over a simple mailbox using the RTKit IPC protocol.
This cannot be implemented inside the mailbox subsystem since on top of communication over channels we also need support for starting, hibernating and resetting these co-processors. We also need to handle shared memory allocations differently depending on the co-processor and don't want to split that across multiple drivers.
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Sven Peter <sven@svenpeter.dev>
|
H A D | Kconfig | diff 9bd1d9a0d8bb1a549831fd98fcc3105960f7068b Sun May 01 16:55:06 CEST 2022 Sven Peter <sven@svenpeter.dev> soc: apple: Add RTKit IPC library
Apple SoCs such as the M1 come with multiple embedded co-processors running proprietary firmware. Communication with those is established over a simple mailbox using the RTKit IPC protocol.
This cannot be implemented inside the mailbox subsystem since on top of communication over channels we also need support for starting, hibernating and resetting these co-processors. We also need to handle shared memory allocations differently depending on the co-processor and don't want to split that across multiple drivers.
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Sven Peter <sven@svenpeter.dev>
|
H A D | Makefile | diff 9bd1d9a0d8bb1a549831fd98fcc3105960f7068b Sun May 01 16:55:06 CEST 2022 Sven Peter <sven@svenpeter.dev> soc: apple: Add RTKit IPC library
Apple SoCs such as the M1 come with multiple embedded co-processors running proprietary firmware. Communication with those is established over a simple mailbox using the RTKit IPC protocol.
This cannot be implemented inside the mailbox subsystem since on top of communication over channels we also need support for starting, hibernating and resetting these co-processors. We also need to handle shared memory allocations differently depending on the co-processor and don't want to split that across multiple drivers.
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Sven Peter <sven@svenpeter.dev>
|
H A D | rtkit.c | 9bd1d9a0d8bb1a549831fd98fcc3105960f7068b Sun May 01 16:55:06 CEST 2022 Sven Peter <sven@svenpeter.dev> soc: apple: Add RTKit IPC library
Apple SoCs such as the M1 come with multiple embedded co-processors running proprietary firmware. Communication with those is established over a simple mailbox using the RTKit IPC protocol.
This cannot be implemented inside the mailbox subsystem since on top of communication over channels we also need support for starting, hibernating and resetting these co-processors. We also need to handle shared memory allocations differently depending on the co-processor and don't want to split that across multiple drivers.
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Sven Peter <sven@svenpeter.dev>
|
/linux/include/linux/soc/apple/ |
H A D | rtkit.h | 9bd1d9a0d8bb1a549831fd98fcc3105960f7068b Sun May 01 16:55:06 CEST 2022 Sven Peter <sven@svenpeter.dev> soc: apple: Add RTKit IPC library
Apple SoCs such as the M1 come with multiple embedded co-processors running proprietary firmware. Communication with those is established over a simple mailbox using the RTKit IPC protocol.
This cannot be implemented inside the mailbox subsystem since on top of communication over channels we also need support for starting, hibernating and resetting these co-processors. We also need to handle shared memory allocations differently depending on the co-processor and don't want to split that across multiple drivers.
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Sven Peter <sven@svenpeter.dev>
|