Skip to content

Commit

Permalink
md lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kuqin12 committed Jul 6, 2023
1 parent 1bedc83 commit 86cf164
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion SetupDataPkg/Docs/Overview/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ file, binary, or SVD.
[Profiles doc](../Profiles/Overview.md).
- The variable list binary, saved in .vl format, can be applied to a running system via dmpstore in the EFI shell,
or via [WriteConfVarListToUefiVars.py](../../Tools/WriteConfVarListToUefiVars.py).
- Vice versa, variables applied to target system can be fetch through ConfApp's dump configuration option in UEFI, saved to a file system in the EFI shell via dmpstore, or by [ReadUefiVarsToConfVarList.py](../../Tools/ReadUefiVarsToConfVarList.py) in the OS.
- Vice versa, variables applied to target system can be fetch through ConfApp's dump configuration option in UEFI, saved
to a file system in the EFI shell via dmpstore, or by [ReadUefiVarsToConfVarList.py](../../Tools/ReadUefiVarsToConfVarList.py) in the OS.
- The SVD can be applied to a running system via USB/serial via mu_feature_config's Conf App.
- Changes to the XML itself will result in a change to the default configuration options of a platform.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ configure the hardware accordingly.

## Platform Data Flow

The default silicon policy can be initialized by silicon modules during early PEI after Policy Service is available, and then updated by a phase-2 module to apply the changes from configuration data to silicon policy.
The default silicon policy can be initialized by silicon modules during early PEI after Policy Service is available, and
then updated by a phase-2 module to apply the changes from configuration data to silicon policy.

The OemConfigPolicyCreator should take the autogenerated data provided by PlatformConfigDataLib (via the `gKnobData`
extern structure) and publish the config policy. This module can perform any filtering required by the OEM/platform,
Expand Down

0 comments on commit 86cf164

Please sign in to comment.