docs: remove migrated EC specifications - #94
Merged
Conversation
The specifications are now owned by the odp-embedded-controller mdBook. Remaining references point to the canonical repository. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
philgweber
requested review from
RobertZ2011,
kurtjd,
tullom and
williampMSFT
and
a lite review from Copilot
August 20, 2026 23:28
There was a problem hiding this comment.
Pull request overview
This PR removes the EC specification pages from this documentation repo after they were migrated to the canonical OpenDevicePartnership/odp-embedded-controller repository, and updates in-repo navigation/references to point at the new upstream location so the mdBooks don’t contain dead links.
Changes:
- Removed the
guide_book/src/specs/**specification content and its entries from the guide SUMMARY navigation. - Updated remaining references in tracks/guide pages to link to the canonical upstream specs on GitHub.
- Cleaned up affected pages to avoid pointing at now-deleted local spec paths.
Reviewed changes
Copilot reviewed 22 out of 37 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tracks/embedded_controller/src/secure_ec_example.md | Updates spec reference to the canonical upstream Secure EC Services document. |
| tracks/embedded_controller/src/ec_services.md | Updates spec reference to the canonical upstream EC Interface spec document. |
| guide_book/src/tracks.md | Replaces local “Specifications” link with an upstream specs link. |
| guide_book/src/SUMMARY.md | Removes the specs section from the guide’s navigation. |
| guide_book/src/specs/specifications.md | Deletes migrated specs landing page from this repo. |
| guide_book/src/specs/ec_interface/ucsi-interface.md | Deletes migrated UCSI spec page from this repo. |
| guide_book/src/specs/ec_interface/thermal-service.md | Deletes migrated thermal service spec page from this repo. |
| guide_book/src/specs/ec_interface/secure-ec-services-overview.md | Deletes migrated secure EC services overview from this repo. |
| guide_book/src/specs/ec_interface/sample-system-implementation.md | Deletes migrated sample system implementation spec page from this repo. |
| guide_book/src/specs/ec_interface/legacy-ec-interface.md | Deletes migrated legacy EC interface spec page from this repo. |
| guide_book/src/specs/ec_interface/ec-time-alarm-service.md | Deletes migrated time/alarm service spec page from this repo. |
| guide_book/src/specs/ec_interface/ec-soc-interface.md | Deletes migrated EC SoC interface spec page from this repo. |
| guide_book/src/specs/ec_interface/ec-power-service.md | Deletes migrated power service spec page from this repo. |
| guide_book/src/specs/ec_interface/ec-oem-service.md | Deletes migrated OEM service spec page from this repo. |
| guide_book/src/specs/ec_interface/ec-manufacturing-service.md | Deletes migrated manufacturing service spec page from this repo. |
| guide_book/src/specs/ec_interface/ec-input-management.md | Deletes migrated input management spec page from this repo. |
| guide_book/src/specs/ec_interface/ec-firmware-management.md | Deletes migrated firmware management spec page from this repo. |
| guide_book/src/specs/ec_interface/ec-debug-service.md | Deletes migrated debug service spec page from this repo. |
| guide_book/src/specs/ec_interface/ec_specification.md | Deletes empty/placeholder spec file from this repo. |
| guide_book/src/specs/ec_interface/ec_interface.md | Deletes migrated EC interface spec page from this repo. |
| guide_book/src/specs/ec_interface/battery-service.md | Deletes migrated battery service spec page from this repo. |
| guide_book/src/conclusions.md | Updates the specs link in the conclusion page to the upstream canonical location. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
kurtjd
approved these changes
Aug 20, 2026
RobertZ2011
approved these changes
Aug 20, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
All content under guide_book/src/specs is removed because it moved to https://github.com/OpenDevicePartnership/odp-embedded-controller/tree/main/docs/src/specs; the guide navigation is removed; remaining guide/track references now target the canonical repository; both affected mdBooks build.
Reference: OpenDevicePartnership/pfd-devops#165