Uh oh!
There was an error while loading. Please reload this page.
iadk: Define pass buffer size and return error code from entry point function - #9424
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lgirdwood
left a comment
There was a problem hiding this comment.
LGTM, just need to add the new macro to the IADK namespace
Uh oh!
There was an error while loading. Please reload this page.
f74c888 to
c288670Compare
kv2019i
left a comment
There was a problem hiding this comment.
Thanks @softwarecki , especially the module load description is a nice addition!
One question, can you check.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Add a definition specifying the size of space reserved in module memory for module handle and a iadk adapter. Add a brief description of the iadk module loading sequence. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
Change the definition of the system_agent_start function so that it returns the error code returned by the module's entry point functions. Return the created IadkModuleAdapter object via a parameter. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
c288670 to
fab7cabCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Add a definition specifying the size of space reserved in module memory for module handle and a iadk adapter.
Add a brief description of the iadk module loading sequence.
Change the definition of the system_agent_start function so that it returns the error code returned by the module's entry point functions. Return the created IadkModuleAdapter object via a parameter.