Skip to content
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

Merged
merged 9 commits into from
Jun 24, 2024
Merged

PTL upstream #9185

merged 9 commits into from
Jun 24, 2024

Commits on Jun 20, 2024

  1. cmake/zephyr: change if condition to zephyr metod

    For syntax clearity changed if conditional to zephyr method
    
    Signed-off-by: Dobrowolski, PawelX <[email protected]>
    pjdobrowolski committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    06988c8 View commit details
    Browse the repository at this point in the history
  2. 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]>
    pjdobrowolski committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1b3420c View commit details
    Browse the repository at this point in the history
  3. 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]>
    jxstelter authored and pjdobrowolski committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    67607b9 View commit details
    Browse the repository at this point in the history
  4. intel_adsp: ptl: Enable chain-dma on PTL platform

    Enable chain-dma hw support on PTL platform
    
    Signed-off-by: Piotr Makaruk <[email protected]>
    makarukp authored and pjdobrowolski committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4248a11 View commit details
    Browse the repository at this point in the history
  5. intel_adsp: ptl: Enable LE HEAP on ptl

    Enable L3 HEAP to support D3 scenarios on PTL
    
    Signed-off-by: Jakub Dabek <[email protected]>
    jxstelter authored and pjdobrowolski committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    215d595 View commit details
    Browse the repository at this point in the history
  6. intel_adsp: ptl: Enable D3 flow on PTL

    This PR enabled D3 flow on PTL platform.
    
    Signed-off-by: Jaroslaw Stelter <[email protected]>
    jxstelter authored and pjdobrowolski committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    18b4b5e View commit details
    Browse the repository at this point in the history
  7. 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]>
    jxstelter authored and pjdobrowolski committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0c6544d View commit details
    Browse the repository at this point in the history
  8. 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]>
    jxstelter authored and pjdobrowolski committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d4be840 View commit details
    Browse the repository at this point in the history
  9. tools: rimage: config: add PTL config

    Add base PTL config derived from MTL.
    
    Signed-off-by: Jaroslaw Stelter <[email protected]>
    jxstelter authored and pjdobrowolski committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f7502b8 View commit details
    Browse the repository at this point in the history