Skip to content

Commit a2a628c

Browse files
fix: type in BootCapabilitiesResponse
1 parent f99714c commit a2a628c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/wsman/amt/boot/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ type (
103103
BIOSSecureBoot bool `xml:"BIOSSecureBoot,omitempty"` // Indicates whether Intel® AMT device supports 'BIOS Secure Boot'
104104
SecureErase bool `xml:"SecureErase,omitempty"` // Indicates whether Intel® AMT device supports 'Secure Erase'
105105
ForceWinREBoot bool `xml:"ForceWinREBoot,omitempty"` // Supports Intel AMT invoking boot to WinRE
106-
ForceUEFILocalPBABoot bool `xml:"ForceUEFILocalPBABoot,omitempty"` // Supports booting to an ISV’s PBA
106+
ForceUEFILocalPBABoot bool `xml:"ForceUEFIPBABoot,omitempty"` // Supports booting to an ISV’s PBA
107107
ForceUEFIHTTPSBoot bool `xml:"ForceUEFIHTTPSBoot,omitempty"` // Supports Intel AMT invoking HTTPS boot
108108
AMTSecureBootControl bool `xml:"AMTSecureBootControl,omitempty"` // Determines whether Intel AMT is privileged by BIOS to disable secure boot for an AMT triggered boot option. If true, the BIOS allows Intel AMT to control the secure boot (i.e., to disable secure boot in recovery from HTTPS under certain conditions).
109109
UEFIWiFiCoExistenceAndProfileShare bool `xml:"UEFIWiFiCoExistenceAndProfileShare,omitempty"` // Read-only field, determines whether UEFI BIOS and Intel AMT WiFi profile share is supported. The feature is available from Intel® CSME 16.0.

0 commit comments

Comments
 (0)