-
-
Notifications
You must be signed in to change notification settings - Fork 49
Remove outdated legacy vs maximized board documentation and update flash tool references #205
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
2e3f06a
Initial plan
Copilot cc16285
Remove legacy board documentation and simplify board architecture
Copilot b724ec8
Fix ME neutering statement and improve collapsible section formatting
Copilot 4f67e52
Create separate Historical Legacy Migration page to fix formatting is…
Copilot e8aa986
Update documentation to reflect flashrom->flashprog transition in new…
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Untrue. Not all boards provide neutered ME which is only possible (up to now) up to Ivy bridge (Intel 3rd gen). Maybe you should digest and make sense of linuxboot/heads#692 which details blob level for each chipset revision and ME requirements,
It is true to say that all Heads boards produced rom artifact is whole and valid, and also true to say that packed ME blobs at build is deactivated. Not all rom produced are neutered since its impossible from skylake on. Getting into the details of HAP bits and all is irrelevant here, unless you can synthetize nicely linuxboot/heads#692 content and make sense of it to be useful here, which would be nice but not necessary. Just don't say false things please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the technical inaccuracy regarding ME neutering. Updated the statement to clarify that ME neutering is only possible on older Intel platforms (up to Ivy Bridge), while newer platforms (Skylake and later) use HAP bits or other deactivation methods. The documentation now correctly reflects platform-specific ME handling capabilities. Commit: b724ec8