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

Expose RomInfo address via FHT #687

Merged
merged 3 commits into from
Sep 5, 2023
Merged

Conversation

korran
Copy link
Collaborator

@korran korran commented Aug 25, 2023

This can be used by the runtime firmware to perform an integrity check of the ROM, or inform the user which git commit was used to build the ROM.

@korran korran force-pushed the rom-export branch 2 times, most recently from 72ff4b3 to 7cd9af1 Compare August 25, 2023 00:07
@korran korran requested a review from rusty1968 August 25, 2023 00:10
rusty1968
rusty1968 previously approved these changes Aug 25, 2023
@korran korran marked this pull request as ready for review August 25, 2023 20:08
@korran korran requested a review from rusty1968 August 28, 2023 17:22
FerralCoder
FerralCoder previously approved these changes Aug 29, 2023
mhatrevi
mhatrevi previously approved these changes Sep 5, 2023
drivers/src/hand_off.rs Outdated Show resolved Hide resolved
rusty1968
rusty1968 previously approved these changes Sep 5, 2023
@korran korran dismissed stale reviews from rusty1968, FerralCoder, and mhatrevi via 23a548c September 5, 2023 20:46
@korran korran force-pushed the rom-export branch 2 times, most recently from 23a548c to 97f5eb2 Compare September 5, 2023 20:54
This type can be used to verify that pointers passed between firmware
layers (typically in the FHT) meet the alignment and location
requirements necessary to safely dereference them.
This can be used by the runtime firmware to perform an integrity check
of the ROM.
@korran korran requested a review from FerralCoder September 5, 2023 21:22
@korran korran merged commit 42aae0b into chipsalliance:main Sep 5, 2023
3 checks passed
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.

5 participants