drivers: firmware: scmi: add nxp specific processing
An option is added to allow vendor specific processing at scmi_shmem_write_message() and scmi_shmem_read_message(). Additionally code has been added specific to NXP which has some extended validation features. Signed-off-by: Andre Heinemans <andre.heinemans@nxp.com>
This commit is contained in:
parent
c31ea5bf9d
commit
da3d029b14
9 changed files with 115 additions and 9 deletions
|
@ -17,6 +17,7 @@ CONFIG_CONSOLE=y
|
|||
CONFIG_MBOX=y
|
||||
CONFIG_MBOX_INIT_PRIORITY=0
|
||||
CONFIG_ARM_SCMI=y
|
||||
CONFIG_ARM_SCMI_NXP_VENDOR_EXTENSIONS=y
|
||||
|
||||
# kernel-related configurations
|
||||
CONFIG_XIP=n
|
||||
|
|
|
@ -13,3 +13,4 @@ CONFIG_XIP=y
|
|||
CONFIG_MBOX=y
|
||||
CONFIG_MBOX_INIT_PRIORITY=0
|
||||
CONFIG_ARM_SCMI=y
|
||||
CONFIG_ARM_SCMI_NXP_VENDOR_EXTENSIONS=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue