mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
Merge pull request #1396 from out0xb2/patch-1
Adding link to the DFCI Spec & OEM onboarding doc
This commit is contained in:
@ -20,7 +20,7 @@ The UEFI configuration service provider (CSP) interfaces to UEFI's Device Firmwa
|
||||
> 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 Device Firmware Configuration Interface (DFCI) and UEFI firmware to comply with this interface. The specification for this interface and compatible firmware is not yet available.
|
||||
> The production UEFI CSP is present in 1809, but it depends upon the [Device Firmware Configuration Interface (DFCI) and UEFI firmware](https://microsoft.github.io/mu/dyn/mu_plus/DfciPkg/Docs/Dfci_Feature/) to comply with this interface.
|
||||
|
||||
The following diagram shows the UEFI CSP in tree format.
|
||||
|
||||
@ -70,7 +70,7 @@ Apply a permissions information package to UEFI. Input is the signed package in
|
||||
Value type is Base64. Supported operation is Replace.
|
||||
|
||||
<a href="" id="permissions-result"></a>**Permissions/Result**
|
||||
Retrieves the binary result package of the previous Permissions/Apply operation. This binary package contains XML describing the action taken for each individual permission.
|
||||
Retrieves the binary result package of the previous Permissions/Apply operation. This binary package contains XML describing the action taken for each individual permission.
|
||||
|
||||
Supported operation is Get.
|
||||
|
||||
@ -109,17 +109,17 @@ Supported operation is Get.
|
||||
Node for settings permission operations. Alternate endpoint for sending a second permission package without an OS restart.
|
||||
|
||||
<a href="" id="permissions2-apply"></a>**Permissions2/Apply**
|
||||
Apply a permissions information package to UEFI. Input is the signed package in base64 encoded format. Alternate location for sending two permissions information packages in the same session.
|
||||
Apply a permissions information package to UEFI. Input is the signed package in base64 encoded format. Alternate location for sending two permissions information packages in the same session.
|
||||
|
||||
Value type is Base64. Supported operation is Replace.
|
||||
|
||||
<a href="" id="permissions2-result"></a>**Permissions2/Result**
|
||||
Retrieves the binary result package from the previous Permissions2/Apply operation. This binary package contains XML describing the action taken for each individual permission.
|
||||
Retrieves the binary result package from the previous Permissions2/Apply operation. This binary package contains XML describing the action taken for each individual permission.
|
||||
|
||||
Supported operation is Get.
|
||||
|
||||
<a href="" id="settings2"></a>**Settings2**
|
||||
Nodefor device settings operations. Alternate endpoint for sending a second settings package without an OS restart.
|
||||
Node for device settings operations. Alternate endpoint for sending a second settings package without an OS restart.
|
||||
|
||||
<a href="" id="settings2-apply"></a>**Settings2/Apply**
|
||||
Apply a settings information package to UEFI. Input is the signed package in base64 encoded format. Alternate location for sending two settings information packages in the same session.
|
||||
|
Reference in New Issue
Block a user