From 0ac4c1c9d2aedeb8d1c91e1943fd37df55cfc435 Mon Sep 17 00:00:00 2001 From: Jeremiah Cox <17728431+out0xb2@users.noreply.github.com> Date: Mon, 25 Feb 2019 09:03:55 -0800 Subject: [PATCH] Updated per partner feedback --- windows/client-management/mdm/uefi-csp.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.