-
1d5c98e...
by
Marc Herbert <email address hidden>
on 2020-07-14
-
ipc: update documentation to include extended data
Update the IPC protocol documentation to include the extended data.
Signed-off-by: Marc Herbert <email address hidden>
Signed-off-by: Keyon Jie <email address hidden>
-
e489203...
by
Keyon Jie <email address hidden>
on 2020-06-28
-
component: switch to use UUID for component creation
Switch to use UUID for component creation, if it is provided from the
host, otherwise, use component type for the component driver matching.
Signed-off-by: Keyon Jie <email address hidden>
Signed-off-by: Marc Herbert <email address hidden>
-
d018bb7...
by
Keyon Jie <email address hidden>
on 2020-05-29
-
lib: add memcmp for memory comparing
Add function memcmp for comparing two length-limited memory.
Signed-off-by: Keyon Jie <email address hidden>
-
1773aa4...
by
Keyon Jie <email address hidden>
on 2020-06-17
-
ipc: topology: use the sof_ipc_comp reserved bytes for extended data
Use the 32bit reserved member of the struct sof_ipc_comp as the extended
data length, this will help to minimize the ABI change for adding new
extended data to the struct sof_ipc_comp, usually only minor ABI version
bump needed for every update with this new solution.
Signed-off-by: Keyon Jie <email address hidden>
-
b7e0606...
by
Keyon Jie <email address hidden>
on 2020-06-17
-
ipc: topology: add definition of the extended data
Initial the definition of struct sof_ipc_comp_new_ext, which will be
used to align the extended data between FW and the SW, add UUID array to
it.
Signed-off-by: Keyon Jie <email address hidden>
Signed-off-by: Marc Herbert <email address hidden>
-
51deb85...
by
Keyon Jie <email address hidden>
on 2020-07-17
-
testbench: topology: initial the sof_ipc_comp_file with 0s
Initial the struct sof_ipc_comp_file to make sure all no updated flags
are 0s.
Signed-off-by: Keyon Jie <email address hidden>
-
9614fc4...
by
Keyon Jie <email address hidden>
on 2020-06-01
-
topology: tone: add uuid token support
Add the uuid token to tone widget for the future use.
Signed-off-by: Keyon Jie <email address hidden>
-
5a6f64c...
by
Keyon Jie <email address hidden>
on 2020-06-01
-
topology: src: add uuid token support
Add the uuid token to src widget for the future use.
Signed-off-by: Keyon Jie <email address hidden>
-
1999289...
by
Keyon Jie <email address hidden>
on 2020-06-01
-
topology: pga: add uuid token support
Add the uuid token to volume widget for the future use.
Signed-off-by: Keyon Jie <email address hidden>
-
615e4ca...
by
Keyon Jie <email address hidden>
on 2020-06-01
-
topology: pcm: add uuid token support
Add the uuid token to host widget for the future use.
Signed-off-by: Keyon Jie <email address hidden>