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

capsule-updates-configs.md: Fix example release RC version to 80, not FF #965

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/kb/capsule-updates-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ candidate but still leave some headroom for increasing just in case.
Examples:

- Release Candidate v1.5.2-rc3 - `CONFIG_DRIVERS_EFI_MAIN_FW_VERSION="0x01050203"`
- Release v0.9.1 - `CONFIG_DRIVERS_EFI_MAIN_FW_VERSION="0x000901FF"`
- Release v0.9.1 - `CONFIG_DRIVERS_EFI_MAIN_FW_VERSION="0x00090180"`

### CONFIG_DRIVERS_EFI_MAIN_FW_LSV

Expand All @@ -71,4 +71,4 @@ takes the same format as `CONFIG_DRIVERS_EFI_MAIN_FW_VERSION`

Examples:

- Forbid changing the version to anything below release v0.1.0 - `CONFIG_DRIVERS_EFI_MAIN_FW_LSV="0x000100FF"`
- Forbid changing the version to anything below release v0.1.0 - `CONFIG_DRIVERS_EFI_MAIN_FW_LSV="0x00010080"`
Loading