diff --git a/windows/client-management/mdm/uefi-csp.md b/windows/client-management/mdm/uefi-csp.md index f434251f74..2a3373702b 100644 --- a/windows/client-management/mdm/uefi-csp.md +++ b/windows/client-management/mdm/uefi-csp.md @@ -17,6 +17,9 @@ The UEFI configuration service provider (CSP) interfaces to UEFI's Device Firmwa > [!Note] > The UEFI CSP version published in Windows 10, version 1803 is replaced with this one (version 1809). +> [!Note] +> The production UEFI CSP is present in 1809, but it depends upon the Devicie Firmware Configuration Interface (DFCI) and UEFI firmware the complies with this interface. The specification for this interface and compatible firmware is not yet available. + The following diagram shows the UEFI CSP in tree format. ![Uefi CSP diagram](images/provisioning-csp-uefi.png) @@ -124,4 +127,4 @@ Value type is Base64. Supported operation is Replace. **Settings2/Result** Retrieves the binary result package of previous Settings2/Apply operation. This binary package contains XML describing the action taken for each individual setting. -Supported operation is Get. \ No newline at end of file +Supported operation is Get.