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

base_fw: move SRAM bank details to Intel specific code #9456

Commits on Sep 10, 2024

  1. base_fw: move SRAM bank details to Intel specific code

    The SRAM definitions like SRAM_BANK_SIZE and EBB_BANKS_IN_SEGMENT
    are only used in Intel specific code and not really needed in
    platform layer that needs to implemented by all platforms.
    Move these definitions to base_fw_intel.c and clean up related
    definitions from platform layer.
    
    Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
    kv2019i committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fe89de1 View commit details
    Browse the repository at this point in the history