-
Notifications
You must be signed in to change notification settings - Fork 319
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
PTL upstream #9185
PTL upstream #9185
Commits on Jun 20, 2024
-
cmake/zephyr: change if condition to zephyr metod
For syntax clearity changed if conditional to zephyr method Signed-off-by: Dobrowolski, PawelX <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06988c8 - Browse repository at this point
Copy the full SHA 06988c8View commit details -
platform: version: add hardware configuration version
Due to introducing new platform to sof we need to recognize which iteration of ace board we are dealing with. Signed-off-by: Dobrowolski, PawelX <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b3420c - Browse repository at this point
Copy the full SHA 1b3420cView commit details -
ptl: Add initial PTL configuration
Patch adds PTL configuration basing on MTL DMIC depends on PM_DEVICE_RUNTIME and PM_DEVICE_POWER_DOMIAN settings. To effectively enable DMIC these flags must be set. Additionally DMIC Ownership bit is not supported on ACE 2.0 and ACE 3.0. Therefore CONFIG_DAI_DMIC_HAS_OWNERSHIP is switched off. Signed-off-by: Jakub Dabek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67607b9 - Browse repository at this point
Copy the full SHA 67607b9View commit details -
intel_adsp: ptl: Enable chain-dma on PTL platform
Enable chain-dma hw support on PTL platform Signed-off-by: Piotr Makaruk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4248a11 - Browse repository at this point
Copy the full SHA 4248a11View commit details -
intel_adsp: ptl: Enable LE HEAP on ptl
Enable L3 HEAP to support D3 scenarios on PTL Signed-off-by: Jakub Dabek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 215d595 - Browse repository at this point
Copy the full SHA 215d595View commit details -
intel_adsp: ptl: Enable D3 flow on PTL
This PR enabled D3 flow on PTL platform. Signed-off-by: Jaroslaw Stelter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18b4b5e - Browse repository at this point
Copy the full SHA 18b4b5eView commit details -
ptl: Add FPGA overlay configuration
Add PTL configuration changes required to build FW for FPGA. After next SOF rebase default target will be build for RVP, so for FPGA we will use configuration overlay. Signed-off-by: Jaroslaw Stelter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c6544d - Browse repository at this point
Copy the full SHA 0c6544dView commit details -
ptl: lnl: memory: expand HEAPMEM_SIZE
FW infrastructure shall support buffering of historic data from 1ch up to 6 channels 24bit samples in 24bit container. For this reason, the heap should be extended.Increase HEAPMEM_SIZE by 0x90000 because for audio format 16000Hz/6ch/24bit history_buffer_size = 16 * 6 * 3 * 2100s = 604800 bytes (0x93A80) Signed-off-by: Jaroslaw Stelter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4be840 - Browse repository at this point
Copy the full SHA d4be840View commit details -
tools: rimage: config: add PTL config
Add base PTL config derived from MTL. Signed-off-by: Jaroslaw Stelter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7502b8 - Browse repository at this point
Copy the full SHA f7502b8View commit details