BIOS Settings

The BIOS profile allows access to all the settings on all the CIMC variants.

The sample configuration below shows the default values when a host-profile is not configured for the node. You can create a host profile once you have the necessary tokens.


profiles:
  bios:
    name: cndp_default_settings
    description: "Default CIMC BIOS settings for CNDP"
    pids:
      UCSC-C220-M5SX:
        description: "Default CIMC BIOS settings for UCSC-C220-M5SX (the original)"
        tokens:
          cpuPerformance: hpc
          cpuEnergyPerformance: balanced-performance
          eppProfile: Performance
          intelHyperThreadingTech: disabled
          packageCstateLimit: C0 C1 State
          usbPortInternal: disabled
          usbPortKvm: enabled
          usbPortRear: disabled
          usbPortSdCard: disabled
        
      UCSC-C220-M6S:
        description: "Default CIMC BIOS settings for UCSC-C220-M6S"
        tokens:
          cpuPerformance: hpc
          cpuEnergyPerformance: balanced-performance
          eppProfile: Performance
          intelHyperThreadingTech: disabled
          packageCstateLimit: C0 C1 State
          usbPortInternal: disabled
          usbPortRear: disabled

      UCSC-C240-M4SX:
        tokens:
          cpuPerformance: enterprise
          cpuEnergyPerformance: balanced-performance
          ## not supported eppProfile: Performance
          intelHyperThreadingTech: Disabled
          packageCstateLimit: C0/C1
          usbPortInternal: Disabled
          usbPortKvm: Enabled
          usbPortRear: Disabled
          usbPortSdCard: Disabled

To add a host profile, see the Adding a Host Profile section.