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

Add the new platform ACP_7_0 #9351

Merged
merged 9 commits into from
Sep 11, 2024
Merged

Add the new platform ACP_7_0 #9351

merged 9 commits into from
Sep 11, 2024

Commits on Sep 8, 2024

  1. scripts: add support for ACP_7_0 platform

    Add support for ACP_7_0 in build scripts.
    
    Signed-off-by: SaiSurya Ch <saisurya.chakkaveeravenkatanaga@amd.com>
    saisurya-ch committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    884ca38 View commit details
    Browse the repository at this point in the history
  2. src: arch: xtensa: configs: add ACP_7_0 defconfig

    Add defconfig for ACP_7_0 platform.
    
    Signed-off-by: SaiSurya Ch <saisurya.chakkaveeravenkatanaga@amd.com>
    saisurya-ch committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    48e2ab1 View commit details
    Browse the repository at this point in the history
  3. tools: topology: add ACP_7_0 topology support

    Add ACP_7_0 platform topology.
    
    Signed-off-by: SaiSurya Ch <saisurya.chakkaveeravenkatanaga@amd.com>
    saisurya-ch committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d51c99b View commit details
    Browse the repository at this point in the history
  4. rimage: config: add acp_7_0 toml file to support acp_7_0 build

    Add acp_7_0 toml file to support sof-acp_7_0.ri binary build
    
    Signed-off-by: SaiSurya Ch <saisurya.chakkaveeravenkatanaga@amd.com>
    saisurya-ch committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    620380b View commit details
    Browse the repository at this point in the history
  5. amd: acp_7_0: add build support for ACP_7_0

    Add build support to enable ACP_7_0 platform.
    
    Signed-off-by: SaiSurya Ch <saisurya.chakkaveeravenkatanaga@amd.com>
    saisurya-ch committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    93ad1cc View commit details
    Browse the repository at this point in the history
  6. platform: Add ACP_7_0 platform support

    - Add ACP_7_0 platform support
    
    Signed-off-by: SaiSurya Ch <saisurya.chakkaveeravenkatanaga@amd.com>
    saisurya-ch committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b5e0ccc View commit details
    Browse the repository at this point in the history
  7. spinlock: Remove unused variable 'result'

    Remove the unused variable 'result' that is causing the build error with GCC 11.4.0.
    error: variable 'result' set but not used [-Werror=unused-but-set-variable]
    
    Signed-off-by: SaiSurya Ch <saisurya.chakkaveeravenkatanaga@amd.com>
    saisurya-ch committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    44b4649 View commit details
    Browse the repository at this point in the history
  8. src: alloc: Remove unused functions

    src: alloc: Remove unused get memory size functions.
    
    Signed-off-by: SaiSurya Ch <saisurya.chakkaveeravenkatanaga@amd.com>
    saisurya-ch committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e64f20a View commit details
    Browse the repository at this point in the history
  9. amd: Remove inclusion of unrequired header files.

    amd: Remove inclusion of unrequired header files.
    
    Signed-off-by: SaiSurya Ch <saisurya.chakkaveeravenkatanaga@amd.com>
    saisurya-ch committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    07f19d8 View commit details
    Browse the repository at this point in the history