Skip to content

Conversation

artursartamonovsadi
Copy link

@artursartamonovsadi artursartamonovsadi commented Aug 27, 2025

Checks checksum of LDR Section headers.

PR Type

  • Bug fix (a change that fixes an issue)
  • New feature (a change that adds new functionality)
  • Breaking change (a change that affects other repos or cause CIs to fail)

PR Checklist

  • I have conducted a self-review of my own code changes
  • I have tested the changes on the relevant hardware
  • I have updated the documentation outside this repo accordingly (if there is the case)

@@ -132,10 +138,10 @@ static struct adi_sharc_resource_table _rsc_table_template = {
},
};

enum adi_rproc_rpmsg_state {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these changes require a separate commit since they dont really contribute to the feature.

Also, if RPMsg and remoteproc are sharing a common structure/flags/states, would it be a better idea to look at a common abstraction layer that just plugs into the two interfaces? if so, do we need these changes for now?

}
if (ret) {
dev_err(rproc_data->dev, "Fail to request ICC IRQ\n");
if (!rproc_data->adi_rsc_table) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same...

@pamolloy
Copy link
Collaborator

In the future if you are linting a source file (e.g. fixing line length) and making functional changes it would be nice to separate them into different commits


rproc_data = (struct adi_rproc_data *)rproc->priv;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this isn't a line length issue since the function header is longer?

@artursartamonovsadi artursartamonovsadi force-pushed the adsp-main-6.12-integrate-remoteproc-crc branch 2 times, most recently from 6248b01 to 2178c53 Compare September 3, 2025 12:21
Signed-off-by: Arturs Artamonovs <Arturs.Artamonovs@analog.com>
Signed-off-by: Utsav Agarwal <Utsav.Agarwal@analog.com>
Co-developed-by: Utsav Agarwal <Utsav.Agarwal@analog.com>
@artursartamonovsadi artursartamonovsadi force-pushed the adsp-main-6.12-integrate-remoteproc-crc branch from 2178c53 to 8bfa5ab Compare September 3, 2025 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants