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

Intel: ADSP: move HPSRAM mask into assembly #78057

Merged
merged 1 commit into from
Sep 9, 2024

Commits on Sep 5, 2024

  1. Intel: ADSP: move HPSRAM mask into assembly

    Assembly in power_down() in power_down.S already defines data and
    code to be locked in cache when powering down SRAM. Instead of adding
    another such location in power.c, move the hpsram_mask[] array into
    power_down.S.  This fixes hard to debug failures when shutting down
    the ADSP.
    
    Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
    lyakh committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f94427d View commit details
    Browse the repository at this point in the history