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

Adsp main remoteproc #2497

Open
wants to merge 4 commits into
base: adsp-main
Choose a base branch
from
Open

Adsp main remoteproc #2497

wants to merge 4 commits into from

Commits on Jun 3, 2024

  1. Remoteproc: Formatting/simplifying code

    - Renamed variables for a clearer relevance to their function
    - Reorganizing code for better readibility
    - introducing early returns where possible
    
    Signed-off-by: UtsavAgarwalADI <[email protected]>
    UtsavAgarwalADI committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ad71946 View commit details
    Browse the repository at this point in the history
  2. Remoteproc: Adding verification for ldr headers

    - Remoteproc can now verify ldr headers to ensure uncorrupted
    stream (including using XOR checksum where possible)
    
    Signed-off-by: UtsavAgarwalADI <[email protected]>
    UtsavAgarwalADI committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3b52143 View commit details
    Browse the repository at this point in the history
  3. Remoteproc: Fixing bug and formatting code

    - Fixing core_id for loading svect
    - Removing extra check for resource table from adi_core_stop
    - Renaming verification function for a more accurate representation
    of its working
    
    Signed-off-by: UtsavAgarwalADI <[email protected]>
    UtsavAgarwalADI committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    24e123d View commit details
    Browse the repository at this point in the history
  4. Remoteproc: Formatting code based on checkpatch

    Signed-off-by: UtsavAgarwalADI <[email protected]>
    UtsavAgarwalADI committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ed7e556 View commit details
    Browse the repository at this point in the history