cisco.intersight.intersight_bios_policy (2.0.8) — module

BIOS policy configuration for Cisco Intersight

Authors: Surendra Ramarao (@CRSurendra)

preview | supported by community

Install collection

Install with ansible-galaxy collection install cisco.intersight:==2.0.8


Add to requirements.yml

  collections:
    - name: cisco.intersight
      version: 2.0.8

Description

BIOS policy configuration for Cisco Intersight.

Used to configure BIOS settings on Cisco Intersight managed devices.

For more information see L(Cisco Intersight,https://intersight.com/apidocs).

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Configure BIOS Policy
  cisco.intersight.intersight_bios_policy:
    api_private_key: "{{ api_private_key }}"
    api_key_id: "{{ api_key_id }}"
    organization: DevNet
    name: COS-BIOS
    description: Boot Order policy for COS
    tags:
      - Key: Site
        Value: RCDN
    processor_cstate: enabled
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Delete BIOS Policy
  cisco.intersight.intersight_bios_policy:
    api_private_key: "{{ api_private_key }}"
    api_key_id: "{{ api_key_id }}"
    organization: DevNet
    name: COS-BIOS
    state: absent

Inputs

    
sev:
    choices:
    - platform-default
    - 253 ASIDs
    - 509 ASIDs
    - Auto
    default: platform-default
    description:
    - BIOS Token for setting Secured Encrypted Virtualization configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 253 ASIDs - Value - 253 ASIDs for configuring sev token.
    - 509 ASIDs - Value - 509 ASIDs for configuring sev token.
    - Auto - Value - Auto for configuring sev token.
    type: str

snc:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    - SNC2
    - SNC4
    default: platform-default
    description:
    - BIOS Token for setting Sub Numa Clustering configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring snc token.
    - disabled - Value - disabled for configuring snc token.
    - enabled - Value - enabled for configuring snc token.
    - SNC2 - Value - SNC2 for configuring snc token.
    - SNC4 - Value - SNC4 for configuring snc token.
    type: str

name:
    description:
    - The name assigned to the BIOS policy.
    - The name must be between 1 and 62 alphanumeric characters, allowing special characters
      :-_.
    required: true
    type: str

smee:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting SMEE configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

tags:
    description:
    - List of tags in Key:<user-defined key> Value:<user-defined value> format.
    elements: dict
    type: list

tsme:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting Transparent Secure Memory Encryption configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring tsme token.
    - disabled - Value - disabled for configuring tsme token.
    - enabled - Value - enabled for configuring tsme token.
    type: str

psata:
    choices:
    - platform-default
    - AHCI
    - Disabled
    - LSI SW RAID
    default: platform-default
    description:
    - BIOS Token for setting P-SATA Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - AHCI - Value - AHCI for configuring psata token.
    - Disabled - Value - Disabled for configuring psata token.
    - LSI SW RAID - Value - LSI SW RAID for configuring psata token.
    type: str

state:
    choices:
    - present
    - absent
    default: present
    description:
    - If C(present), will verify the resource is present and will create if needed.
    - If C(absent), will verify the resource is absent and will delete if needed.
    type: str

cr_qos:
    choices:
    - platform-default
    - Disabled
    - Mode 0 - Disable the PMem QoS Feature
    - Mode 1 - M2M QoS Enable and CHA QoS Disable
    - Mode 2 - M2M QoS Enable and CHA QoS Enable
    - Profile 1
    - Recipe 1
    - Recipe 2
    - Recipe 3
    default: platform-default
    description:
    - BIOS Token for setting CR QoS configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Disabled - Value - Disabled for configuring cr_qos token.
    - Mode 0 - Disable the PMem QoS Feature - Value - Mode 0 - Disable the PMem QoS Feature
      for configuring cr_qos token.
    - Mode 1 - M2M QoS Enable and CHA QoS Disable - Value - Mode 1 - M2M QoS Enable and
      CHA QoS Disable for configuring cr_qos token.
    - Mode 2 - M2M QoS Enable and CHA QoS Enable - Value - Mode 2 - M2M QoS Enable and
      CHA QoS Enable for configuring cr_qos token.
    - Profile 1 - Value - Profile 1 for configuring cr_qos token.
    - Recipe 1 - Value - Recipe 1 for configuring cr_qos token.
    - Recipe 2 - Value - Recipe 2 for configuring cr_qos token.
    - Recipe 3 - Value - Recipe 3 for configuring cr_qos token.
    type: str

sr_iov:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting SR-IOV Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

api_uri:
    default: https://intersight.com/api/v1
    description:
    - URI used to access the Intersight API.
    - If not set, the value of the INTERSIGHT_API_URI environment variable is used.
    type: str

edpc_en:
    choices:
    - platform-default
    - Disabled
    - On Fatal Error
    - On Fatal and Non-Fatal Errors
    default: platform-default
    description:
    - BIOS Token for setting IIO eDPC Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Disabled - Value - Disabled for configuring edpc_en token.
    - On Fatal Error - Value - On Fatal Error for configuring edpc_en token.
    - On Fatal and Non-Fatal Errors - Value - On Fatal and Non-Fatal Errors for configuring
      edpc_en token.
    type: str

ipv4pxe:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting IPv4 PXE Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

ipv6pxe:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting IPV6 PXE Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

sgx_qos:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting SGX QoS configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

altitude:
    choices:
    - platform-default
    - 300-m
    - 900-m
    - 1500-m
    - 3000-m
    - auto
    default: platform-default
    description:
    - BIOS Token for setting altitude configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 300-m - Value - 300-m for configuring altitude token.
    - 900-m - Value - 900-m for configuring altitude token.
    - 1500-m - Value - 1500-m for configuring altitude token.
    - 3000-m - Value - 3000-m for configuring altitude token.
    - auto - Value - auto for configuring altitude token.
    type: str

ipv4http:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting IPV4 HTTP Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

ipv6http:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting IPV6 HTTP Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

smt_mode:
    choices:
    - platform-default
    - Auto
    - 'Off'
    default: platform-default
    description:
    - BIOS Token for setting SMT Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring smt_mode token.
    - Off - Value - Off for configuring smt_mode token.
    type: str

svm_mode:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting SVM Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

baud_rate:
    choices:
    - platform-default
    - '9600'
    - '19200'
    - '38400'
    - '57600'
    - '115200'
    default: platform-default
    description:
    - BIOS Token for setting Baud Rate configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 9600 - Value - 9600 for configuring baud_rate token.
    - 19200 - Value - 19200 for configuring baud_rate token.
    - 38400 - Value - 38400 for configuring baud_rate token.
    - 57600 - Value - 57600 for configuring baud_rate token.
    - 115200 - Value - 115200 for configuring baud_rate token.
    type: str

llc_alloc:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting LLC Dead Line configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring llc_alloc token.
    - disabled - Value - disabled for configuring llc_alloc token.
    - enabled - Value - enabled for configuring llc_alloc token.
    type: str

sgx_le_wr:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting SGX Write Enable configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

use_proxy:
    default: true
    description:
    - If C(no), it will not use a proxy, even if one is defined in an environment variable
      on the target hosts.
    type: bool

api_key_id:
    description:
    - Public API Key ID associated with the private key.
    - If not set, the value of the INTERSIGHT_API_KEY_ID environment variable is used.
    required: true
    type: str

cdn_enable:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Consistent Device Naming configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

config_tdp:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Config TDP configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

enable_rmt:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Rank Margin Tool configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

enable_sgx:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Software Guard Extensions  (SGX) configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

enable_tme:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Total Memory Encryption  (TME) configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

epp_enable:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Processor EPP Enable configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

frb2enable:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting FRB-2 Timer configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

mmcfg_base:
    choices:
    - platform-default
    - 1 GB
    - 2 GB
    - 2.5 GB
    - 3 GB
    - Auto
    default: platform-default
    description:
    - BIOS Token for setting MMCFG BASE configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 1 GB - Value - 1 GiB for configuring mmcfg_base token.
    - 2 GB - Value - 2 GiB for configuring mmcfg_base token.
    - 2.5 GB - Value - 2.5 GiB for configuring mmcfg_base token.
    - 3 GB - Value - 3 GiB for configuring mmcfg_base token.
    - Auto - Value - Auto for configuring mmcfg_base token.
    type: str

sgx_epoch0:
    default: platform-default
    description:
    - BIOS Token for setting SGX Epoch 0 configuration (0 - ffffffffffffffff Hash byte
      7-0).
    type: str

sgx_epoch1:
    default: platform-default
    description:
    - BIOS Token for setting SGX Epoch 1 configuration (0 - ffffffffffffffff Hash byte
      7-0).
    type: str

slot1state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting Slot 1 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot1state token.
    - enabled - Value - enabled for configuring slot1state token.
    - Legacy Only - Value - Legacy Only for configuring slot1state token.
    - UEFI Only - Value - UEFI Only for configuring slot1state token.
    type: str

slot2state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting Slot 2 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot2state token.
    - enabled - Value - enabled for configuring slot2state token.
    - Legacy Only - Value - Legacy Only for configuring slot2state token.
    - UEFI Only - Value - UEFI Only for configuring slot2state token.
    type: str

slot3state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting Slot 3 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot3state token.
    - enabled - Value - enabled for configuring slot3state token.
    - Legacy Only - Value - Legacy Only for configuring slot3state token.
    - UEFI Only - Value - UEFI Only for configuring slot3state token.
    type: str

slot4state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting Slot 4 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot4state token.
    - enabled - Value - enabled for configuring slot4state token.
    - Legacy Only - Value - Legacy Only for configuring slot4state token.
    - UEFI Only - Value - UEFI Only for configuring slot4state token.
    type: str

slot5state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting Slot 5 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot5state token.
    - enabled - Value - enabled for configuring slot5state token.
    - Legacy Only - Value - Legacy Only for configuring slot5state token.
    - UEFI Only - Value - UEFI Only for configuring slot5state token.
    type: str

slot6state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting Slot 6 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot6state token.
    - enabled - Value - enabled for configuring slot6state token.
    - Legacy Only - Value - Legacy Only for configuring slot6state token.
    - UEFI Only - Value - UEFI Only for configuring slot6state token.
    type: str

slot7state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting Slot 7 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot7state token.
    - enabled - Value - enabled for configuring slot7state token.
    - Legacy Only - Value - Legacy Only for configuring slot7state token.
    - UEFI Only - Value - UEFI Only for configuring slot7state token.
    type: str

slot8state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting Slot 8 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot8state token.
    - enabled - Value - enabled for configuring slot8state token.
    - Legacy Only - Value - Legacy Only for configuring slot8state token.
    - UEFI Only - Value - UEFI Only for configuring slot8state token.
    type: str

slot9state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting Slot 9 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot9state token.
    - enabled - Value - enabled for configuring slot9state token.
    - Legacy Only - Value - Legacy Only for configuring slot9state token.
    - UEFI Only - Value - UEFI Only for configuring slot9state token.
    type: str

vmd_enable:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting VMD Enablement configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

cdn_support:
    choices:
    - platform-default
    - disabled
    - enabled
    - LOMs Only
    default: platform-default
    description:
    - BIOS Token for setting CDN Support for LOM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring cdn_support token.
    - enabled - Value - enabled for configuring cdn_support token.
    - LOMs Only - Value - LOMs Only for configuring cdn_support token.
    type: str

cmci_enable:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Processor CMCI configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

description:
    aliases:
    - descr
    description:
    - The user-defined description of the BIOS policy.
    - Description can contain letters(a-z, A-Z), numbers(0-9), hyphen(-), period(.), colon(:),
      or an underscore(_).
    type: str

epp_profile:
    choices:
    - platform-default
    - Balanced Performance
    - Balanced Power
    - Performance
    - Power
    default: platform-default
    description:
    - BIOS Token for setting EPP Profile configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Balanced Performance - Value - Balanced Performance for configuring epp_profile
      token.
    - Balanced Power - Value - Balanced Power for configuring epp_profile token.
    - Performance - Value - Performance for configuring epp_profile token.
    - Power - Value - Power for configuring epp_profile token.
    type: str

hwpm_enable:
    choices:
    - platform-default
    - Disabled
    - HWPM Native Mode
    - HWPM OOB Mode
    - NATIVE MODE
    - Native Mode with no Legacy
    - OOB MODE
    default: platform-default
    description:
    - BIOS Token for setting CPU Hardware Power Management configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Disabled - Value - Disabled for configuring hwpm_enable token.
    - HWPM Native Mode - Value - HWPM Native Mode for configuring hwpm_enable token.
    - HWPM OOB Mode - Value - HWPM OOB Mode for configuring hwpm_enable token.
    - NATIVE MODE - Value - NATIVE MODE for configuring hwpm_enable token.
    - Native Mode with no Legacy - Value - Native Mode with no Legacy for configuring
      hwpm_enable token.
    - OOB MODE - Value - OOB MODE for configuring hwpm_enable token.
    type: str

ip_prefetch:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting DCU IP Prefetcher configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

lv_ddr_mode:
    choices:
    - platform-default
    - auto
    - performance-mode
    - power-saving-mode
    default: platform-default
    description:
    - BIOS Token for setting Low Voltage DDR Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - auto - Value - auto for configuring lv_ddr_mode token.
    - performance-mode - Value - performance-mode for configuring lv_ddr_mode token.
    - power-saving-mode - Value - power-saving-mode for configuring lv_ddr_mode token.
    type: str

pci_rom_clp:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCI ROM CLP configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

pop_support:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Power ON Password configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot10state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting Slot 10 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot10state token.
    - enabled - Value - enabled for configuring slot10state token.
    - Legacy Only - Value - Legacy Only for configuring slot10state token.
    - UEFI Only - Value - UEFI Only for configuring slot10state token.
    type: str

slot11state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Slot 11 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot12state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Slot 12 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot13state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Slot 13 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot14state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Slot 14 State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

tpm_control:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Trusted Platform Module State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

tpm_support:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Security Device Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

txt_support:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Intel Trusted Execution Technology Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

ufs_disable:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Uncore Frequency Scaling configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

aspm_support:
    choices:
    - platform-default
    - Auto
    - Disabled
    - Force L0s
    - L1 Only
    default: platform-default
    description:
    - BIOS Token for setting ASPM Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring aspm_support token.
    - Disabled - Value - Disabled for configuring aspm_support token.
    - Force L0s - Value - Force L0s for configuring aspm_support token.
    - L1 Only - Value - L1 Only for configuring aspm_support token.
    type: str

cpu_pa_limit:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Limit CPU PA to 46 Bits configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

demand_scrub:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Demand Scrub configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

eadr_support:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting eADR Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring eadr_support token.
    - disabled - Value - disabled for configuring eadr_support token.
    - enabled - Value - enabled for configuring eadr_support token.
    type: str

enable_mktme:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Multikey Total Memory Encryption  (MK-TME) configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

epoch_update:
    choices:
    - platform-default
    - Change to New Random Owner EPOCHs
    - Manual User Defined Owner EPOCHs
    - SGX Owner EPOCH activated
    default: platform-default
    description:
    - BIOS Token for setting Select Owner EPOCH Input Type configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Change to New Random Owner EPOCHs - Value - Change to New Random Owner EPOCHs for
      configuring epoch_update token.
    - Manual User Defined Owner EPOCHs - Value - Manual User Defined Owner EPOCHs for
      configuring epoch_update token.
    - SGX Owner EPOCH activated - Value - SGX Owner EPOCH activated for configuring epoch_update
      token.
    type: str

flow_control:
    choices:
    - platform-default
    - none
    - rts-cts
    default: platform-default
    description:
    - BIOS Token for setting Flow Control configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - none - Value - none for configuring flow_control token.
    - rts-cts - Value - rts-cts for configuring flow_control token.
    type: str

ioh_resource:
    choices:
    - platform-default
    - IOH0 24k IOH1 40k
    - IOH0 32k IOH1 32k
    - IOH0 40k IOH1 24k
    - IOH0 48k IOH1 16k
    - IOH0 56k IOH1 8k
    default: platform-default
    description:
    - BIOS Token for setting IOH Resource Allocation configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - IOH0 24k IOH1 40k - Value - IOH0 24k IOH1 40k for configuring ioh_resource token.
    - IOH0 32k IOH1 32k - Value - IOH0 32k IOH1 32k for configuring ioh_resource token.
    - IOH0 40k IOH1 24k - Value - IOH0 40k IOH1 24k for configuring ioh_resource token.
    - IOH0 48k IOH1 16k - Value - IOH0 48k IOH1 16k for configuring ioh_resource token.
    - IOH0 56k IOH1 8k - Value - IOH0 56k IOH1 8k for configuring ioh_resource token.
    type: str

kti_prefetch:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting KTI Prefetch configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring kti_prefetch token.
    - disabled - Value - disabled for configuring kti_prefetch token.
    - enabled - Value - enabled for configuring kti_prefetch token.
    type: str

llc_prefetch:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting LLC Prefetch configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

organization:
    default: default
    description:
    - The name of the Organization this resource is assigned to.
    - Profiles and Policies that are created within a Custom Organization are applicable
      only to devices in the same Organization.
    type: str

patrol_scrub:
    choices:
    - platform-default
    - disabled
    - Enable at End of POST
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting Patrol Scrub configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring patrol_scrub token.
    - Enable at End of POST - Value - Enable at End of POST for configuring patrol_scrub
      token.
    - enabled - Value - enabled for configuring patrol_scrub token.
    type: str

pcie_pll_ssc:
    choices:
    - platform-default
    - Auto
    - Disabled
    - ZeroPointFive
    default: platform-default
    description:
    - BIOS Token for setting PCIe PLL SSC configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring pcie_pll_ssc token.
    - Disabled - Value - Disabled for configuring pcie_pll_ssc token.
    - ZeroPointFive - Value - ZeroPointFive for configuring pcie_pll_ssc token.
    type: str

sha1pcr_bank:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting SHA-1 PCR Bank configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n1state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N1 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot_n1state token.
    - enabled - Value - enabled for configuring slot_n1state token.
    - Legacy Only - Value - Legacy Only for configuring slot_n1state token.
    - UEFI Only - Value - UEFI Only for configuring slot_n1state token.
    type: str

slot_n2state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N2 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot_n2state token.
    - enabled - Value - enabled for configuring slot_n2state token.
    - Legacy Only - Value - Legacy Only for configuring slot_n2state token.
    - UEFI Only - Value - UEFI Only for configuring slot_n2state token.
    type: str

slot_n3state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N3 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n4state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N4 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n5state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N5 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n6state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N6 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n7state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N7 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n8state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N8 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n9state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N9 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

sparing_mode:
    choices:
    - platform-default
    - dimm-sparing
    - rank-sparing
    default: platform-default
    description:
    - BIOS Token for setting Sparing Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - dimm-sparing - Value - dimm-sparing for configuring sparing_mode token.
    - rank-sparing - Value - rank-sparing for configuring sparing_mode token.
    type: str

usb_emul6064:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Port 60/64 Emulation configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

usb_port_kvm:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting USB Port KVM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

vga_priority:
    choices:
    - platform-default
    - Offboard
    - Onboard
    - Onboard VGA Disabled
    default: platform-default
    description:
    - BIOS Token for setting VGA Priority configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Offboard - Value - Offboard for configuring vga_priority token.
    - Onboard - Value - Onboard for configuring vga_priority token.
    - Onboard VGA Disabled - Value - Onboard VGA Disabled for configuring vga_priority
      token.
    type: str

virtual_numa:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Virtual NUMA configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

xpt_prefetch:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting XPT Prefetch configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring xpt_prefetch token.
    - disabled - Value - disabled for configuring xpt_prefetch token.
    - enabled - Value - enabled for configuring xpt_prefetch token.
    type: str

auto_cc_state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Autonomous Core C State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

extended_apic:
    choices:
    - platform-default
    - disabled
    - enabled
    - X2APIC
    - XAPIC
    default: platform-default
    description:
    - BIOS Token for setting Local X2 Apic configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring extended_apic token.
    - enabled - Value - enabled for configuring extended_apic token.
    - X2APIC - Value - X2APIC for configuring extended_apic token.
    - XAPIC - Value - XAPIC for configuring extended_apic token.
    type: str

network_stack:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Network Stack configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

pch_usb30mode:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting xHCI Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

processor_c1e:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Processor C1E configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

putty_key_pad:
    choices:
    - platform-default
    - ESCN
    - LINUX
    - SCO
    - VT100
    - VT400
    - XTERMR6
    default: platform-default
    description:
    - BIOS Token for setting Putty KeyPad configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - ESCN - Value - ESCN for configuring putty_key_pad token.
    - LINUX - Value - LINUX for configuring putty_key_pad token.
    - SCO - Value - SCO for configuring putty_key_pad token.
    - VT100 - Value - VT100 for configuring putty_key_pad token.
    - VT400 - Value - VT400 for configuring putty_key_pad token.
    - XTERMR6 - Value - XTERMR6 for configuring putty_key_pad token.
    type: str

slot_lom1link:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe LOM:1 Link configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_lom2link:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe LOM:2 Link configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n10state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N10 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n11state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N11 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n12state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N12 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n13state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N13 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n14state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N14 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n15state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N15 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n16state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N16 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n17state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N17 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n18state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N18 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n19state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N19 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n20state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N20 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n21state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N21 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n22state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N22 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n23state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N23 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_n24state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot N24 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

terminal_type:
    choices:
    - platform-default
    - pc-ansi
    - vt100
    - vt100-plus
    - vt-utf8
    default: platform-default
    description:
    - BIOS Token for setting Terminal Type configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - pc-ansi - Value - pc-ansi for configuring terminal_type token.
    - vt100 - Value - vt100 for configuring terminal_type token.
    - vt100-plus - Value - vt100-plus for configuring terminal_type token.
    - vt-utf8 - Value - vt-utf8 for configuring terminal_type token.
    type: str

usb_port_rear:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting USB Port Rear configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

cbs_cmn_apbdis:
    choices:
    - platform-default
    - '0'
    - '1'
    - Auto
    default: platform-default
    description:
    - BIOS Token for setting APBDIS configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 0 - Value - 0 for configuring cbs_cmn_apbdis token.
    - 1 - Value - 1 for configuring cbs_cmn_apbdis token.
    - Auto - Value - Auto for configuring cbs_cmn_apbdis token.
    type: str

cke_low_policy:
    choices:
    - platform-default
    - auto
    - disabled
    - fast
    - slow
    default: platform-default
    description:
    - BIOS Token for setting CKE Low Policy configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - auto - Value - auto for configuring cke_low_policy token.
    - disabled - Value - disabled for configuring cke_low_policy token.
    - fast - Value - fast for configuring cke_low_policy token.
    - slow - Value - slow for configuring cke_low_policy token.
    type: str

imc_interleave:
    choices:
    - platform-default
    - 1-way Interleave
    - 2-way Interleave
    - Auto
    default: platform-default
    description:
    - BIOS Token for setting IMC Interleaving configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 1-way Interleave - Value - 1-way Interleave for configuring imc_interleave token.
    - 2-way Interleave - Value - 2-way Interleave for configuring imc_interleave token.
    - Auto - Value - Auto for configuring imc_interleave token.
    type: str

lom_port0state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting LOM Port 0 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring lom_port0state token.
    - enabled - Value - enabled for configuring lom_port0state token.
    - Legacy Only - Value - Legacy Only for configuring lom_port0state token.
    - UEFI Only - Value - UEFI Only for configuring lom_port0state token.
    type: str

lom_port1state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting LOM Port 1 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring lom_port1state token.
    - enabled - Value - enabled for configuring lom_port1state token.
    - Legacy Only - Value - Legacy Only for configuring lom_port1state token.
    - UEFI Only - Value - UEFI Only for configuring lom_port1state token.
    type: str

lom_port2state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting LOM Port 2 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring lom_port2state token.
    - enabled - Value - enabled for configuring lom_port2state token.
    - Legacy Only - Value - Legacy Only for configuring lom_port2state token.
    - UEFI Only - Value - UEFI Only for configuring lom_port2state token.
    type: str

lom_port3state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting LOM Port 3 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring lom_port3state token.
    - enabled - Value - enabled for configuring lom_port3state token.
    - Legacy Only - Value - Legacy Only for configuring lom_port3state token.
    - UEFI Only - Value - UEFI Only for configuring lom_port3state token.
    type: str

mirroring_mode:
    choices:
    - platform-default
    - inter-socket
    - intra-socket
    default: platform-default
    description:
    - BIOS Token for setting Mirroring Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - inter-socket - Value - inter-socket for configuring mirroring_mode token.
    - intra-socket - Value - intra-socket for configuring mirroring_mode token.
    type: str

numa_optimized:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting NUMA Optimized configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

operation_mode:
    choices:
    - platform-default
    - Test Only
    - Test and Repair
    default: platform-default
    description:
    - BIOS Token for setting Operation Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Test Only - Value - Test Only for configuring operation_mode token.
    - Test and Repair - Value - Test and Repair for configuring operation_mode token.
    type: str

qpi_link_speed:
    choices:
    - platform-default
    - 10.4GT/s
    - 11.2GT/s
    - 12.8GT/s
    - 14.4GT/s
    - 16.0GT/s
    - 9.6GT/s
    - Auto
    default: platform-default
    description:
    - BIOS Token for setting UPI Link Frequency Select configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 10.4GT/s - Value - 10.4GT/s for configuring qpi_link_speed token.
    - 11.2GT/s - Value - 11.2GT/s for configuring qpi_link_speed token.
    - 12.8GT/s - Value - 12.8GT/s for configuring qpi_link_speed token.
    - 14.4GT/s - Value - 14.4GT/s for configuring qpi_link_speed token.
    - 16.0GT/s - Value - 16.0GT/s for configuring qpi_link_speed token.
    - 9.6GT/s - Value - 9.6GT/s for configuring qpi_link_speed token.
    - Auto - Value - Auto for configuring qpi_link_speed token.
    type: str

qpi_snoop_mode:
    choices:
    - platform-default
    - auto
    - cluster-on-die
    - early-snoop
    - home-directory-snoop
    - home-directory-snoop-with-osb
    - home-snoop
    default: platform-default
    description:
    - BIOS Token for setting QPI Snoop Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - auto - Value - auto for configuring qpi_snoop_mode token.
    - cluster-on-die - Value - cluster-on-die for configuring qpi_snoop_mode token.
    - early-snoop - Value - early-snoop for configuring qpi_snoop_mode token.
    - home-directory-snoop - Value - home-directory-snoop for configuring qpi_snoop_mode
      token.
    - home-directory-snoop-with-osb - Value - home-directory-snoop-with-osb for configuring
      qpi_snoop_mode token.
    - home-snoop - Value - home-snoop for configuring qpi_snoop_mode token.
    type: str

sha256pcr_bank:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting SHA256 PCR Bank configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_gpu1state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting GPU 1 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_gpu2state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting GPU 2 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_gpu3state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting GPU 3 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_gpu4state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting GPU 4 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_gpu5state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting GPU 5 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_gpu6state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting GPU 6 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_gpu7state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting GPU 7 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_gpu8state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting GPU 8 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_hba_state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:HBA OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot_hba_state token.
    - enabled - Value - enabled for configuring slot_hba_state token.
    - Legacy Only - Value - Legacy Only for configuring slot_hba_state token.
    - UEFI Only - Value - UEFI Only for configuring slot_hba_state token.
    type: str

slot_sas_state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:SAS OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot_sas_state token.
    - enabled - Value - enabled for configuring slot_sas_state token.
    - Legacy Only - Value - Legacy Only for configuring slot_sas_state token.
    - UEFI Only - Value - UEFI Only for configuring slot_sas_state token.
    type: str

usb_port_front:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting USB Port Front configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

validate_certs:
    default: true
    description:
    - Boolean control for verifying the api_uri TLS certificate
    type: bool

x2apic_opt_out:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting X2APIC Opt-Out Flag configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

all_usb_devices:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting All USB Devices configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

api_private_key:
    description:
    - Filename (absolute path) or string of PEM formatted private key data to be used
      for Intersight API authentication.
    - If a string is used, Ansible vault should be used to encrypt string data.
    - Ex. ansible-vault encrypt_string --vault-id tme@/Users/dsoper/Documents/vault_password_file
      '-----BEGIN EC PRIVATE KEY-----
    - '    <your private key data>'
    - '    -----END EC PRIVATE KEY-----'''
    - If not set, the value of the INTERSIGHT_API_PRIVATE_KEY environment variable is
      used.
    required: true
    type: path

c1auto_demotion:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting C1 Auto Demotion configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

cbs_cmn_cpu_cpb:
    choices:
    - platform-default
    - Auto
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Core Performance Boost configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_cpu_cpb token.
    - disabled - Value - disabled for configuring cbs_cmn_cpu_cpb token.
    type: str

cpu_performance:
    choices:
    - platform-default
    - custom
    - enterprise
    - high-throughput
    - hpc
    default: platform-default
    description:
    - BIOS Token for setting CPU Performance configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - custom - Value - custom for configuring cpu_performance token.
    - enterprise - Value - enterprise for configuring cpu_performance token.
    - high-throughput - Value - high-throughput for configuring cpu_performance token.
    - hpc - Value - hpc for configuring cpu_performance token.
    type: str

crfastgo_config:
    choices:
    - platform-default
    - Auto
    - Default
    - Disable optimization
    - Enable optimization
    - Option 1
    - Option 2
    - Option 3
    - Option 4
    - Option 5
    default: platform-default
    description:
    - BIOS Token for setting CR FastGo Config configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring crfastgo_config token.
    - Default - Value - Default for configuring crfastgo_config token.
    - Disable optimization - Value - Disable optimization for configuring crfastgo_config
      token.
    - Enable optimization - Value - Enable optimization for configuring crfastgo_config
      token.
    - Option 1 - Value - Option 1 for configuring crfastgo_config token.
    - Option 2 - Value - Option 2 for configuring crfastgo_config token.
    - Option 3 - Value - Option 3 for configuring crfastgo_config token.
    - Option 4 - Value - Option 4 for configuring crfastgo_config token.
    - Option 5 - Value - Option 5 for configuring crfastgo_config token.
    type: str

dma_ctrl_opt_in:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting DMA Control Opt-In Flag configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

eng_perf_tuning:
    choices:
    - platform-default
    - BIOS
    - OS
    default: platform-default
    description:
    - BIOS Token for setting Energy Performance Tuning configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - BIOS - Value - BIOS for configuring eng_perf_tuning token.
    - OS - Value - OS for configuring eng_perf_tuning token.
    type: str

pwr_perf_tuning:
    choices:
    - platform-default
    - bios
    - os
    - peci
    default: platform-default
    description:
    - BIOS Token for setting Power Performance Tuning configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - bios - Value - BIOS for configuring pwr_perf_tuning token.
    - os - Value - os for configuring pwr_perf_tuning token.
    - peci - Value - peci for configuring pwr_perf_tuning token.
    type: str

select_ppr_type:
    choices:
    - platform-default
    - disabled
    - Hard PPR
    - Soft PPR
    default: platform-default
    description:
    - BIOS Token for setting PPR Type configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring select_ppr_type token.
    - Hard PPR - Value - Hard PPR for configuring select_ppr_type token.
    - Soft PPR - Value - Soft PPR for configuring select_ppr_type token.
    type: str

slot1link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - 'BIOS Token for setting PCIe Slot: 1 Link Speed configuration.'
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot1link_speed token.
    - Disabled - Value - Disabled for configuring slot1link_speed token.
    - GEN1 - Value - GEN1 for configuring slot1link_speed token.
    - GEN2 - Value - GEN2 for configuring slot1link_speed token.
    - GEN3 - Value - GEN3 for configuring slot1link_speed token.
    - GEN4 - Value - GEN4 for configuring slot1link_speed token.
    - GEN5 - Value - GEN5 for configuring slot1link_speed token.
    type: str

slot2link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - 'BIOS Token for setting PCIe Slot: 2 Link Speed configuration.'
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot2link_speed token.
    - Disabled - Value - Disabled for configuring slot2link_speed token.
    - GEN1 - Value - GEN1 for configuring slot2link_speed token.
    - GEN2 - Value - GEN2 for configuring slot2link_speed token.
    - GEN3 - Value - GEN3 for configuring slot2link_speed token.
    - GEN4 - Value - GEN4 for configuring slot2link_speed token.
    - GEN5 - Value - GEN5 for configuring slot2link_speed token.
    type: str

slot3link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - 'BIOS Token for setting PCIe Slot: 3 Link Speed configuration.'
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot3link_speed token.
    - Disabled - Value - Disabled for configuring slot3link_speed token.
    - GEN1 - Value - GEN1 for configuring slot3link_speed token.
    - GEN2 - Value - GEN2 for configuring slot3link_speed token.
    - GEN3 - Value - GEN3 for configuring slot3link_speed token.
    - GEN4 - Value - GEN4 for configuring slot3link_speed token.
    - GEN5 - Value - GEN5 for configuring slot3link_speed token.
    type: str

slot4link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - 'BIOS Token for setting PCIe Slot: 4 Link Speed configuration.'
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot4link_speed token.
    - Disabled - Value - Disabled for configuring slot4link_speed token.
    - GEN1 - Value - GEN1 for configuring slot4link_speed token.
    - GEN2 - Value - GEN2 for configuring slot4link_speed token.
    - GEN3 - Value - GEN3 for configuring slot4link_speed token.
    - GEN4 - Value - GEN4 for configuring slot4link_speed token.
    - GEN5 - Value - GEN5 for configuring slot4link_speed token.
    type: str

slot5link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - 'BIOS Token for setting PCIe Slot: 5 Link Speed configuration.'
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot5link_speed token.
    - Disabled - Value - Disabled for configuring slot5link_speed token.
    - GEN1 - Value - GEN1 for configuring slot5link_speed token.
    - GEN2 - Value - GEN2 for configuring slot5link_speed token.
    - GEN3 - Value - GEN3 for configuring slot5link_speed token.
    - GEN4 - Value - GEN4 for configuring slot5link_speed token.
    - GEN5 - Value - GEN5 for configuring slot5link_speed token.
    type: str

slot6link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - 'BIOS Token for setting PCIe Slot: 6 Link Speed configuration.'
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot6link_speed token.
    - Disabled - Value - Disabled for configuring slot6link_speed token.
    - GEN1 - Value - GEN1 for configuring slot6link_speed token.
    - GEN2 - Value - GEN2 for configuring slot6link_speed token.
    - GEN3 - Value - GEN3 for configuring slot6link_speed token.
    - GEN4 - Value - GEN4 for configuring slot6link_speed token.
    - GEN5 - Value - GEN5 for configuring slot6link_speed token.
    type: str

slot7link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - 'BIOS Token for setting PCIe Slot: 7 Link Speed configuration.'
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot7link_speed token.
    - Disabled - Value - Disabled for configuring slot7link_speed token.
    - GEN1 - Value - GEN1 for configuring slot7link_speed token.
    - GEN2 - Value - GEN2 for configuring slot7link_speed token.
    - GEN3 - Value - GEN3 for configuring slot7link_speed token.
    - GEN4 - Value - GEN4 for configuring slot7link_speed token.
    - GEN5 - Value - GEN5 for configuring slot7link_speed token.
    type: str

slot8link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - 'BIOS Token for setting PCIe Slot: 8 Link Speed configuration.'
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot8link_speed token.
    - Disabled - Value - Disabled for configuring slot8link_speed token.
    - GEN1 - Value - GEN1 for configuring slot8link_speed token.
    - GEN2 - Value - GEN2 for configuring slot8link_speed token.
    - GEN3 - Value - GEN3 for configuring slot8link_speed token.
    - GEN4 - Value - GEN4 for configuring slot8link_speed token.
    - GEN5 - Value - GEN5 for configuring slot8link_speed token.
    type: str

slot9link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    default: platform-default
    description:
    - 'BIOS Token for setting PCIe Slot: 9 Link Speed configuration.'
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot9link_speed token.
    - Disabled - Value - Disabled for configuring slot9link_speed token.
    - GEN1 - Value - GEN1 for configuring slot9link_speed token.
    - GEN2 - Value - GEN2 for configuring slot9link_speed token.
    - GEN3 - Value - GEN3 for configuring slot9link_speed token.
    - GEN4 - Value - GEN4 for configuring slot9link_speed token.
    type: str

slot_mezz_state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting Slot Mezz State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot_mezz_state token.
    - enabled - Value - enabled for configuring slot_mezz_state token.
    - Legacy Only - Value - Legacy Only for configuring slot_mezz_state token.
    - UEFI Only - Value - UEFI Only for configuring slot_mezz_state token.
    type: str

slot_mlom_state:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot MLOM OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring slot_mlom_state token.
    - enabled - Value - enabled for configuring slot_mlom_state token.
    - Legacy Only - Value - Legacy Only for configuring slot_mlom_state token.
    - UEFI Only - Value - UEFI Only for configuring slot_mlom_state token.
    type: str

slot_raid_state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot RAID OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

usb_port_vmedia:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting USB Port VMedia configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

vol_memory_mode:
    choices:
    - platform-default
    - 1LM
    - 2LM
    default: platform-default
    description:
    - BIOS Token for setting Volatile Memory Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 1LM - Value - 1LM for configuring vol_memory_mode token.
    - 2LM - Value - 2LM for configuring vol_memory_mode token.
    type: str

cbs_cmn_cpu_smee:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting CPU SMEE configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_cpu_smee token.
    - disabled - Value - disabled for configuring cbs_cmn_cpu_smee token.
    - enabled - Value - enabled for configuring cbs_cmn_cpu_smee token.
    type: str

cbs_cmnc_tdp_ctl:
    choices:
    - platform-default
    - Auto
    - Manual
    default: platform-default
    description:
    - BIOS Token for setting cTDP Control configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmnc_tdp_ctl token.
    - Manual - Value - Manual for configuring cbs_cmnc_tdp_ctl token.
    type: str

cbs_cpu_smt_ctrl:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting CPU SMT Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cpu_smt_ctrl token.
    - disabled - Value - disabled for configuring cbs_cpu_smt_ctrl token.
    - enabled - Value - enabled for configuring cbs_cpu_smt_ctrl token.
    type: str

config_tdp_level:
    choices:
    - platform-default
    - Level 1
    - Level 2
    - Normal
    default: platform-default
    description:
    - BIOS Token for setting Configurable TDP Level configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Level 1 - Value - Level 1 for configuring config_tdp_level token.
    - Level 2 - Value - Level 2 for configuring config_tdp_level token.
    - Normal - Value - Normal for configuring config_tdp_level token.
    type: str

ioh_error_enable:
    choices:
    - platform-default
    - 'No'
    - 'Yes'
    default: platform-default
    description:
    - BIOS Token for setting IIO Error Enable configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - No - Value - No for configuring ioh_error_enable token.
    - Yes - Value - Yes for configuring ioh_error_enable token.
    type: str

onboard_gbit_lom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Onboard Gbit LOM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

pch_pcie_pll_ssc:
    default: platform-default
    description:
    - BIOS Token for setting PCIe PLL SSC Percent configuration (0 - 255 (n/10)%).
    type: str

pci_option_ro_ms:
    choices:
    - platform-default
    - disabled
    - enabled
    - Legacy Only
    - UEFI Only
    default: platform-default
    description:
    - BIOS Token for setting All PCIe Slots OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring pci_option_ro_ms token.
    - enabled - Value - enabled for configuring pci_option_ro_ms token.
    - Legacy Only - Value - Legacy Only for configuring pci_option_ro_ms token.
    - UEFI Only - Value - UEFI Only for configuring pci_option_ro_ms token.
    type: str

pcie_ari_support:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe ARI Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring pcie_ari_support token.
    - disabled - Value - disabled for configuring pcie_ari_support token.
    - enabled - Value - enabled for configuring pcie_ari_support token.
    type: str

post_error_pause:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting POST Error Pause configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

processor_cstate:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting CPU C State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

rank_inter_leave:
    choices:
    - platform-default
    - 1-way
    - 2-way
    - 4-way
    - 8-way
    - auto
    default: platform-default
    description:
    - BIOS Token for setting Rank Interleaving configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 1-way - Value - 1-way for configuring rank_inter_leave token.
    - 2-way - Value - 2-way for configuring rank_inter_leave token.
    - 4-way - Value - 4-way for configuring rank_inter_leave token.
    - 8-way - Value - 8-way for configuring rank_inter_leave token.
    - auto - Value - auto for configuring rank_inter_leave token.
    type: str

sata_mode_select:
    choices:
    - platform-default
    - AHCI
    - Disabled
    - LSI SW RAID
    default: platform-default
    description:
    - BIOS Token for setting SATA Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - AHCI - Value - AHCI for configuring sata_mode_select token.
    - Disabled - Value - Disabled for configuring sata_mode_select token.
    - LSI SW RAID - Value - LSI SW RAID for configuring sata_mode_select token.
    type: str

slot10link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:10 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot10link_speed token.
    - Disabled - Value - Disabled for configuring slot10link_speed token.
    - GEN1 - Value - GEN1 for configuring slot10link_speed token.
    - GEN2 - Value - GEN2 for configuring slot10link_speed token.
    - GEN3 - Value - GEN3 for configuring slot10link_speed token.
    type: str

slot11link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:11 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot11link_speed token.
    - Disabled - Value - Disabled for configuring slot11link_speed token.
    - GEN1 - Value - GEN1 for configuring slot11link_speed token.
    - GEN2 - Value - GEN2 for configuring slot11link_speed token.
    - GEN3 - Value - GEN3 for configuring slot11link_speed token.
    type: str

slot12link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:12 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot12link_speed token.
    - Disabled - Value - Disabled for configuring slot12link_speed token.
    - GEN1 - Value - GEN1 for configuring slot12link_speed token.
    - GEN2 - Value - GEN2 for configuring slot12link_speed token.
    - GEN3 - Value - GEN3 for configuring slot12link_speed token.
    type: str

slot_mraid_state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot MRAID OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

tpm_ppi_required:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting TPM Minimal Physical Presence configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

usb_port_sd_card:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting USB Port SD Card configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

usb_xhci_support:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting XHCI Legacy Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

work_load_config:
    choices:
    - platform-default
    - Balanced
    - I/O Sensitive
    - NUMA
    - UMA
    default: platform-default
    description:
    - BIOS Token for setting Workload Configuration configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Balanced - Value - Balanced for configuring work_load_config token.
    - I/O Sensitive - Value - I/O Sensitive for configuring work_load_config token.
    - NUMA - Value - NUMA for configuring work_load_config token.
    - UMA - Value - UMA for configuring work_load_config token.
    type: str

advanced_mem_test:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting Enhanced Memory Test configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring advanced_mem_test token.
    - disabled - Value - disabled for configuring advanced_mem_test token.
    - enabled - Value - enabled for configuring advanced_mem_test token.
    type: str

boot_option_retry:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Boot Option Retry configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

cbs_cpu_core_ctrl:
    choices:
    - platform-default
    - Auto
    - FIVE (5 + 0)
    - FOUR (4 + 0)
    - ONE (1 + 0)
    - SEVEN (7 + 0)
    - SIX (6 + 0)
    - THREE (3 + 0)
    - TWO (2 + 0)
    default: platform-default
    description:
    - BIOS Token for setting CPU Downcore control configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cpu_core_ctrl token.
    - FIVE (5 + 0) - Value - FIVE (5 + 0) for configuring cbs_cpu_core_ctrl token.
    - FOUR (4 + 0) - Value - FOUR (4 + 0) for configuring cbs_cpu_core_ctrl token.
    - ONE (1 + 0) - Value - ONE (1 + 0) for configuring cbs_cpu_core_ctrl token.
    - SEVEN (7 + 0) - Value - SEVEN (7 + 0) for configuring cbs_cpu_core_ctrl token.
    - SIX (6 + 0) - Value - SIX (6 + 0) for configuring cbs_cpu_core_ctrl token.
    - THREE (3 + 0) - Value - THREE (3 + 0) for configuring cbs_cpu_core_ctrl token.
    - TWO (2 + 0) - Value - TWO (2 + 0) for configuring cbs_cpu_core_ctrl token.
    type: str

cisco_debug_level:
    choices:
    - platform-default
    - Maximum
    - Minimum
    - Normal
    default: platform-default
    description:
    - BIOS Token for setting BIOS Techlog Level configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Maximum - Value - Maximum for configuring cisco_debug_level token.
    - Minimum - Value - Minimum for configuring cisco_debug_level token.
    - Normal - Value - Normal for configuring cisco_debug_level token.
    type: str

dram_refresh_rate:
    choices:
    - platform-default
    - 1x
    - 2x
    - 3x
    - 4x
    - Auto
    default: platform-default
    description:
    - BIOS Token for setting DRAM Refresh Rate configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 1x - Value - 1x for configuring dram_refresh_rate token.
    - 2x - Value - 2x for configuring dram_refresh_rate token.
    - 3x - Value - 3x for configuring dram_refresh_rate token.
    - 4x - Value - 4x for configuring dram_refresh_rate token.
    - Auto - Value - Auto for configuring dram_refresh_rate token.
    type: str

error_check_scrub:
    choices:
    - platform-default
    - Disabled
    - Enabled with Result Collection
    - Enabled without Result Collection
    default: platform-default
    description:
    - BIOS Token for setting Error Check Scrub configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Disabled - Value - Disabled for configuring error_check_scrub token.
    - Enabled with Result Collection - Value - Enabled with Result Collection for configuring
      error_check_scrub token.
    - Enabled without Result Collection - Value - Enabled without Result Collection for
      configuring error_check_scrub token.
    type: str

hardware_prefetch:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Hardware Prefetcher configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

memory_size_limit:
    default: platform-default
    description:
    - BIOS Token for setting Memory Size Limit in GiB configuration (0 - 65535 GiB).
    type: str

onboard10gbit_lom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Onboard 10Gbit LOM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

pc_ie_ras_support:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe RAS Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

pstate_coord_type:
    choices:
    - platform-default
    - HW ALL
    - SW ALL
    - SW ANY
    default: platform-default
    description:
    - BIOS Token for setting P-STATE Coordination configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - HW ALL - Value - HW ALL for configuring pstate_coord_type token.
    - SW ALL - Value - SW ALL for configuring pstate_coord_type token.
    - SW ANY - Value - SW ANY for configuring pstate_coord_type token.
    type: str

sgx_factory_reset:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting SGX Factory Reset configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

streamer_prefetch:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting DCU Streamer Prefetch configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

usb_port_internal:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting USB Port Internal configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

assert_nmi_on_perr:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Assert NMI on PERR configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

assert_nmi_on_serr:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Assert NMI on SERR configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

bme_dma_mitigation:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting BME DMA Mitigation configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

c1auto_un_demotion:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting C1 Auto UnDemotion configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

intel_speed_select:
    choices:
    - platform-default
    - Auto
    - Base
    - Config 1
    - Config 2
    - Config 3
    - Config 4
    default: platform-default
    description:
    - BIOS Token for setting Intel Speed Select configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring intel_speed_select token.
    - Base - Value - Base for configuring intel_speed_select token.
    - Config 1 - Value - Config 1 for configuring intel_speed_select token.
    - Config 2 - Value - Config 2 for configuring intel_speed_select token.
    - Config 3 - Value - Config 3 for configuring intel_speed_select token.
    - Config 4 - Value - Config 4 for configuring intel_speed_select token.
    type: str

legacy_usb_support:
    choices:
    - platform-default
    - auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting Legacy USB Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - auto - Value - auto for configuring legacy_usb_support token.
    - disabled - Value - disabled for configuring legacy_usb_support token.
    - enabled - Value - enabled for configuring legacy_usb_support token.
    type: str

memory_inter_leave:
    choices:
    - platform-default
    - 1 Way Node Interleave
    - 2 Way Node Interleave
    - 4 Way Node Interleave
    - 8 Way Node Interleave
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting Intel Memory Interleaving configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 1 Way Node Interleave - Value - 1 Way Node Interleave for configuring memory_inter_leave
      token.
    - 2 Way Node Interleave - Value - 2 Way Node Interleave for configuring memory_inter_leave
      token.
    - 4 Way Node Interleave - Value - 4 Way Node Interleave for configuring memory_inter_leave
      token.
    - 8 Way Node Interleave - Value - 8 Way Node Interleave for configuring memory_inter_leave
      token.
    - disabled - Value - disabled for configuring memory_inter_leave token.
    - enabled - Value - enabled for configuring memory_inter_leave token.
    type: str

processor_c3report:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Processor C3 Report configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

processor_c6report:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Processor C6 Report configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

qpi_link_frequency:
    choices:
    - platform-default
    - 6.4-gt/s
    - 7.2-gt/s
    - 8.0-gt/s
    - 9.6-gt/s
    - auto
    default: platform-default
    description:
    - BIOS Token for setting QPI Link Frequency Select configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 6.4-gt/s - Value - 6.4-gt/s for configuring qpi_link_frequency token.
    - 7.2-gt/s - Value - 7.2-gt/s for configuring qpi_link_frequency token.
    - 8.0-gt/s - Value - 8.0-gt/s for configuring qpi_link_frequency token.
    - 9.6-gt/s - Value - 9.6-gt/s for configuring qpi_link_frequency token.
    - auto - Value - auto for configuring qpi_link_frequency token.
    type: str

single_pctl_enable:
    choices:
    - platform-default
    - 'No'
    - 'Yes'
    default: platform-default
    description:
    - BIOS Token for setting Single PCTL configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - No - Value - No for configuring single_pctl_enable token.
    - Yes - Value - Yes for configuring single_pctl_enable token.
    type: str

snoopy_mode_for2lm:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Snoopy Mode for 2LM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

snoopy_mode_for_ad:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Snoopy Mode for AD configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

cbs_cmn_gnb_smucppc:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting CPPC configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_gnb_smucppc token.
    - disabled - Value - disabled for configuring cbs_cmn_gnb_smucppc token.
    - enabled - Value - enabled for configuring cbs_cmn_gnb_smucppc token.
    type: str

cbs_df_cmn_dram_nps:
    choices:
    - platform-default
    - Auto
    - NPS0
    - NPS1
    - NPS2
    - NPS4
    default: platform-default
    description:
    - BIOS Token for setting NUMA Nodes per Socket configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_df_cmn_dram_nps token.
    - NPS0 - Value - NPS0 for configuring cbs_df_cmn_dram_nps token.
    - NPS1 - Value - NPS1 for configuring cbs_df_cmn_dram_nps token.
    - NPS2 - Value - NPS2 for configuring cbs_df_cmn_dram_nps token.
    - NPS4 - Value - NPS4 for configuring cbs_df_cmn_dram_nps token.
    type: str

cbs_sev_snp_support:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting SEV-SNP Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

channel_inter_leave:
    choices:
    - platform-default
    - 1-way
    - 2-way
    - 3-way
    - 4-way
    - auto
    default: platform-default
    description:
    - BIOS Token for setting Channel Interleaving configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 1-way - Value - 1-way for configuring channel_inter_leave token.
    - 2-way - Value - 2-way for configuring channel_inter_leave token.
    - 3-way - Value - 3-way for configuring channel_inter_leave token.
    - 4-way - Value - 4-way for configuring channel_inter_leave token.
    - auto - Value - auto for configuring channel_inter_leave token.
    type: str

console_redirection:
    choices:
    - platform-default
    - com-0
    - com-1
    - disabled
    - enabled
    - serial-port-a
    default: platform-default
    description:
    - BIOS Token for setting Console Redirection configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - com-0 - Value - com-0 for configuring console_redirection token.
    - com-1 - Value - com-1 for configuring console_redirection token.
    - disabled - Value - disabled for configuring console_redirection token.
    - enabled - Value - enabled for configuring console_redirection token.
    - serial-port-a - Value - serial-port-a for configuring console_redirection token.
    type: str

cpu_frequency_floor:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Frequency Floor Override configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

direct_cache_access:
    choices:
    - platform-default
    - auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting Direct Cache Access Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - auto - Value - auto for configuring direct_cache_access token.
    - disabled - Value - disabled for configuring direct_cache_access token.
    - enabled - Value - enabled for configuring direct_cache_access token.
    type: str

execute_disable_bit:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Execute Disable Bit configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

lom_ports_all_state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting All Onboard LOM Ports configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

memory_refresh_rate:
    choices:
    - platform-default
    - 1x Refresh
    - 2x Refresh
    default: platform-default
    description:
    - BIOS Token for setting Memory Refresh Rate configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 1x Refresh - Value - 1x Refresh for configuring memory_refresh_rate token.
    - 2x Refresh - Value - 2x Refresh for configuring memory_refresh_rate token.
    type: str

post_package_repair:
    choices:
    - platform-default
    - Disabled
    - Hard PPR
    default: platform-default
    description:
    - BIOS Token for setting Post Package Repair configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Disabled - Value - Disabled for configuring post_package_repair token.
    - Hard PPR - Value - Hard PPR for configuring post_package_repair token.
    type: str

serial_port_aenable:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Serial A Enable configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_hba_link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:HBA Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_hba_link_speed token.
    - Disabled - Value - Disabled for configuring slot_hba_link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_hba_link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_hba_link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_hba_link_speed token.
    type: str

upi_link_enablement:
    choices:
    - platform-default
    - '1'
    - '2'
    - '3'
    - Auto
    default: platform-default
    description:
    - BIOS Token for setting UPI Link Enablement configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 1 - Value - 1 for configuring upi_link_enablement token.
    - 2 - Value - 2 for configuring upi_link_enablement token.
    - 3 - Value - 3 for configuring upi_link_enablement token.
    - Auto - Value - Auto for configuring upi_link_enablement token.
    type: str

xpt_remote_prefetch:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting XPT Remote Prefetch configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring xpt_remote_prefetch token.
    - disabled - Value - disabled for configuring xpt_remote_prefetch token.
    - enabled - Value - enabled for configuring xpt_remote_prefetch token.
    type: str

cbs_cmn_gnb_nb_iommu:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting IOMMU configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_gnb_nb_iommu token.
    - disabled - Value - disabled for configuring cbs_cmn_gnb_nb_iommu token.
    - enabled - Value - enabled for configuring cbs_cmn_gnb_nb_iommu token.
    type: str

cbs_cpu_ccd_ctrl_ssp:
    choices:
    - platform-default
    - 2 CCDs
    - 3 CCDs
    - 4 CCDs
    - 6 CCDs
    - Auto
    default: platform-default
    description:
    - BIOS Token for setting CCD Control configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 2 CCDs - Value - 2 CCDs for configuring cbs_cpu_ccd_ctrl_ssp token.
    - 3 CCDs - Value - 3 CCDs for configuring cbs_cpu_ccd_ctrl_ssp token.
    - 4 CCDs - Value - 4 CCDs for configuring cbs_cpu_ccd_ctrl_ssp token.
    - 6 CCDs - Value - 6 CCDs for configuring cbs_cpu_ccd_ctrl_ssp token.
    - Auto - Value - Auto for configuring cbs_cpu_ccd_ctrl_ssp token.
    type: str

cbs_df_cmn_mem_intlv:
    choices:
    - platform-default
    - Auto
    - Channel
    - Die
    - None
    - Socket
    default: platform-default
    description:
    - BIOS Token for setting AMD Memory Interleaving configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_df_cmn_mem_intlv token.
    - Channel - Value - Channel for configuring cbs_df_cmn_mem_intlv token.
    - Die - Value - Die for configuring cbs_df_cmn_mem_intlv token.
    - None - Value - None for configuring cbs_df_cmn_mem_intlv token.
    - Socket - Value - Socket for configuring cbs_df_cmn_mem_intlv token.
    type: str

cisco_xgmi_max_speed:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Cisco xGMI Max Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

cpu_perf_enhancement:
    choices:
    - platform-default
    - Auto
    - Disabled
    default: platform-default
    description:
    - BIOS Token for setting Enhanced CPU Performance configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cpu_perf_enhancement token.
    - Disabled - Value - Disabled for configuring cpu_perf_enhancement token.
    type: str

cpu_power_management:
    choices:
    - platform-default
    - custom
    - disabled
    - energy-efficient
    - performance
    default: platform-default
    description:
    - BIOS Token for setting Power Technology configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - custom - Value - custom for configuring cpu_power_management token.
    - disabled - Value - disabled for configuring cpu_power_management token.
    - energy-efficient - Value - energy-efficient for configuring cpu_power_management
      token.
    - performance - Value - performance for configuring cpu_power_management token.
    type: str

intel_vtdats_support:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Intel VTD ATS Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

package_cstate_limit:
    choices:
    - platform-default
    - Auto
    - C0 C1 State
    - C0/C1
    - C2
    - C6 Non Retention
    - C6 Retention
    - No Limit
    default: platform-default
    description:
    - BIOS Token for setting Package C State Limit configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring package_cstate_limit token.
    - C0 C1 State - Value - C0 C1 State for configuring package_cstate_limit token.
    - C0/C1 - Value - C0/C1 for configuring package_cstate_limit token.
    - C2 - Value - C2 for configuring package_cstate_limit token.
    - C6 Non Retention - Value - C6 Non Retention for configuring package_cstate_limit
      token.
    - C6 Retention - Value - C6 Retention for configuring package_cstate_limit token.
    - No Limit - Value - No Limit for configuring package_cstate_limit token.
    type: str

panic_high_watermark:
    choices:
    - platform-default
    - High
    - Low
    default: platform-default
    description:
    - BIOS Token for setting Panic and High Watermark configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - High - Value - High for configuring panic_high_watermark token.
    - Low - Value - Low for configuring panic_high_watermark token.
    type: str

sgx_le_pub_key_hash0:
    default: platform-default
    description:
    - BIOS Token for setting SGX PubKey Hash0 configuration (0 - ffffffffffffffff Hash
      byte 7-0).
    type: str

sgx_le_pub_key_hash1:
    default: platform-default
    description:
    - BIOS Token for setting SGX PubKey Hash1 configuration (0 - ffffffffffffffff Hash
      byte 15-8).
    type: str

sgx_le_pub_key_hash2:
    default: platform-default
    description:
    - BIOS Token for setting SGX PubKey Hash2 configuration (0 - ffffffffffffffff Hash
      byte 23-16).
    type: str

sgx_le_pub_key_hash3:
    default: platform-default
    description:
    - BIOS Token for setting SGX PubKey Hash3 configuration (0 - ffffffffffffffff Hash
      byte 31-24).
    type: str

slot_flom_link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:FLOM Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_flom_link_speed token.
    - Disabled - Value - Disabled for configuring slot_flom_link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_flom_link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_flom_link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_flom_link_speed token.
    type: str

slot_mlom_link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:MLOM Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_mlom_link_speed token.
    - Disabled - Value - Disabled for configuring slot_mlom_link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_mlom_link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_mlom_link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_mlom_link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_mlom_link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_mlom_link_speed token.
    type: str

slot_raid_link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting RAID Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_raid_link_speed token.
    - Disabled - Value - Disabled for configuring slot_raid_link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_raid_link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_raid_link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_raid_link_speed token.
    type: str

slot_rear_nvme1state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Rear NVME 1 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_rear_nvme2state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Rear NVME 2 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_rear_nvme3state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Rear NVME 3 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_rear_nvme4state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Rear NVME 4 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_rear_nvme5state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Rear NVME 5 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_rear_nvme6state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Rear NVME 6 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_rear_nvme7state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Rear NVME 7 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_rear_nvme8state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Rear NVME 8 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

ucsm_boot_order_rule:
    choices:
    - platform-default
    - Loose
    - Strict
    default: platform-default
    description:
    - BIOS Token for setting Boot Order Rules configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Loose - Value - Loose for configuring ucsm_boot_order_rule token.
    - Strict - Value - Strict for configuring ucsm_boot_order_rule token.
    type: str

uma_based_clustering:
    choices:
    - platform-default
    - Disable (All2All)
    - Hemisphere (2-clusters)
    - Quadrant (4-clusters)
    default: platform-default
    description:
    - BIOS Token for setting UMA Based Clustering configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Disable (All2All) - Value - Disable (All2All) for configuring uma_based_clustering
      token.
    - Hemisphere (2-clusters) - Value - Hemisphere (2-clusters) for configuring uma_based_clustering
      token.
    - Quadrant (4-clusters) - Value - Quadrant (4-clusters) for configuring uma_based_clustering
      token.
    type: str

upi_power_management:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting UPI Power Manangement configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

acs_control_gpu1state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting ACS Control GPU 1 configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

acs_control_gpu2state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting ACS Control GPU 2 configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

acs_control_gpu3state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting ACS Control GPU 3 configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

acs_control_gpu4state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting ACS Control GPU 4 configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

acs_control_gpu5state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting ACS Control GPU 5 configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

acs_control_gpu6state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting ACS Control GPU 6 configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

acs_control_gpu7state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting ACS Control GPU 7 configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

acs_control_gpu8state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting ACS Control GPU 8 configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

boot_option_num_retry:
    choices:
    - platform-default
    - '5'
    - '13'
    - Infinite
    default: platform-default
    description:
    - BIOS Token for setting Number of Retries configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 5 - Value - 5 for configuring boot_option_num_retry token.
    - 13 - Value - 13 for configuring boot_option_num_retry token.
    - Infinite - Value - Infinite for configuring boot_option_num_retry token.
    type: str

boot_performance_mode:
    choices:
    - platform-default
    - Max Efficient
    - Max Performance
    - Set by Intel NM
    default: platform-default
    description:
    - BIOS Token for setting Boot Performance Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Max Efficient - Value - Max Efficient for configuring boot_performance_mode token.
    - Max Performance - Value - Max Performance for configuring boot_performance_mode
      token.
    - Set by Intel NM - Value - Set by Intel NM for configuring boot_performance_mode
      token.
    type: str

core_multi_processing:
    choices:
    - platform-default
    - '1'
    - '2'
    - '3'
    - '4'
    - '5'
    - '6'
    - '7'
    - '8'
    - '9'
    - '10'
    - '11'
    - '12'
    - '13'
    - '14'
    - '15'
    - '16'
    - '17'
    - '18'
    - '19'
    - '20'
    - '21'
    - '22'
    - '23'
    - '24'
    - '25'
    - '26'
    - '27'
    - '28'
    - '29'
    - '30'
    - '31'
    - '32'
    - '33'
    - '34'
    - '35'
    - '36'
    - '37'
    - '38'
    - '39'
    - '40'
    - '41'
    - '42'
    - '43'
    - '44'
    - '45'
    - '46'
    - '47'
    - '48'
    - '49'
    - '50'
    - '51'
    - '52'
    - '53'
    - '54'
    - '55'
    - '56'
    - '57'
    - '58'
    - '59'
    - '60'
    - '61'
    - '62'
    - '63'
    - '64'
    - all
    default: platform-default
    description:
    - BIOS Token for setting Core Multi Processing configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 1 - Value - 1 for configuring core_multi_processing token.
    - 2 - Value - 2 for configuring core_multi_processing token.
    - 3 - Value - 3 for configuring core_multi_processing token.
    - 4 - Value - 4 for configuring core_multi_processing token.
    - 5 - Value - 5 for configuring core_multi_processing token.
    - 6 - Value - 6 for configuring core_multi_processing token.
    - 7 - Value - 7 for configuring core_multi_processing token.
    - 8 - Value - 8 for configuring core_multi_processing token.
    - 9 - Value - 9 for configuring core_multi_processing token.
    - 10 - Value - 10 for configuring core_multi_processing token.
    - 11 - Value - 11 for configuring core_multi_processing token.
    - 12 - Value - 12 for configuring core_multi_processing token.
    - 13 - Value - 13 for configuring core_multi_processing token.
    - 14 - Value - 14 for configuring core_multi_processing token.
    - 15 - Value - 15 for configuring core_multi_processing token.
    - 16 - Value - 16 for configuring core_multi_processing token.
    - 17 - Value - 17 for configuring core_multi_processing token.
    - 18 - Value - 18 for configuring core_multi_processing token.
    - 19 - Value - 19 for configuring core_multi_processing token.
    - 20 - Value - 20 for configuring core_multi_processing token.
    - 21 - Value - 21 for configuring core_multi_processing token.
    - 22 - Value - 22 for configuring core_multi_processing token.
    - 23 - Value - 23 for configuring core_multi_processing token.
    - 24 - Value - 24 for configuring core_multi_processing token.
    - 25 - Value - 25 for configuring core_multi_processing token.
    - 26 - Value - 26 for configuring core_multi_processing token.
    - 27 - Value - 27 for configuring core_multi_processing token.
    - 28 - Value - 28 for configuring core_multi_processing token.
    - 29 - Value - 29 for configuring core_multi_processing token.
    - 30 - Value - 30 for configuring core_multi_processing token.
    - 31 - Value - 31 for configuring core_multi_processing token.
    - 32 - Value - 32 for configuring core_multi_processing token.
    - 33 - Value - 33 for configuring core_multi_processing token.
    - 34 - Value - 34 for configuring core_multi_processing token.
    - 35 - Value - 35 for configuring core_multi_processing token.
    - 36 - Value - 36 for configuring core_multi_processing token.
    - 37 - Value - 37 for configuring core_multi_processing token.
    - 38 - Value - 38 for configuring core_multi_processing token.
    - 39 - Value - 39 for configuring core_multi_processing token.
    - 40 - Value - 40 for configuring core_multi_processing token.
    - 41 - Value - 41 for configuring core_multi_processing token.
    - 42 - Value - 42 for configuring core_multi_processing token.
    - 43 - Value - 43 for configuring core_multi_processing token.
    - 44 - Value - 44 for configuring core_multi_processing token.
    - 45 - Value - 45 for configuring core_multi_processing token.
    - 46 - Value - 46 for configuring core_multi_processing token.
    - 47 - Value - 47 for configuring core_multi_processing token.
    - 48 - Value - 48 for configuring core_multi_processing token.
    - 49 - Value - 49 for configuring core_multi_processing token.
    - 50 - Value - 50 for configuring core_multi_processing token.
    - 51 - Value - 51 for configuring core_multi_processing token.
    - 52 - Value - 52 for configuring core_multi_processing token.
    - 53 - Value - 53 for configuring core_multi_processing token.
    - 54 - Value - 54 for configuring core_multi_processing token.
    - 55 - Value - 55 for configuring core_multi_processing token.
    - 56 - Value - 56 for configuring core_multi_processing token.
    - 57 - Value - 57 for configuring core_multi_processing token.
    - 58 - Value - 58 for configuring core_multi_processing token.
    - 59 - Value - 59 for configuring core_multi_processing token.
    - 60 - Value - 60 for configuring core_multi_processing token.
    - 61 - Value - 61 for configuring core_multi_processing token.
    - 62 - Value - 62 for configuring core_multi_processing token.
    - 63 - Value - 63 for configuring core_multi_processing token.
    - 64 - Value - 64 for configuring core_multi_processing token.
    - all - Value - all for configuring core_multi_processing token.
    type: str

dram_clock_throttling:
    choices:
    - platform-default
    - Auto
    - Balanced
    - Energy Efficient
    - Performance
    default: platform-default
    description:
    - BIOS Token for setting DRAM Clock Throttling configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring dram_clock_throttling token.
    - Balanced - Value - Balanced for configuring dram_clock_throttling token.
    - Energy Efficient - Value - Energy Efficient for configuring dram_clock_throttling
      token.
    - Performance - Value - Performance for configuring dram_clock_throttling token.
    type: str

legacy_os_redirection:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Legacy OS Redirection configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

out_of_band_mgmt_port:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Out-of-Band Mgmt Port configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

partial_mirror_value1:
    default: platform-default
    description:
    - BIOS Token for setting Partial Mirror1 Size in GiB configuration (0 - 65535 GiB).
    type: str

partial_mirror_value2:
    default: platform-default
    description:
    - BIOS Token for setting Partial Mirror2 Size in GiB configuration (0 - 65535 GiB).
    type: str

partial_mirror_value3:
    default: platform-default
    description:
    - BIOS Token for setting Partial Mirror3 Size in GiB configuration (0 - 65535 GiB).
    type: str

partial_mirror_value4:
    default: platform-default
    description:
    - BIOS Token for setting Partial Mirror4 Size in GiB configuration (0 - 65535 GiB).
    type: str

patrol_scrub_duration:
    default: platform-default
    description:
    - BIOS Token for setting Patrol Scrub Interval configuration (5 - 23 Hour).
    type: str

pcie_slots_cdn_enable:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slots CDN Control configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_mraid_link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting MRAID Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_mraid_link_speed token.
    - Disabled - Value - Disabled for configuring slot_mraid_link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_mraid_link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_mraid_link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_mraid_link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_mraid_link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_mraid_link_speed token.
    type: str

slot_riser1link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Riser1 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_riser1link_speed token.
    - Disabled - Value - Disabled for configuring slot_riser1link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_riser1link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_riser1link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_riser1link_speed token.
    type: str

slot_riser2link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Riser2 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_riser2link_speed token.
    - Disabled - Value - Disabled for configuring slot_riser2link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_riser2link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_riser2link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_riser2link_speed token.
    type: str

tpm_pending_operation:
    choices:
    - platform-default
    - None
    - TpmClear
    default: platform-default
    description:
    - BIOS Token for setting TPM Pending Operation configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - None - Value - None for configuring tpm_pending_operation token.
    - TpmClear - Value - TpmClear for configuring tpm_pending_operation token.
    type: str

cpu_energy_performance:
    choices:
    - platform-default
    - balanced-energy
    - balanced-performance
    - balanced-power
    - energy-efficient
    - performance
    - power
    default: platform-default
    description:
    - BIOS Token for setting Energy Performance configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - balanced-energy - Value - balanced-energy for configuring cpu_energy_performance
      token.
    - balanced-performance - Value - balanced-performance for configuring cpu_energy_performance
      token.
    - balanced-power - Value - balanced-power for configuring cpu_energy_performance token.
    - energy-efficient - Value - energy-efficient for configuring cpu_energy_performance
      token.
    - performance - Value - performance for configuring cpu_energy_performance token.
    - power - Value - power for configuring cpu_energy_performance token.
    type: str

energy_efficient_turbo:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Energy Efficient Turbo configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

intel_turbo_boost_tech:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Intel Turbo Boost Tech configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

memory_bandwidth_boost:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Memory Bandwidth Boost configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

nvmdimm_perform_config:
    choices:
    - platform-default
    - BW Optimized
    - Balanced Profile
    - Latency Optimized
    default: platform-default
    description:
    - BIOS Token for setting NVM Performance Setting configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - BW Optimized - Value - BW Optimized for configuring nvmdimm_perform_config token.
    - Balanced Profile - Value - Balanced Profile for configuring nvmdimm_perform_config
      token.
    - Latency Optimized - Value - Latency Optimized for configuring nvmdimm_perform_config
      token.
    type: str

os_boot_watchdog_timer:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting OS Boot Watchdog Timer configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

partial_mirror_percent:
    default: platform-default
    description:
    - BIOS Token for setting Partial Mirror Percentage configuration (0.00 - 50.00 Percentage).
    type: str

redirection_after_post:
    choices:
    - platform-default
    - Always Enable
    - Bootloader
    default: platform-default
    description:
    - BIOS Token for setting Redirection After BIOS POST configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Always Enable - Value - Always Enable for configuring redirection_after_post token.
    - Bootloader - Value - Bootloader for configuring redirection_after_post token.
    type: str

acs_control_slot11state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting ACS Control Slot 11 configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

acs_control_slot12state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting ACS Control Slot 12 configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

acs_control_slot13state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting ACS Control Slot 13 configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

acs_control_slot14state:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting ACS Control Slot 14 configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

autonumous_cstate_enable:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting CPU Autonomous C State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

boot_option_re_cool_down:
    choices:
    - platform-default
    - '15'
    - '45'
    - '90'
    default: platform-default
    description:
    - BIOS Token for setting Cool Down Time  (sec) configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 15 - Value - 15 for configuring boot_option_re_cool_down token.
    - 45 - Value - 45 for configuring boot_option_re_cool_down token.
    - 90 - Value - 90 for configuring boot_option_re_cool_down token.
    type: str

cbs_cmn_fixed_soc_pstate:
    choices:
    - platform-default
    - Auto
    - P0
    - P1
    - P2
    - P3
    default: platform-default
    description:
    - BIOS Token for setting Fixed SOC P-State configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_fixed_soc_pstate token.
    - P0 - Value - P0 for configuring cbs_cmn_fixed_soc_pstate token.
    - P1 - Value - P1 for configuring cbs_cmn_fixed_soc_pstate token.
    - P2 - Value - P2 for configuring cbs_cmn_fixed_soc_pstate token.
    - P3 - Value - P3 for configuring cbs_cmn_fixed_soc_pstate token.
    type: str

closed_loop_therm_throtl:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Closed Loop Thermal Throttling configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

dcpmm_firmware_downgrade:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting DCPMM Firmware Downgrade configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

enable_clock_spread_spec:
    choices:
    - platform-default
    - 0P3_Percent
    - 0P5_Percent
    - disabled
    - enabled
    - Hardware
    - 'Off'
    default: platform-default
    description:
    - BIOS Token for setting External SSC Enable configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 0P3_Percent - Value - 0P3_Percent for configuring enable_clock_spread_spec token.
    - 0P5_Percent - Value - 0P5_Percent for configuring enable_clock_spread_spec token.
    - disabled - Value - disabled for configuring enable_clock_spread_spec token.
    - enabled - Value - enabled for configuring enable_clock_spread_spec token.
    - Hardware - Value - Hardware for configuring enable_clock_spread_spec token.
    - Off - Value - Off for configuring enable_clock_spread_spec token.
    type: str

intel_vt_for_directed_io:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Intel VT for Directed IO configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

make_device_non_bootable:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Make Device Non Bootable configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_ssd_slot1link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:FrontSSD1 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_ssd_slot1link_speed token.
    - Disabled - Value - Disabled for configuring slot_ssd_slot1link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_ssd_slot1link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_ssd_slot1link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_ssd_slot1link_speed token.
    type: str

slot_ssd_slot2link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:FrontSSD2 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_ssd_slot2link_speed token.
    - Disabled - Value - Disabled for configuring slot_ssd_slot2link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_ssd_slot2link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_ssd_slot2link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_ssd_slot2link_speed token.
    type: str

cbs_dbg_cpu_snp_mem_cover:
    choices:
    - platform-default
    - Auto
    - Custom
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting SNP Memory Coverage configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_dbg_cpu_snp_mem_cover token.
    - Custom - Value - Custom for configuring cbs_dbg_cpu_snp_mem_cover token.
    - disabled - Value - disabled for configuring cbs_dbg_cpu_snp_mem_cover token.
    - enabled - Value - enabled for configuring cbs_dbg_cpu_snp_mem_cover token.
    type: str

cbs_df_cmn_mem_intlv_size:
    choices:
    - platform-default
    - 256 Bytes
    - 512 Bytes
    - 1 KB
    - 2 KB
    - 4 KB
    - Auto
    default: platform-default
    description:
    - BIOS Token for setting AMD Memory Interleaving Size configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 256 Bytes - Value - 256 Bytes for configuring cbs_df_cmn_mem_intlv_size token.
    - 512 Bytes - Value - 512 Bytes for configuring cbs_df_cmn_mem_intlv_size token.
    - 1 KB - Value - 1 KiB for configuring cbs_df_cmn_mem_intlv_size token.
    - 2 KB - Value - 2 KiB for configuring cbs_df_cmn_mem_intlv_size token.
    - 4 KB - Value - 4 KiB for configuring cbs_df_cmn_mem_intlv_size token.
    - Auto - Value - Auto for configuring cbs_df_cmn_mem_intlv_size token.
    type: str

memory_mapped_io_above4gb:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Memory Mapped IO above 4GiB configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

memory_thermal_throttling:
    choices:
    - platform-default
    - CLTT with PECI
    - Disabled
    default: platform-default
    description:
    - BIOS Token for setting Memory Thermal Throttling Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - CLTT with PECI - Value - CLTT with PECI for configuring memory_thermal_throttling
      token.
    - Disabled - Value - Disabled for configuring memory_thermal_throttling token.
    type: str

pcie_slot_nvme1link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting NVME 1 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring pcie_slot_nvme1link_speed token.
    - Disabled - Value - Disabled for configuring pcie_slot_nvme1link_speed token.
    - GEN1 - Value - GEN1 for configuring pcie_slot_nvme1link_speed token.
    - GEN2 - Value - GEN2 for configuring pcie_slot_nvme1link_speed token.
    - GEN3 - Value - GEN3 for configuring pcie_slot_nvme1link_speed token.
    type: str

pcie_slot_nvme1option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting NVME 1 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

pcie_slot_nvme2link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting NVME 2 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring pcie_slot_nvme2link_speed token.
    - Disabled - Value - Disabled for configuring pcie_slot_nvme2link_speed token.
    - GEN1 - Value - GEN1 for configuring pcie_slot_nvme2link_speed token.
    - GEN2 - Value - GEN2 for configuring pcie_slot_nvme2link_speed token.
    - GEN3 - Value - GEN3 for configuring pcie_slot_nvme2link_speed token.
    type: str

pcie_slot_nvme2option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting NVME 2 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

pcie_slot_nvme3link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting NVME 3 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring pcie_slot_nvme3link_speed token.
    - Disabled - Value - Disabled for configuring pcie_slot_nvme3link_speed token.
    - GEN1 - Value - GEN1 for configuring pcie_slot_nvme3link_speed token.
    - GEN2 - Value - GEN2 for configuring pcie_slot_nvme3link_speed token.
    - GEN3 - Value - GEN3 for configuring pcie_slot_nvme3link_speed token.
    type: str

pcie_slot_nvme3option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting NVME 3 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

pcie_slot_nvme4link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting NVME 4 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring pcie_slot_nvme4link_speed token.
    - Disabled - Value - Disabled for configuring pcie_slot_nvme4link_speed token.
    - GEN1 - Value - GEN1 for configuring pcie_slot_nvme4link_speed token.
    - GEN2 - Value - GEN2 for configuring pcie_slot_nvme4link_speed token.
    - GEN3 - Value - GEN3 for configuring pcie_slot_nvme4link_speed token.
    type: str

pcie_slot_nvme4option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting NVME 4 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

pcie_slot_nvme5link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting NVME 5 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring pcie_slot_nvme5link_speed token.
    - Disabled - Value - Disabled for configuring pcie_slot_nvme5link_speed token.
    - GEN1 - Value - GEN1 for configuring pcie_slot_nvme5link_speed token.
    - GEN2 - Value - GEN2 for configuring pcie_slot_nvme5link_speed token.
    - GEN3 - Value - GEN3 for configuring pcie_slot_nvme5link_speed token.
    type: str

pcie_slot_nvme5option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting NVME 5 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

pcie_slot_nvme6link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting NVME 6 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring pcie_slot_nvme6link_speed token.
    - Disabled - Value - Disabled for configuring pcie_slot_nvme6link_speed token.
    - GEN1 - Value - GEN1 for configuring pcie_slot_nvme6link_speed token.
    - GEN2 - Value - GEN2 for configuring pcie_slot_nvme6link_speed token.
    - GEN3 - Value - GEN3 for configuring pcie_slot_nvme6link_speed token.
    type: str

pcie_slot_nvme6option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting NVME 6 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_rear_nvme1link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Rear NVME 1 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_rear_nvme1link_speed token.
    - Disabled - Value - Disabled for configuring slot_rear_nvme1link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_rear_nvme1link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_rear_nvme1link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_rear_nvme1link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_rear_nvme1link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_rear_nvme1link_speed token.
    type: str

slot_rear_nvme2link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Rear NVME 2 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_rear_nvme2link_speed token.
    - Disabled - Value - Disabled for configuring slot_rear_nvme2link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_rear_nvme2link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_rear_nvme2link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_rear_nvme2link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_rear_nvme2link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_rear_nvme2link_speed token.
    type: str

slot_rear_nvme3link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Rear NVME 3 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_rear_nvme3link_speed token.
    - Disabled - Value - Disabled for configuring slot_rear_nvme3link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_rear_nvme3link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_rear_nvme3link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_rear_nvme3link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_rear_nvme3link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_rear_nvme3link_speed token.
    type: str

slot_rear_nvme4link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Rear NVME 4 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_rear_nvme4link_speed token.
    - Disabled - Value - Disabled for configuring slot_rear_nvme4link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_rear_nvme4link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_rear_nvme4link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_rear_nvme4link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_rear_nvme4link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_rear_nvme4link_speed token.
    type: str

cbs_cmn_determinism_slider:
    choices:
    - platform-default
    - Auto
    - Performance
    - Power
    default: platform-default
    description:
    - BIOS Token for setting Determinism Slider configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_determinism_slider token.
    - Performance - Value - Performance for configuring cbs_cmn_determinism_slider token.
    - Power - Value - Power for configuring cbs_cmn_determinism_slider token.
    type: str

cbs_cmn_efficiency_mode_en:
    choices:
    - platform-default
    - Auto
    - Enabled
    default: platform-default
    description:
    - BIOS Token for setting Efficiency Mode Enable configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_efficiency_mode_en token.
    - Enabled - Value - Enabled for configuring cbs_cmn_efficiency_mode_en token.
    type: str

cbs_cmn_gnb_smu_df_cstates:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting DF C-States configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_gnb_smu_df_cstates token.
    - disabled - Value - disabled for configuring cbs_cmn_gnb_smu_df_cstates token.
    - enabled - Value - enabled for configuring cbs_cmn_gnb_smu_df_cstates token.
    type: str

dram_sw_thermal_throttling:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting DRAM SW Thermal Throttling configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

intel_dynamic_speed_select:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Intel Dynamic Speed Select configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

intel_hyper_threading_tech:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Intel HyperThreading Tech configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

partial_cache_line_sparing:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Partial Cache Line Sparing configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

partial_mirror_mode_config:
    choices:
    - platform-default
    - disabled
    - Percentage
    - Value in GB
    default: platform-default
    description:
    - BIOS Token for setting Partial Memory Mirror Mode configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - disabled - Value - disabled for configuring partial_mirror_mode_config token.
    - Percentage - Value - Percentage for configuring partial_mirror_mode_config token.
    - Value in GB - Value - Value in GiB for configuring partial_mirror_mode_config token.
    type: str

pc_ie_ssd_hot_plug_support:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting NVMe SSD Hot-Plug Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

pcie_slot_mraid1link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting MRAID1 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring pcie_slot_mraid1link_speed token.
    - Disabled - Value - Disabled for configuring pcie_slot_mraid1link_speed token.
    - GEN1 - Value - GEN1 for configuring pcie_slot_mraid1link_speed token.
    - GEN2 - Value - GEN2 for configuring pcie_slot_mraid1link_speed token.
    - GEN3 - Value - GEN3 for configuring pcie_slot_mraid1link_speed token.
    - GEN4 - Value - GEN4 for configuring pcie_slot_mraid1link_speed token.
    - GEN5 - Value - GEN5 for configuring pcie_slot_mraid1link_speed token.
    type: str

pcie_slot_mraid1option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting MRAID1 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

pcie_slot_mraid2link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting MRAID2 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring pcie_slot_mraid2link_speed token.
    - Disabled - Value - Disabled for configuring pcie_slot_mraid2link_speed token.
    - GEN1 - Value - GEN1 for configuring pcie_slot_mraid2link_speed token.
    - GEN2 - Value - GEN2 for configuring pcie_slot_mraid2link_speed token.
    - GEN3 - Value - GEN3 for configuring pcie_slot_mraid2link_speed token.
    - GEN4 - Value - GEN4 for configuring pcie_slot_mraid2link_speed token.
    - GEN5 - Value - GEN5 for configuring pcie_slot_mraid2link_speed token.
    type: str

pcie_slot_mraid2option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting MRAID2 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme1link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Front NVME 1 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme1link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme1link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme1link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme1link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme1link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme1link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme1link_speed token.
    type: str

slot_front_nvme1option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 1 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme2link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Front NVME 2 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme2link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme2link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme2link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme2link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme2link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme2link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme2link_speed token.
    type: str

slot_front_nvme2option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 2 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme3link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 3 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme3link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme3link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme3link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme3link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme3link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme3link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme3link_speed token.
    type: str

slot_front_nvme3option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 3 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme4link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 4 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme4link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme4link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme4link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme4link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme4link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme4link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme4link_speed token.
    type: str

slot_front_nvme4option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 4 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme5link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 5 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme5link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme5link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme5link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme5link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme5link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme5link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme5link_speed token.
    type: str

slot_front_nvme5option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 5 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme6link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 6 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme6link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme6link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme6link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme6link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme6link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme6link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme6link_speed token.
    type: str

slot_front_nvme6option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 6 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme7link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 7 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme7link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme7link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme7link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme7link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme7link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme7link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme7link_speed token.
    type: str

slot_front_nvme7option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 7 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme8link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 8 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme8link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme8link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme8link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme8link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme8link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme8link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme8link_speed token.
    type: str

slot_front_nvme8option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 8 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme9link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 9 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme9link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme9link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme9link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme9link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme9link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme9link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme9link_speed token.
    type: str

slot_front_nvme9option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 9 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_slot5link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Front1 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_slot5link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_slot5link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_slot5link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_slot5link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_slot5link_speed token.
    type: str

slot_front_slot6link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Front2 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_slot6link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_slot6link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_slot6link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_slot6link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_slot6link_speed token.
    type: str

slot_riser1slot1link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Riser1 Slot1 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_riser1slot1link_speed token.
    - Disabled - Value - Disabled for configuring slot_riser1slot1link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_riser1slot1link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_riser1slot1link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_riser1slot1link_speed token.
    type: str

slot_riser1slot2link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Riser1 Slot2 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_riser1slot2link_speed token.
    - Disabled - Value - Disabled for configuring slot_riser1slot2link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_riser1slot2link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_riser1slot2link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_riser1slot2link_speed token.
    type: str

slot_riser1slot3link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Riser1 Slot3 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_riser1slot3link_speed token.
    - Disabled - Value - Disabled for configuring slot_riser1slot3link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_riser1slot3link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_riser1slot3link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_riser1slot3link_speed token.
    type: str

slot_riser2slot4link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Riser2 Slot4 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_riser2slot4link_speed token.
    - Disabled - Value - Disabled for configuring slot_riser2slot4link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_riser2slot4link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_riser2slot4link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_riser2slot4link_speed token.
    type: str

slot_riser2slot5link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Riser2 Slot5 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_riser2slot5link_speed token.
    - Disabled - Value - Disabled for configuring slot_riser2slot5link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_riser2slot5link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_riser2slot5link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_riser2slot5link_speed token.
    type: str

slot_riser2slot6link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot:Riser2 Slot6 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_riser2slot6link_speed token.
    - Disabled - Value - Disabled for configuring slot_riser2slot6link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_riser2slot6link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_riser2slot6link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_riser2slot6link_speed token.
    type: str

adaptive_refresh_mgmt_level:
    choices:
    - platform-default
    - Default
    - Level A
    - Level B
    - Level C
    default: platform-default
    description:
    - BIOS Token for setting Adaptive Refresh Management Level configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Default - Value - Default for configuring adaptive_refresh_mgmt_level token.
    - Level A - Value - Level A for configuring adaptive_refresh_mgmt_level token.
    - Level B - Value - Level B for configuring adaptive_refresh_mgmt_level token.
    - Level C - Value - Level C for configuring adaptive_refresh_mgmt_level token.
    type: str

burst_and_postponed_refresh:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Burst and Postponed Refresh configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

cbs_df_cmn_acpi_srat_l3numa:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting ACPI SRAT L3 Cache As NUMA Domain configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_df_cmn_acpi_srat_l3numa token.
    - disabled - Value - disabled for configuring cbs_df_cmn_acpi_srat_l3numa token.
    - enabled - Value - enabled for configuring cbs_df_cmn_acpi_srat_l3numa token.
    type: str

cisco_adaptive_mem_training:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Adaptive Memory Training configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

intel_vtd_coherency_support:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Intel (R) VT-d Coherency Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

onboard_scu_storage_support:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Onboard SCU Storage Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

sgx_auto_registration_agent:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting SGX Auto MP Registration Agent configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme10link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 10 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme10link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme10link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme10link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme10link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme10link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme10link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme10link_speed token.
    type: str

slot_front_nvme10option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 10 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme11link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 11 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme11link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme11link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme11link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme11link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme11link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme11link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme11link_speed token.
    type: str

slot_front_nvme11option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 11 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme12link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 12 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme12link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme12link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme12link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme12link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme12link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme12link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme12link_speed token.
    type: str

slot_front_nvme12option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 12 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme13link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 13 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme13link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme13link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme13link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme13link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme13link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme13link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme13link_speed token.
    type: str

slot_front_nvme13option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 13 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme14link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 14 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme14link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme14link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme14link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme14link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme14link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme14link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme14link_speed token.
    type: str

slot_front_nvme14option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 14 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme15link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 15 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme15link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme15link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme15link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme15link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme15link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme15link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme15link_speed token.
    type: str

slot_front_nvme15option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 15 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme16link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 16 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme16link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme16link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme16link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme16link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme16link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme16link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme16link_speed token.
    type: str

slot_front_nvme16option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 16 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme17link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 17 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme17link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme17link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme17link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme17link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme17link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme17link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme17link_speed token.
    type: str

slot_front_nvme17option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 17 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme18link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 18 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme18link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme18link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme18link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme18link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme18link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme18link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme18link_speed token.
    type: str

slot_front_nvme18option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 18 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme19link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 19 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme19link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme19link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme19link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme19link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme19link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme19link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme19link_speed token.
    type: str

slot_front_nvme19option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 19 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme20link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 20 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme20link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme20link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme20link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme20link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme20link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme20link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme20link_speed token.
    type: str

slot_front_nvme20option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 20 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme21link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 21 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme21link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme21link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme21link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme21link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme21link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme21link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme21link_speed token.
    type: str

slot_front_nvme21option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 21 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme22link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 22 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme22link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme22link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme22link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme22link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme22link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme22link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme22link_speed token.
    type: str

slot_front_nvme22option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 22 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme23link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 23 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme23link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme23link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme23link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme23link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme23link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme23link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme23link_speed token.
    type: str

slot_front_nvme23option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 23 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

slot_front_nvme24link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    - GEN5
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 24 Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring slot_front_nvme24link_speed token.
    - Disabled - Value - Disabled for configuring slot_front_nvme24link_speed token.
    - GEN1 - Value - GEN1 for configuring slot_front_nvme24link_speed token.
    - GEN2 - Value - GEN2 for configuring slot_front_nvme24link_speed token.
    - GEN3 - Value - GEN3 for configuring slot_front_nvme24link_speed token.
    - GEN4 - Value - GEN4 for configuring slot_front_nvme24link_speed token.
    - GEN5 - Value - GEN5 for configuring slot_front_nvme24link_speed token.
    type: str

slot_front_nvme24option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Front NVME 24 OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

adjacent_cache_line_prefetch:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Adjacent Cache Line Prefetcher configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

onboard_scu_storage_sw_stack:
    choices:
    - platform-default
    - Intel RSTe
    - LSI SW RAID
    default: platform-default
    description:
    - BIOS Token for setting Onboard SCU Storage SW Stack configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Intel RSTe - Value - Intel RSTe for configuring onboard_scu_storage_sw_stack token.
    - LSI SW RAID - Value - LSI SW RAID for configuring onboard_scu_storage_sw_stack token.
    type: str

cbs_cmn_cpu_gen_downcore_ctrl:
    choices:
    - platform-default
    - Auto
    - FOUR (2 + 2)
    - FOUR (4 + 0)
    - SIX (3 + 3)
    - THREE (3 + 0)
    - TWO (1 + 1)
    - TWO (2 + 0)
    default: platform-default
    description:
    - BIOS Token for setting Downcore Control configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_cpu_gen_downcore_ctrl token.
    - FOUR (2 + 2) - Value - FOUR (2 + 2) for configuring cbs_cmn_cpu_gen_downcore_ctrl
      token.
    - FOUR (4 + 0) - Value - FOUR (4 + 0) for configuring cbs_cmn_cpu_gen_downcore_ctrl
      token.
    - SIX (3 + 3) - Value - SIX (3 + 3) for configuring cbs_cmn_cpu_gen_downcore_ctrl
      token.
    - THREE (3 + 0) - Value - THREE (3 + 0) for configuring cbs_cmn_cpu_gen_downcore_ctrl
      token.
    - TWO (1 + 1) - Value - TWO (1 + 1) for configuring cbs_cmn_cpu_gen_downcore_ctrl
      token.
    - TWO (2 + 0) - Value - TWO (2 + 0) for configuring cbs_cmn_cpu_gen_downcore_ctrl
      token.
    type: str

intel_vtd_interrupt_remapping:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Intel (R) VT-d Interrupt Remapping configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

os_boot_watchdog_timer_policy:
    choices:
    - platform-default
    - do-nothing
    - power-off
    - reset
    default: platform-default
    description:
    - BIOS Token for setting OS Boot Watchdog Timer Policy configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - do-nothing - Value - do-nothing for configuring os_boot_watchdog_timer_policy token.
    - power-off - Value - power-off for configuring os_boot_watchdog_timer_policy token.
    - reset - Value - reset for configuring os_boot_watchdog_timer_policy token.
    type: str

cbs_cmn_cpu_global_cstate_ctrl:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting Global C State Control configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_cpu_global_cstate_ctrl token.
    - disabled - Value - disabled for configuring cbs_cmn_cpu_global_cstate_ctrl token.
    - enabled - Value - enabled for configuring cbs_cmn_cpu_global_cstate_ctrl token.
    type: str

cbs_dbg_cpu_snp_mem_size_cover:
    default: platform-default
    description:
    - BIOS Token for setting SNP Memory Size to Cover in MiB configuration (0 - 1048576
      MiB).
    type: str

enhanced_intel_speed_step_tech:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Enhanced Intel Speedstep (R) Technology configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

os_boot_watchdog_timer_timeout:
    choices:
    - platform-default
    - 5-minutes
    - 10-minutes
    - 15-minutes
    - 20-minutes
    default: platform-default
    description:
    - BIOS Token for setting OS Boot Watchdog Timer Timeout configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - 5-minutes - Value - 5-minutes for configuring os_boot_watchdog_timer_timeout token.
    - 10-minutes - Value - 10-minutes for configuring os_boot_watchdog_timer_timeout token.
    - 15-minutes - Value - 15-minutes for configuring os_boot_watchdog_timer_timeout token.
    - 20-minutes - Value - 20-minutes for configuring os_boot_watchdog_timer_timeout token.
    type: str

pcie_slot_mstorraid_link_speed:
    choices:
    - platform-default
    - Auto
    - Disabled
    - GEN1
    - GEN2
    - GEN3
    - GEN4
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot MSTOR Link Speed configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring pcie_slot_mstorraid_link_speed token.
    - Disabled - Value - Disabled for configuring pcie_slot_mstorraid_link_speed token.
    - GEN1 - Value - GEN1 for configuring pcie_slot_mstorraid_link_speed token.
    - GEN2 - Value - GEN2 for configuring pcie_slot_mstorraid_link_speed token.
    - GEN3 - Value - GEN3 for configuring pcie_slot_mstorraid_link_speed token.
    - GEN4 - Value - GEN4 for configuring pcie_slot_mstorraid_link_speed token.
    type: str

pcie_slot_mstorraid_option_rom:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting PCIe Slot MSTOR RAID OptionROM configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

cisco_oprom_launch_optimization:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting OptionROM Launch Optimization configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

intel_virtualization_technology:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Intel (R) VT configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

select_memory_ras_configuration:
    choices:
    - platform-default
    - adddc-sparing
    - lockstep
    - maximum-performance
    - mirror-mode-1lm
    - mirroring
    - partial-mirror-mode-1lm
    - sparing
    default: platform-default
    description:
    - BIOS Token for setting Memory RAS Configuration configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - adddc-sparing - Value - adddc-sparing for configuring select_memory_ras_configuration
      token.
    - lockstep - Value - lockstep for configuring select_memory_ras_configuration token.
    - maximum-performance - Value - maximum-performance for configuring select_memory_ras_configuration
      token.
    - mirror-mode-1lm - Value - mirror-mode-1lm for configuring select_memory_ras_configuration
      token.
    - mirroring - Value - mirroring for configuring select_memory_ras_configuration token.
    - partial-mirror-mode-1lm - Value - partial-mirror-mode-1lm for configuring select_memory_ras_configuration
      token.
    - sparing - Value - sparing for configuring select_memory_ras_configuration token.
    type: str

sgx_package_info_in_band_access:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting SGX Package Information In-Band Access configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

cbs_cmn_cpu_streaming_stores_ctrl:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting Streaming Stores Control configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_cpu_streaming_stores_ctrl token.
    - disabled - Value - disabled for configuring cbs_cmn_cpu_streaming_stores_ctrl token.
    - enabled - Value - enabled for configuring cbs_cmn_cpu_streaming_stores_ctrl token.
    type: str

cbs_cmn_cpu_l1stream_hw_prefetcher:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting L1 Stream HW Prefetcher configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_cpu_l1stream_hw_prefetcher token.
    - disabled - Value - disabled for configuring cbs_cmn_cpu_l1stream_hw_prefetcher token.
    - enabled - Value - enabled for configuring cbs_cmn_cpu_l1stream_hw_prefetcher token.
    type: str

cbs_cmn_cpu_l2stream_hw_prefetcher:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting L2 Stream HW Prefetcher configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_cpu_l2stream_hw_prefetcher token.
    - disabled - Value - disabled for configuring cbs_cmn_cpu_l2stream_hw_prefetcher token.
    - enabled - Value - enabled for configuring cbs_cmn_cpu_l2stream_hw_prefetcher token.
    type: str

intel_vtd_pass_through_dma_support:
    choices:
    - platform-default
    - enabled
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Intel (R) VT-d PassThrough DMA Support configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - enabled - Enables the BIOS setting.
    - disabled - Disables the BIOS setting.
    type: str

cbs_cmn_mem_map_bank_interleave_ddr4:
    choices:
    - platform-default
    - Auto
    - disabled
    default: platform-default
    description:
    - BIOS Token for setting Chipset Interleave configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_mem_map_bank_interleave_ddr4 token.
    - disabled - Value - disabled for configuring cbs_cmn_mem_map_bank_interleave_ddr4
      token.
    type: str

cbs_cmn_mem_ctrl_bank_group_swap_ddr4:
    choices:
    - platform-default
    - Auto
    - disabled
    - enabled
    default: platform-default
    description:
    - BIOS Token for setting Bank Group Swap configuration.
    - platform-default - Default value used by the platform for the BIOS setting.
    - Auto - Value - Auto for configuring cbs_cmn_mem_ctrl_bank_group_swap_ddr4 token.
    - disabled - Value - disabled for configuring cbs_cmn_mem_ctrl_bank_group_swap_ddr4
      token.
    - enabled - Value - enabled for configuring cbs_cmn_mem_ctrl_bank_group_swap_ddr4
      token.
    type: str

Outputs

api_repsonse:
  description: The API response output returned by the specified resource.
  returned: always
  sample:
    api_response:
      Name: COS-BIOS
      ObjectType: bios.Policy
      Tags:
      - Key: Site
        Value: RCDN
  type: dict