diff --git a/SetupDataPkg/Docs/Overview/Overview.md b/SetupDataPkg/Docs/Overview/Overview.md index 4c068344..d294197c 100644 --- a/SetupDataPkg/Docs/Overview/Overview.md +++ b/SetupDataPkg/Docs/Overview/Overview.md @@ -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. diff --git a/SetupDataPkg/Docs/PlatformIntegration/PlatformIntegrationSteps.md b/SetupDataPkg/Docs/PlatformIntegration/PlatformIntegrationSteps.md index 77750a4d..4ff11c9e 100644 --- a/SetupDataPkg/Docs/PlatformIntegration/PlatformIntegrationSteps.md +++ b/SetupDataPkg/Docs/PlatformIntegration/PlatformIntegrationSteps.md @@ -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,