commit | c783b62b9b8d0b6f56993cb41fb0c3fd11c4022f | [log] [tgz] |
---|---|---|
author | Alice Guo <alice.guo@nxp.com> | Mon Apr 28 18:37:24 2025 +0800 |
committer | Fabio Estevam <festevam@gmail.com> | Sat May 03 16:55:32 2025 -0300 |
tree | ecf640d24b84461f3c5ab55fb5d315613a8e13a8 | |
parent | a65ec4637c0d8f68f6d5e7ce234d22ab3e4f86cd [diff] |
firmware: scmi: support to manage SCMI protocol drivers with a linker-genetated array U_BOOT_SCMI_PROTO_DRIVER macro is used to add a SCMI protocol driver to scmi_proto_driver list. scmi_proto_driver_get() function can be used to match a SCMI protocol id and its driver. Signed-off-by: Alice Guo <alice.guo@nxp.com>