Files
u-boot/drivers
Alexey Romanov c52cd07407 drivers: introduce Secure Monitor uclass
At the moment, we don't have a common API for working with
SM, only the smc_call() function. This approach is not generic
and difficult to configure and maintain.

This patch adds UCLASS_SM with the generic API:

- sm_call()
- sm_call_write()
- sm_call_read()

These functions operate with struct pt_regs, which describes
Secure Monitor arguments.

Signed-off-by: Alexey Romanov <avromanov@salutedevices.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Link: https://lore.kernel.org/r/20230921081346.22157-2-avromanov@salutedevices.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
2023-10-15 12:23:48 +02:00
..
2023-05-02 14:23:58 -04:00
2023-07-21 09:00:39 +02:00
2023-10-02 10:55:44 -04:00
2023-10-11 10:35:24 -04:00
2023-10-02 10:55:44 -04:00
2023-03-02 17:45:58 -05:00
2023-10-12 13:39:41 +02:00
2023-01-20 12:27:24 -05:00
2023-04-25 15:31:28 -04:00