-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPC: fix 0 CPC module clock scaling #9319
Commits on Aug 16, 2024
-
pipeline: (cosmetic) extract code fragment into a function
Extract code to obtain a pointer to the module base configuration, depending on its type, into a separate function. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Configuration menu - View commit details
-
Copy full SHA for 0bdfdb9 - Browse repository at this point
Copy the full SHA 0bdfdb9View commit details -
lib-manager: add a function to identify component type
Extract the module_is_llext() macro into a header and add a function to identify a loadable module type of a component. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Configuration menu - View commit details
-
Copy full SHA for c75fd3f - Browse repository at this point
Copy the full SHA c75fd3fView commit details
Commits on Aug 21, 2024
-
pipeline: rebalance KCPS instead of adding or subtracting
Adding or subtracting module CPC when starting and stopping pipelines is brittle. Particularly it's prone to mistakes with modules, not specifying their CPC explicitly. Instead recalculate CPC every time a pipeline is started or stopped. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Configuration menu - View commit details
-
Copy full SHA for 97f8b03 - Browse repository at this point
Copy the full SHA 97f8b03View commit details -
The library manager isn't supported on TGL, disable it there. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Configuration menu - View commit details
-
Copy full SHA for f87a907 - Browse repository at this point
Copy the full SHA f87a907View commit details -
clock: only update clock frequency if actually changing it
No need to set clock frequency if the new one is equal to the current one. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Configuration menu - View commit details
-
Copy full SHA for e3a5aa4 - Browse repository at this point
Copy the full SHA e3a5aa4View commit details -
uuid.h uses uint32_t, uint16_t and uint8_t types, it must include stdint.h or inttypes.h. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Configuration menu - View commit details
-
Copy full SHA for 5ff09ed - Browse repository at this point
Copy the full SHA 5ff09edView commit details -
drc: move logging context to the base image
Logging context can be accessed from the deferred logging thread. Therefore it must be always available to avoid access to unmapped memory when an LLEXT module is unloaded. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Configuration menu - View commit details
-
Copy full SHA for 2cd2524 - Browse repository at this point
Copy the full SHA 2cd2524View commit details
Commits on Aug 30, 2024
-
Zephyr: update to include LLEXT logging protection
Zephyr PR 77289 fixed deferred logging with LLEXT objects, update to a Zephyr version, containing it. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Configuration menu - View commit details
-
Copy full SHA for 0e71d58 - Browse repository at this point
Copy the full SHA 0e71d58View commit details