Skip to content

rpierrorlog: Add rpierrorlog to utils to manage firmware error logging#176

Open
martamomotko wants to merge 1 commit intoraspberrypi:masterfrom
martamomotko:add-rpierrorlog-util
Open

rpierrorlog: Add rpierrorlog to utils to manage firmware error logging#176
martamomotko wants to merge 1 commit intoraspberrypi:masterfrom
martamomotko:add-rpierrorlog-util

Conversation

@martamomotko
Copy link
Copy Markdown

No description provided.

@@ -0,0 +1,25 @@

# rpierrorlog
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please can you also update the top level readme with a suitable description

LOG_DEBUG("hdr.code=0x%08x tag=0x%08x tag_buf_size=%u tag_req_resp_size=0x%08x\n",
hdr->code, hdr->tag, hdr->tag_buf_size, hdr->tag_req_resp_size);

if (!(hdr->code & VC_MAILBOX_ERROR) ||
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I've updated rpi-fw-crypto to make this less confusing because bit31 doesn't mean ERROR error. It means tag completed.

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.

2 participants