HX500 / HX600 BIOS Manual
NOTE: To enter the BIOS on Helix systems, hold the ‘Delete’ key on your keyboard during boot.
Boot Manager
Device Management
Boot From File
Administer Secure Boot
Setup Utility
Intel(R) Management Engine BIOS Extension
InsydeH2O Version
BIOS Version
Build Date
Processor Type
CPU Speed
Number of Processors
PCH SKU
Total Memory
Channel A
Channel B
Memory Speed
Language
System Time
System Date
Numlock
Serial ATA Port X
Platform Trust Technology
Enable Hibernation
ACPI S3 Support
Native PCIE Enable
Native ASPM
Low Power S0 Idle Capability
Type
ID
Speed
L1 Data Cache
L1 Instruction Cache
L2 Data Cache
L3 Data Cache
L4 Data Cache
VMX
SMX/TXT
Intel (VMX) Virtualization Technology
Active Processor Cores
Hyper-Threading
AES
Boot Performance Mode
Intel(R) SpeedStep(tm)
Intel(R) Speed Shift Technology
Turbo Mode
HOB Buffer Size
ECC Support
Max TOLUD
SA PCIe Code Version
VT-d
Graphics Configuration
Stop Grant Configuration
PCIe Spread Spectrum Clocking
VT-d
CHAP Device (B0:D7:F0)
Thermal Device (B0:D4:F0)
GNA Device (B0:D8:F0)
CRID Support
Above 4GB MMIO BIOS assignment
X2APIC Opt Out
IPU Device (B0:D5:F0)
Skip Scanning of External Gfx Card
Primary Display
Internal Graphics
GTT Size
Aperture Size
DVMT Pre-Allocated
DVMT Total Gfx Mem
PCI Express Configuration
SATA and RST Configuration
HD Audio
PCH LAN Controller
Wake on LAN Enable
SLP_LAN# Low on DC Power
EFI Network
Wake on WLAN and BT Enable
PXE ROM
Auto Power-On
PCI Express Clock Gating
PCI Express Root Port <n>
►PCI Express Root Port <n>
PCI Express Root Port Settings
PCI Express Root Port
ASPM
PCIE Speed
Detect Timeout
SATA Controllers
SATA Mode Selection
Serial ATA Port <n>
Software Preserve
Port <n>
Hot Plug
Configured as eSATA
External
Spin Up Device
SATA Device Type
Topology
HD Audio
ME Firmware Version
ME Firmware Mode
ME Firmware SKU
ME Firmware Status 1
ME Firmware Status 2
ME State
Manageability Features State
AMT BIOS Features
AMT Configuration
ME Unconfig on RTC Clear
Comms Hub Support
JHI Support
Core BIOS Done Message
Firmware Update Configuration
PTT Configuration
ASF Support
USB Provisioning of AMT
CIRA Configuration
ASF Configuration
Secure Erase Configuration
MEBx Resolution Settings
CIRA Configuration
Activate Remote Assistance Process
CIRA Timeout
ASF Configuration
PET Progress
WatchDog
OS Timer
BIOS Timer
ASF Sensors Table
Secure Erase Configuration
Secure Erase Mode
Force Secure Erase
MEBx Resolution Settings
Non-UI Mode Resolution
UI Mode Resolution
Graphics Mode Resolution
ME Firmware Re-Flash
PTT Capability / State
Automatic Thermal Reporting
Critical Trip Point
Active Trip Point 0
Active Trip Point 0 Fan Speed
Active Trip Point 1
Active Trip Point 1 Fan Speed
Passive Trip Point
Passive TC1 Value
Passive TC2 Value
Passive TSP Value
Active Trip Points
Passive Trip Points
Critical Trip Points
Active Trip Points
PCH Temp Read
CPU Energy Read
CPU Temp Read
Alert Enable Lock
CPU Temp
CPU Fan Speed
UART Port 1 Configuration
UART Port 2 Configuration
Fan Control
Hardware Monitor
UART Port <n>
Power Over Cable
Mode Select
CPUFANIN
CPUTIN
Mode
PWM/DC Output
Output Buffer Type
PWM Duty Cycle (%)
PWM Duty Cycle (%)
Fan Control (Thermal Cruise Mode)
The following settings are only available if the Mode option above is set to Thermal Cruise.
Target Temperature (°C)
Tolerance (°C)
Fan Control (Speed Cruise Mode)
Target Fan Speed
Tolerance
Fan Control (Smart Fan IV Mode)
Boundary 0 (°C)
Output 0 (%)
Boundary 1 (°C)
Output 1 (%)
Boundary 2 (°C)
Output 2 (%)
Boundary 3 (°C)
Output 3 (%)
Refresh Cycle
Current TPM Device
TPM State
TPM Active PCR Hash Algorithm
TPM Hardware Supported Hash Algorithm
BIOS Supported Hash Algorithm
TrEE Protocol Version
TPM Availability
TPM Operation
Clear TPM
Set Supervisor Password
Boot Type
Network Stack
PXE Boot Capability
Add Boot Options
USB Boot
UEFI OS Fast Boot
EFI
Note: The EFI boot order configuration in this menu can only be changed if the Add Boot Options option above is set to First or Last.
In this menu, you set which devices the system can boot to, as well as change the order in which it attempts to boot. Highlight a boot device and press Enter to enable or disable booting to it. Use the F5 and F6 keys to move the boot device up and down the list.
Exit Saving Changes
Save Change Without Exit
Exit Discarding Changes
Load Optimal Defaults
Load Custom Defaults
Save Custom Defaults
Discard Changes
RAID (Redundant Array of Independent Disks) is a technology used to stitch multiple storage drives together into a single volume for a variety of purposes. The Intel Q470 chipset on the Helix platform features Intel Rapid Storage Technology (RST), an integrated firmware-level RAID utility for SATA disks. Intel RST on Comet Lake chipsets is only supported in Windows; Linux users will need to use a dedicated hardware RAID solution or a software-level RAID utility such as mdadm.
Because the RAID volumes are maintained at the firmware level, the disks in an array do not need to match perfectly. However, the timing parameters of all disks in a certain array, such as write speed, will be limited by the chipset to the lowest value among those disks.
On the Helix platform, the M.2 B-Key, M.2 M-Key, and both cabled SATA connectors can be configured in RAID arrays.
Different types of RAID arrays are referred to as “levels”. Intel RST on the Helix platform supports four RAID levels:
RAID 0 (Striped): In a RAID 0 array, data written to the volume is split between two or more disks. Each disk’s storage space is divided into blocks, the size of which can be set by the user. When writing data to the volume, the SATA controller will rotate block-by-block between the disks. This methodology can provide noticeable improvements to read and write speeds; however, if one disk in a RAID 0 array fails, the data on the entire volume will be lost.
RAID 1 (Mirrored): In a RAID 1 array, the SATA controller mirrors all data between two or more disks. The primary benefit of this methodology is that if a drive in the array is disconnected or fails altogether, the volume will continue to function as normal. If an OS is installed on the volume, it will not be interrupted by a failing drive. A drive can then be reconnected or replaced, at which time the SATA controller will rebuild the volume (note that the rebuild process can take several hours or even days for larger volumes). This RAID configuration has no noticeable effect on write speeds but typically improves read speeds, as the system can read from multiple disks simultaneously.
RAID 5 (Striped with Parity): A RAID 5 array functions similarly to a RAID 0 array in that it stripes data across multiple disks; however, for each set of blocks, it also writes a block of parity data that can be used to recover a block on another disk if it loses that data. Thus, you can achieve some of the performance gains of a RAID 0 array while being able to withstand a single disk failure. This methodology requires at least three disks.
RAID 10 (Striped and Mirrored): A RAID 10 array combines two RAID 1 arrays in a RAID 0 array. This allows you to achieve the performance gains of a RAID 0 array while still maintaining the fault tolerance of a RAID 1 array. Data is striped between the two RAID 1 volumes, which are able to withstand and rebuild after a failed disk. This methodology requires at least four disks. This RAID level is also sometimes referred to as RAID 1+0.
Recovery: Intel Rapid Recovery Technology creates a special RAID 1 array where instead of two equivalent disks, one disk is designated the “primary” and the other the “secondary”. Data is written to the primary drive, then copied to the secondary drive as a backup. This allows you to decide if you would like the mirroring to occur continuously or only on request; in addition, the time it takes to rebuild the array after a disk failure is decreased. However, the read speed improvements of a typical RAID 1 array are not seen here, as the SATA controller will typically only read from the primary drive.
Note: Creating a new RAID array will erase all filesystems and data on all the disks used.
From the main menu, select “Device Management”. You will be greeted with the Device Manager options pictured below. Select “Intel(R) Rapid Storage Technology” to continue.
Note: The Intel(R) Rapid Storage Technology menu will only appear if you have set the SATA Mode Selection option to Intel RST Premium With Intel Optane System Acceleration. This option is located in the main BIOS setup under Advanced > PCH-IO Configuration > SATA And RST Configuration.
This menu will list all existing RAID arrays, as well as all SATA disks that are not currently in an array. Select “Create RAID Volume” to continue.
The following menu will give you the option to specify the name of your RAID volume, the RAID level of the configuration, and which disks will become part of the array. Begin by specifying the name of the volume if desired and selecting a RAID Level.
Then, select which SATA disks will be used to create the array. Note that any disks being used in a different RAID array will not be selectable. If you are creating an array with the RAID level “Recovery”, you will need to select which drive is the primary (M) and which is the secondary (R).
For RAID 0, 5, and 10 configurations, you can specify the strip size if desired. The strip size options vary depending on the RAID level of the configuration. In addition, you can set the capacity of the volume if you would like it smaller than the maximum available. If you are creating a “Recovery” array, you can also select if the slave drive is synchronized with the master continuously or only on request.
Select “Create Volume” to return to the Device Manager menu. You should now see your new volume listed in the menu; hit F10 to save your new settings and Escape to return to the main BIOS menu.
Your RAID array is now created and ready for use.
The latest BIOS updates are available within Software & Firmware section of the HX500 / HX600 Product Documentation space.
Revision History
Default Value
Auto
Default Value
Max Non-Turbo Performance
Default Value
Auto
Default Value
Dynamic
Default Value
Auto
Default Value
Auto
Default Value
Auto
Default Value
8MB
Default Value
256MB
Default Value
32M
Default Value
256M
Default Value
Disabled
Default Value
Disabled
Default Value
Auto
Default Value
Auto
Default Value
AHCI
Default Value
Hard Disk Drive
Default Value
Unknown
Default Value
Enabled
Default Value
Enabled
Default Values
Enabled
Default Value
0
Default Value
Simulated
Default Value
Auto
Default Value
Auto
Default Value
Auto
Default Value
Disabled
Default Value
119 C (POR)
Default Value
71 C
Default Value
100
Default Value
55 C
Default Value
75
Default Value
95 C
Default Value
1
Default Value
5
Default Value
10
Default Value
65%
Default Value
Pure RS-232
Default Value
Smart Fan IV
Default Value
PWM Duty Cycle (%)
Default Value
Open-Drain
Default Value
50
Default Value
50
Default Value
25
Default Value
50
Default Value
75
Default Value
100
Default Value
1
Default Value
1.1
Default Value
Available
Default Value
No Operation
Default Value
UEFI Boot Type
Default Value
Disabled
Default Value
Auto
Type
Menu
BIOS Page
Front Page
Description
Opens the list of detected bootable devices, allowing you to manually select a device to boot, such as an OS or PXE
Type
Menu
BIOS Page
Front Page
Description
Opens the Device Manager menu which includes a configuration menu for Intel Rapid Storage Technology and a Network Device List (if RST and Network Stack are enabled)
Type
Menu
BIOS Page
Front Page
Description
Allows you to boot from a UEFI bootable file
Type
Menu
BIOS Page
Front Page
Description
Opens the Secure Boot configuration menu
Type
Menu
BIOS Page
Front Page
Description
Opens the primary BIOS configuration menu referenced in sections 2 through 6 of this manual
Type
Menu
BIOS Page
Front Page
Description
Opens the Intel Management Engine BIOS Extension (MEBx) configuration interface
Type
Information
BIOS Page
Main Page
Description
Displays current InsydeH2O BIOS Framework version
Type
Information
BIOS Page
Main Page
Description
Displays current BIOS version
Type
Information
BIOS Page
Main Page
Description
Displays the BIOS build date in MM/DD/YYYY
Type
Information
BIOS Page
Main Page
Description
Displays model number of installed CPU
Type
Information
BIOS Page
Main Page
Description
Displays base frequency of installed CPU
Type
Information
BIOS Page
Main Page
Description
Displays core and thread count of installed CPU
Type
Information
BIOS Page
Main Page
Description
Displays model number of PCH
Type
Information
BIOS Page
Main Page
Description
Displays total capacity of all memory installed in system
Type
Information
BIOS Page
Main Page
Description
Displays capacity of memory installed in Channel A
Type
Information
BIOS Page
Main Page
Description
Displays capacity of memory installed in Channel B
Type
Information
BIOS Page
Main Page
Description
Displays base frequency of installed memory
Type
Information
BIOS Page
Main Page
Description
Selects the current default language used by the BIOS
Type
Information
BIOS Page
Main Page
Description
Displays the time in HH:MM:SS. Valid range is from 0 to 23, 0 to 59, 0 to 59. Use +/- to increase/decrease
Type
Information
BIOS Page
Main Page
Description
Displays the date in MM:DD:YYYY. Valid range is from 1 to 12, 1 to 31, 2000 to 2099. Use +/- to increase/decrease
Type
Configurable Setting
BIOS Page
Advanced Page > Boot Configuration
Description
Sets state of Num Lock key when system is booted
Default Value
Off
Type
Information
BIOS Page
Advanced Page > SATA Configuration
Description
Displays model number of device installed in each SATA Port
Type
Information
BIOS Page
Advanced Page > Chipset Configuration (Intel PTT)
Description
Enables or Disables Intel Platform Trust Technology (PTT).
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > ACPI Table/Features Control
Description
Enables or Disables hibernation state (ACPI Sleep State S4) support. This option may not be effective with some OSes
Default Value
[X] (enabled)
Type
Configurable Setting
BIOS Page
Advanced Page > ACPI Table/Features Control
Description
Enables or Disables ACPI Sleep State S3 support
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > ACPI Table/Features Control
Description
Enables or Disables Native PCIe, allowing the OS to control PCIe configuration
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > ACPI Table/Features Control
Description
Enables or Disables Native Active State Power Management (ASPM)
Possible Values
Auto
Enabled - OS Controlled ASPM
Disabled - BIOS Controlled ASPM
Type
Configurable Setting
BIOS Page
Advanced Page > ACPI Table/Features Control
Description
Enable or Disable ACPI Lower Power S0 Idle Capability (mutually exclusive with Smart Connect). While this is enabled, it also disables 8254 timer for SLP_S0 support.
Default Value
Disabled
Type
Information
BIOS Page
Advanced Page > CPU Configuration
Description
Displays model number of installed CPU
Type
Information
BIOS Page
Advanced Page > CPU Configuration
Description
Displays ID of installed CPU
Type
Information
BIOS Page
Advanced Page > CPU Configuration
Description
Displays base frequency of installed CPU
Type
Information
BIOS Page
Advanced Page > CPU Configuration
Description
Displays capacity of L1 data cache
Type
Information
BIOS Page
Advanced Page > CPU Configuration
Description
Displays capacity of L1 instruction cache
Type
Information
BIOS Page
Advanced Page > CPU Configuration
Description
Displays capacity of L2 data cache
Type
Information
BIOS Page
Advanced Page > CPU Configuration
Description
Displays capacity of L3 Data Cache
Type
Information
BIOS Page
Advanced Page > CPU Configuration
Description
Displays capacity of L4 Data Cache
Type
Information
BIOS Page
Advanced Page > CPU Configuration
Description
Displays whether or not Virtual Machine Extensions (VMX) instruction set is supported
Type
Information
BIOS Page
Advanced Page > CPU Configuration
Description
Displays whether or not Safer Mode Extensions (SMX) and Trusted Execution Technology (TXT) are supported
Type
Configurable Setting
BIOS Page
Advanced Page > CPU Configuration
Description
Enables or Disables Intel Virtual Machine Extensions (VMX). When enabled, a VMM can utilize the additional hardware capabilities provided by Vanderpool Technology
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > CPU Configuration
Description
Sets number of cores to enable in each processor package
Type
Configurable Setting
BIOS Page
Advanced Page > CPU Configuration
Description
Enables or Disables Hyper-Threading
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > CPU Configuration
Description
Enables or Disables Advanced Encryption Standard (AES) instruction set
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > Power & Performance
Description
Sets the performance state that the BIOS will set starting from the reset vector
Possible Values
Max Non-Turbo Performance, Max Battery, Turbo Performance
Type
Configurable Setting
BIOS Page
Advanced Page > Power & Performance
Description
Enables or Disables support for more than two CPU frequency ranges
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > Power & Performance
Description
Enables or Disables Intel(R) Speed Shift Technology support. Enabling will expose the CPPC v2 interface to allow for hardware controlled P-states
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > Power & Performance
Description
Enables or Disables processor Turbo Mode (requires Intel SpeedStep or Intel Speed Shift to be supported and enabled)
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > Memory Configuration
Description
Sets HOB buffer size
Possible Values
Auto, 1B, 1KB, Max (assuming 63KB total HOB size)
Type
Configurable Setting
BIOS Page
Advanced Page > Memory Configuration
Description
Enables or Disables Error-Correcting Code memory (ECC) support
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > Memory Configuration
Description
Sets maximum value of TOLUD. Dynamic assignment would adjust TOLUD automatically based on the largest MMIO length of the installed graphic controller
Possible Values
Dynamic, 1, 1.25, 1.5, 1.75, 2, 2.25, 2.5, 2.75, 3, 3.25, 3.5 (GB)
Type
Information
BIOS Page
Advanced Page > System Agent (SA) Configuration
Description
Displays SA PCIe Code Version
Type
Information
BIOS Page
Advanced Page > System Agent (SA) Configuration
Description
Displays whether or not Virtualization Technology for Directed I/O (VT-d) is supported
Type
Sub-Menu
BIOS Page
Advanced Page > System Agent (SA) Configuration
Description
Opens Graphics Configuration sub-menu (see section 3.8.1 below)
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration
Description
Sets stop grant configuration to automatic or manual
Possible Values
Auto, Manual
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration
Description
Enables or Disables PCI Express Spread Spectrum Clocking (SSC) for compliance testing
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration
Description
Enables or Disables Virtualization Technology for Directed I/O (VT-d) capability
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration
Description
Enables or Disables SA CHAP Device
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration
Description
Enables or Disables SA Thermal Device
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration
Description
Enables or Disables SA GNA Device
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration
Description
Enables or Disables CRID control for Intel Stabled IT Platform Program (SIPP)
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration
Description
Enables or Disables above 4GB MemoryMappedIO (MMIO) BIOS assignment. This is enabled automatically when Aperture Size is set to 2048MB
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration
Description
Enables or Disables X2APIC_OPT_OUT bit
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration
Description
Enables or Disables SA IPU Device. Default value: Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration > Graphics Configuration
Description
Sets whether or not the system will skip scanning for external GPUs on all PEG and PCH PCIe ports on boot
Default Value
Disabled (system will scan for external GPUs on boot)
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration > Graphics Configuration
Description
Sets which iGFX/PEG/PCI graphics device should be used for the primary display output. Select SG for Switchable Graphics
Possible Values
Auto, IGFX, PEG, PCI, SG
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration > Graphics Configuration
Description
Enables or Disables Integrated Graphics (iGFX). Auto mode will enable or disable based on graphics settings above
Possible Values
Auto, Enabled, Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration > Graphics Configuration
Description
Sets size of the Graphics Translation Table (GTT)
Possible Values
2MB, 4MB, 8MB
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration > Graphics Configuration
Description
Sets the Graphics Aperture Size. The Above 4GB MMIO BIOS assignment is automatically enabled when selecting 2048MB aperture. To use this feature, please disable CSM support
Possible Values
128MB, 256MB, 512MB, 1024MB, 2048MB
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration > Graphics Configuration
Description
Sets DVMT 5.0 Pre-Allocated (Fixed) graphics memory size used by the Integrated Graphics (iGFX)
Possible Values
0, 64, 4, 8, 12, 16, 20, 24, 28, 32/F7, 36, 40, 44, 48, 52, 56, 60 (M)
Type
Configurable Setting
BIOS Page
Advanced Page > System Agent (SA) Configuration > Graphics Configuration
Description
Select DVMT 5.0 Total Graphic Memory size used by the Integrated Graphics (iGFX)
Possible Values
256M, 128M
Type
Sub-Menu
BIOS Page
Advanced Page > PCH-IO Configuration
Description
Opens the PCI Express Configuration sub-menu (see section 3.9.1 below)
Type
Sub-Menu
BIOS Page
Advanced Page > PCH-IO Configuration
Description
Opens the SATA Device Options Configuration sub-menu (see section 3.9.2 below)
Type
Sub-Menu
BIOS Page
Advanced Page > PCH-IO Configuration
Description
Opens the HD Audio Subsystem Configuration sub-menu (see section 3.9.3 below)
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration
Description
Enables or Disables UEFI initialization of onboard NICs
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration
Description
Enables or Disables the ability of onboard NICs to wake the system from non-DeepSx states.
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration
Description
Enables or Disables SLP_LAN# Low on DC Power
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration
Description
Enables or Disables EFI Network support for onboard NICs and/or WiFi module
Possible Values
Disabled, Onboard NIC, WiFi, Onboard NIC & WiFi
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration
Description
Enables or Disables ability of PCI Express Wireless LAN and Bluetooth to wake the system
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration
Description
Enables or Disables PXE Option ROM execution
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration
Description
Sets resume state when the system is restored after a mechanical power-off (ACPI G3 state)
Possible Values
Enabled (System will boot directly as soon as power is applied)
Disabled (System will remain in power-off state until the power button is pressed)
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration
Description
Enables or Disables PCI Express Clock Gating
Default Value
Enabled
Type
Information
BIOS Page
Advanced Page > PCH-IO Configuration > PCI Express Configuration
Description
Displays configuration of specified PCI Express Root Port
Type
Sub-Menu
BIOS Page
Advanced Page > PCH-IO Configuration > PCI Express Configuration
Description
Opens the PCI Express Root Port configuration sub-menu for the selected port (see section 3.9.1.1 below)
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration > PCI Express Configuration > PCI Express Root Port Settings
Description
Enables or disables the selected PCI Express Root Port
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration > PCI Express Configuration > PCI Express Root Port Settings
Description
Sets the PCI Express Active State Power Management mode
Possible Values
Auto, Disabled, L0s, L1, L0sL1
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration > PCI Express Configuration > PCI Express Root Port Settings
Description
Sets the PCIe Speed of the selected port
Possible Values
Auto, Gen1, Gen2, Gen3
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration > PCI Express Configuration > PCI Express Root Port Settings
Description
Sets the number of milliseconds reference code will wait for the link to exit detect state for enabled ports before assuming there is no device and potentially disabling the port
Default Value
0
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration > SATA and RST Configuration
Description
Enables or Disables the SATA controller and all SATA devices
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration > SATA and RST Configuration
Description
Sets the mode of operation of the SATA controller. Setting this to Intel RST Premium With Intel Optane System Acceleration will enabled integrated firmware RAID (see chapter 7 for details)
Note: Setting this to Intel RST Premium will prevent the Linux kernel from properly interacting with SATA disks
Possible Values
AHCI, Intel RST Premium With Intel Optane System Acceleration
Type
Information
BIOS Page
Advanced Page > PCH-IO Configuration > SATA and RST Configuration
Description
Displays the model number of the installed device using the specified port, or “Empty” if no device is detected
Type
Information
BIOS Page
Advanced Page > PCH-IO Configuration > SATA and RST Configuration
Description
Displays whether or not Software Preserve is supported on the specified port
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration > SATA and RST Configuration
Description
Enables or Disables the specified SATA Port
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration > SATA and RST Configuration
Description
Enables or Disables SATA Hot Plug support for the specified port
Default Value
Disabled
Type
Information
BIOS Page
Advanced Page > PCH-IO Configuration > SATA and RST Configuration
Description
Displays whether or not the specified port is configured as eSATA
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration > SATA and RST Configuration
Description
Sets whether or not the specified port is external
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration > SATA and RST Configuration
Description
Enables or Disables Staggered Spin Up. If enabled for any port, Staggered Spin Up will be performed and only the drives which have this option enabled will spin up at boot
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration > SATA and RST Configuration
Description
Sets the type of disk is connected to the specified SATA port. Certain configuration settings are only applied when this is set to Hard Disk Drive
Possible Values
Hard Disk Drive, Solid State Drive
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration > SATA and RST Configuration
Description
Sets the SATA topology type of the installed device
Possible Values
Unknown, ISATA, Direct Connect, Flex, M2
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-IO Configuration > HD Audio
Description
Enables or Disables the integrated HD Audio device
Default value: Enabled
Possible Values
Disabled (HDA will be unconditionally disabled)
Enabled (HDA will be unconditionally enabled)
Type
Information
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Displays Management Engine firmware version
Type
Information
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Displays Management Engine firmware mode
Type
Information
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Displays Management Engine firmware SKU
Type
Information
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Displays Management Engine firmware status 1
Type
Information
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Displays Management Engine firmware status 2
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration
Description
When Disabled ME will be put into ME Temporarily Disabled Mode. Default value: Enabled
Possible Values
Enabled (Management Engine will act normally)
Disabled (Management Engine will be put into ME Temporarily Disabled Mode)
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Enables or Disables Intel Manageability features
Note: This option disables/enables Manageability Features support in FW. Platform must be in an unprovisioned state before disabling ME support
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Enables or Disables Active Management Technology (AMT) BIOS Features. Disabling this prevents the user from accessing the MEBx configuration
Note: This option does not disable Manageability Features in the firmware
Default Value
Enabled
Type
Sub-Menu
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Opens the Intel Active Management Technology (AMT) configuration sub-menu (see section 3.10.1 below)
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Enables or Disables clearing of Management Engine configuration on CMOS clear
Possible Values
Enabled (ME settings will be cleared on CMOS clear)
Disabled (ME settings will be retained on CMOS clear)
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Enables or Disables support for Comms Hub
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Enables or Disables Intel DAL Host Interface Service (JHI)
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Enable or Disable sending Core BIOS Done Message to ME
Default Value
Enabled
Type
Sub-Menu
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Opens the Management Engine Firmware Update configuration sub-menu (see section 3.10.2 below)
Type
Sub-Menu
BIOS Page
Advanced Page > PCH-FW Configuration
Description
Opens the Platform Trust Technology (PTT) configuration sub-menu (see section 3.10.3 below)
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration
Description
Enables or Disables Alert Standard Format support
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration
Description
Enables or Disables Active Management Technology (AMT) USB Provisioning
Default Value
Disabled
Type
Sub-Menu
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration
Description
Opens the Client Initiated Remote Assistance (CIRA_ configuration sub-menu (see section 3.10.1.1 below)
Type
Sub-Menu
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration
Description
Opens the Alert Standard Format (ASF) configuration sub-menu (see section 3.10.1.2 below)
Type
Sub-Menu
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration
Description
Opens the Secure Erase configuration sub-menu (see section 3.10.1.3 below)
Type
Sub-Menu
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration
Description
Opens the Management Engine BIOS Extension (MEBx) configuration sub-menu (see section 3.10.1.4 below)
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration > CIRA Configuration
Description
Enables or Disables the Client Initiated Remote Assistance boot process
Default Value
[ ] (disabled)
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration > CIRA Configuration
Description
Sets the timeout for the CIRA remote assistance connection to be established
Note: This setting is only available if the Activate Remote Assistance Process setting is enabled
Possible Values
0 to 255 (0 for default timeout of 60 seconds, 255 for no timeout)
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration > ASF Configuration
Description
Enables or Disables the ability to receive Platform Event Trap (PET) events
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration > ASF Configuration
Description
Enables or Disables the Watchdog Timer
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration > ASF Configuration
Description
Sets the WatchDog Timer duration in seconds so that an OS can interact with it
Note: This setting is only available if the WatchDog setting is enabled
Default Value
0
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration > ASF Configuration
Description
Sets the WatchDog Timer duration in seconds at the BIOS level. This timer will reset the system if it fails to POST within the duration
Note: This setting is only available if the WatchDog setting is enabled
Default Value
0
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration > ASF Configuration
Description
Enables or Disables adding the ASF Sensor Table to the ASF ACPI Table
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration > Secure Erase Configuration
Description
Sets the behavior of the Secure Erase module
Possible Values
- Simulated (performs the Secure Erase process without erasing disks)
- Real (performs the Secure Erase process, erasing disks)
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration > Secure Erase Configuration
Description
Enables or Disables forcing the Secure Erase process to occur on next boot
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration > MEBx Resolution Settings
Description
Sets the resolution for the non-UI text-based MEBx mode
Possible Values
Auto, 80x25, 100x31
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration > MEBx Resolution Settings
Description
Sets the resolution for the UI text-based MEBx mode
Possible Values
Auto, 80x25, 100x31
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > AMT Configuration > MEBx Resolution Settings
Description
Sets the resolution for the Graphical MEBx mode
Possible Values
Auto, 640x480, 800x600, 1024x768
Type
Configurable Setting
BIOS Page
Advanced Page > PCH-FW Configuration > Firmware Update Configuration
Description
Enables or Disables Management Engine Firmware Image Re-Flash function
Default Value
Disabled
Type
Information
BIOS Page
Advanced Page > PCH-FW Configuration > PTT Configuration
Description
Displays Platform Trust Technology (PTT) Capability / Enablement State
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Enables or Disables automatic configuration of _CRT, _PSV and _AC0 based on values recommended in BWG’s Thermal Reporting for Thermal Management settings
Possible Values
Enabled (automatic configuration)
Disabled (manual configuration)
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Sets the temperature value of the ACPI Critical Trip Point (the point at which the system will shut off.)
Note: 119C is the Plan Of Record (POR) for all Intel processors.
Possible Values
15, 23, 31, 39, 47, 55, 63, 71, 79, 87, 95, 100, 103, 111, 119, 127 (C)
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Sets the temperature value of the ACPI Active Trip Point 0 (the point at which the OS will set the processor fan to Active Trip Point 0 Fan Speed)
Possible Values
15, 23, 31, 39, 47, 55, 63, 71, 79, 87, 95, 100, 111, 127 (C)
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Sets Active Trip Point 0 Fan Speed percentage (the percentage of maximum speed at which the fan will run when Active Trip Point 0 is crossed)
Possible Values
0 to 100
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Sets the temperature value of the ACPI Active Trip Point 1 (the point at which the OS will set the processor fan to Active Trip Point 1 Fan Speed)
Possible Values
15, 23, 31, 39, 47, 55, 63, 71, 79, 87, 95, 100, 111, 127 (C)
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Sets Active Trip Point 1 Fan Speed percentage (the percentage of maximum speed at which the fan will run when Active Trip Point 1 is crossed)
Possible Values
0 to 100
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Sets the temperature value of the ACPI Passive Trip Point (the point in which the OS will begin throttling the processor frequency)
Possible Values
15, 23, 31, 39, 47, 55, 63, 71, 79, 87, 100, 103, 111, 119 (POR), 127 (C)
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Sets the TC1 value for the ACPI Passive Cooling Formula
Possible Values
1 to 16
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Sets the TC2 value for the ACPI Passive Cooling Formula
Possible Values
1 to 16
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Sets the TSP value for the ACPI Passive Cooling Formula. This value represents how often (in tenths of a second) the OS will read the temperature when passive cooling is enabled
Possible Values
2 to 32
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Enables or Disables Active Trip Points
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Enables or Disables Passive Trip Points
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Enables or Disables Critical Trip Points
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Enables or Disables Active Trip Points
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Enables or Disables reading of PCH temperature
Default Value
[X] (enabled)
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Enables or Disables reading of CPU power draw
Default Value
[X] (enabled)
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Enables or Disables reading of CPU temperatures
Default Value
[X] (enabled)
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Enables or Disables locking of all Alert Enable settings
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Sets the Fail Safe temperature that the embedded controller will use if the OS is hung
Default Value
75
Type
Configurable Setting
BIOS Page
Advanced Page > Thermal Configuration
Description
Sets the fan speed that the embedded controller will use if the OS is hung
Possible Values
0-100%
Type
Sub-Menu
BIOS Page
Advanced Page > SIO NCT5524D Chip
Description
Opens the UART Port 1 (COM1) configuration sub-menu (see section 3.12.1 below)
Type
Sub-Menu
BIOS Page
Advanced Page > SIO NCT5524D Chip
Description
Opens the UART Port 2 (COM2) configuration sub-menu (see section 3.12.1 below)
Type
Sub-Menu
BIOS Page
Advanced Page > SIO NCT5524D Chip
Description
Opens the Fan Control configuration sub-menu (see section 3.12.2 below)
Type
Sub-Menu
BIOS Page
Advanced Page > SIO NCT5524D Chip
Description
Opens the Hardware Monitor sub-menu to display hardware monitoring values (see section 3.12.6 below)
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D Chip > UART Port X Configuration
Description
Enables or Disables selected COM port
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D Chip > UART Port X Configuration
Description
Enables or Disables DC power on pin 9 of selected COM port
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D Chip > UART Port X Configuration
Description
Sets the communication protocol of the selected COM port
Possible Values
- Pure RS-232
- RS-422 Full Duplex
- RS-485 Half Duplex (TX ENABLE Low Active)
- RS-422 Full Duplex (with termination resistor and bias resistor)
- Pure RS-232 (co-exists with RS485)
- RS-485 Half Duplex (with termination resistor and bias resistor)
- Low Power Shutdown*
*This option puts the transceiver into a low-power mode, deactivating the serial communications to minimize power draw. When selected, the serial ports will not be usable
Type
Information
BIOS Page
Advanced Page > SIO NCT5524D > Fan Control
Description
Displays current CPU Fan RPM
Type
Information
BIOS Page
Advanced Page > SIO NCT5524D > Fan Control
Description
Displays current CPU package temperature
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D > Fan Control
Description
Sets fan control mode. Certain modes will add or remove settings that only pertain to that mode; see sections 3.12.2.1 through 3.12.2.3 for mode-specific configuration options
Possible Values
Manual, Thermal Cruise, Speed Cruise, Smart Fan IV
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D > Fan Control
Description
Sets the type of fan control signal
Possible Values
PWM Duty Cycle (%), DC Voltage (%)
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D > Fan Control
Description
Sets the characteristics of the output buffer
Note: This setting is only available if the PWM/DC Output option is set to PWM Duty Cycle (%)
Possible Values
Open-Drain, Push-Pull
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D > Fan Control
Description
Sets the duty cycle percentage for the fan control PWM signal
Note: This setting is only available if the PWM/DC Output option is set to PWM Duty Cycle (%)
Possible Values
0 to 100
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D > Fan Control (with Mode option set to Manual)
Description
Sets the DC voltage percentage for the fan control signal
Note: This setting is only available if the Mode option is set to Manual and the PWM/DC Output option is set to DC Voltage (%)
Possible Values
0 to 100
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D > Fan Control (with Mode option set to Thermal Cruise)
Description
Sets the target CPU temperature in degrees Celsius that the fan control will adjust to maintain
Default Value
0
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D > Fan Control (with Mode option set to Thermal Cruise)
Description
Sets the temperature tolerance in degrees Celsius for the Target Temperature set above
Default Value
0
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D > Fan Control (with Mode option set to Speed Cruise)
Description
Sets the target fan speed that the fan control will adjust to maintain
Default Value
0
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D > Fan Control (with Mode option set to Thermal Cruise)
Description
Sets the tolerance for the target fan speed set above
Default Value
0
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D Chip > Fan Control (with Mode option set to Smart Fan IV)
Description
Sets the temperature at which the fan speed will be set to the value specified in the Output 0 option
Default Value
30
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D Chip > Fan Control (with Mode option set to Smart Fan IV)
Description
Sets the fan speed percentage that will be used when the temperature hits the threshold specified in the Boundary 0 option
Possible Values
0 to 100
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D Chip > Fan Control (with Mode option set to Smart Fan IV)
Description
Sets the temperature in degrees Celsius at which the fan speed will be set to the value specified in the Output 1 option
Default Value
40
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D Chip > Fan Control (with Mode option set to Smart Fan IV)
Description
Sets the fan speed percentage that will be used when the temperature hits the threshold specified in the Boundary 1 option
Possible Values
0 to 100
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D Chip > Fan Control (with Mode option set to Smart Fan IV)
Description
Sets the temperature in degrees Celsius at which the fan speed will be set to the value specified in the Output 2 option
Default Value
50
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D Chip > Fan Control (with Mode option set to Smart Fan IV)
Description
Sets the fan speed percentage that will be used when the temperature hits the threshold specified in the Boundary 2 option
Possible Values
0 to 100
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D Chip > Fan Control (with Mode option set to Smart Fan IV)
Description
Sets the temperature in degrees Celsius at which the fan speed will be set to the value specified in the Output 3 option
Default Value
60
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D Chip > Fan Control (with Mode option set to Smart Fan IV)
Description
Sets the fan speed percentage that will be used when the temperature hits the threshold specified in the Boundary 3 option
Possible Values
0 to 100
Type
Configurable Setting
BIOS Page
Advanced Page > SIO NCT5524D Chip > Hardware Monitor
Description
Sets the interval in seconds at which the monitor updates values
Possible Values
0 to 15 (setting to 0 stops the monitor from updating values)
Type
Information
BIOS Page
Security Page
Description
Displays current TPM device
Type
Information
BIOS Page
Security Page
Description
Displays current TPM state
Type
Information
BIOS Page
Security Page
Description
Displays active PCR hash algorithm
Type
Information
BIOS Page
Security Page
Description
Displays hardware supported hash algorithm
Type
Information
BIOS Page
Security Page
Description
Displays BIOS supported hash algorithm
Type
Configurable Setting
BIOS Page
Security Page
Description
Sets the TrEE Protocol Version: 1.0 or 1.1. Possible values: 1.1, 1.0. Default value: 1.1
Possible Values
1.1, 1.0
Type
Configurable Setting
BIOS Page
Security Page
Description
Enables or Disables the TPM hardware
Possible Values
Available (enabled), Hidden (disabled)
Type
Configurable Setting
BIOS Page
Security Page
Description
Sets the TPM2 operation state
Possible Values
- No Operation
- Enable
- SetPCRBanks(Algorithm)
- LogAllDigests
- SetPPRequiredForClear_True
- SetPPRequiredForClear_False
- SetPPRequiredForTurnOn_False
- SetPPRequiredForTurnOn_True
- SetPPRequiredForTurnOff_False
- SetPPRequiredForTurnOff_True
- SetPPRequiredForChangePCRs_False
- SetPPRequriedForChangePCRs_True
- SetPPRequiredForChangeEPS_False
- SetPPRequiredForChangeEPS_True
- ChangeEPS
Type
Configurable Setting
BIOS Page
Security Page
Description
Enables or Disables clearing TPM user data such as passwords, certificates, and keys
Default Value
[ ] (disabled)
Type
Configurable Setting
BIOS Page
Security Page
Description
Sets or Changes the supervisor password
Note: The password must be more than one character in length
Type
Configurable Setting
BIOS Page
Boot Page
Description
Sets the boot mode
Possible Values
UEFI Boot Type, Legacy Boot Type, Dual Boot Type
Type
Configurable Setting
BIOS Page
Boot Page
Description
Enables or Disables the onboard NICs before UEFI handoff
Default value: Disabled
Default Value
Disabled
Type
Configurable Setting
BIOS Page
Boot Page
Description
Sets the PXE Boot mode
Note: This setting is unavailable unless Network Stack is Enabled
Possible Values
- Disabled
- UEFI: IPv4
- UEFI: IPv6
- UEFI: IPv4/IPv6
Type
Configurable Setting
BIOS Page
Boot Page
Description
Sets which device in the boot order list the system will attempt to boot first and the direction it will move through the list (see section 5.1 below)
Possible Values
- Auto (boot order is not configurable, uses the system default)
- First (system moves through the boot order list top to bottom)
- Last (system moves through the boot order list bottom to top)
Type
Configurable Setting
BIOS Page
Boot Page
Description
Enables or Disables booting from USB devices
Default Value
Enabled
Type
Configurable Setting
BIOS Page
Boot Page
Description
Enables or Disables Fast Boot mode. When enabled, the BIOS will not initialize the keyboard during boot or watch for the BIOS menu keypress
Default Value
Disabled
Type
Sub-Menu
BIOS Page
Boot Page
Description
Opens the EFI Boot Order sub-menu (see section 5.1 below)
Type
Exit Mode
BIOS Page
Exit Page
Description
Saves your changes and exits the BIOS setup menu
Type
Exit Mode
BIOS Page
Exit Page
Description
Saves your changes, but does not exit the BIOS setup menu
Type
Selectable
BIOS Page
Exit Page
Description
Exits the BIOS setup menu without saving your changes
Type
Selectable
BIOS Page
Exit Page
Description
Loads the firmware’s optimal default settings
Type
Selectable
BIOS Page
Exit Page
Description
Loads user-specified set of default settings
Type
Selectable
BIOS Page
Exit Page
Description
Saves current settings as user-specified set
Type
Selectable
BIOS Page
Exit Page
Description
Discards all changes, but does not exit the BIOS setup menu
Revision History
Date
First release of HX500/HX600 BIOS Manual
07/16/2020
Add link to BIOS Updates support page
12/15/2020





















The OnLogic Helix series integrates Intel® 10th generation Comet Lake processors, offering flexible installation, reliable solid-state performance, and unique expandability for various innovations. Helix systems utilize desktop processing within a compact form factor, previously limited to lower-wattage mobile CPUs. With OnLogic's Hardshell™ Fanless Technology, you can benefit from enhanced performance and thermal management of Intel 10th gen processing, alongside triple independent display support, an extended operating temperature range, and a wide input power range.
Do not open or modify the device. The device's components comply with FCC and CE regulations; any modification may invalidate these certifications.
Install the device securely. Be careful handling the device to prevent injury and do not drop.
Ne pas ouvrir ou modifier l'appareil. L'appareil utilise des composants conformes aux réglementations FCC et EC. La modification de l'appareil peut annuler ces certifications.
Installez l’appareil en toute sécurité. Soyez prudent lors de la manipulation de l'appareil pour éviter les blessures et ne pas faire tomber.
4x Rubber Feet
Additional items such as mounting brackets, power supplies, or terminal block connectors, if purchased, will be found in the system box or outer shipping carton. For more details on accessories and features, visit the Helix series page.
Helix 500 Product Page Helix 600 Product Page
Note: The HX500 is pictured, the HX600 has the same I/O configuration. The location of the DIO option is different for the HX600.
Note: The rear I/O of the HX500 is shown below. The HX600 has the same connector orientations and locations on the motherboard. The location of the Terminal block power option is different for the HX600.
Power button / Power LED
The front power button can be used to turn the Helix system on and off. It is a momentary contact button with a blue LED backlight that indicates the system's status. A single press while the system is on will initiate a graceful shutdown from the OS. Pressing and holding the button for 4 seconds while the system is running will cause a hard reset. The system can be woken from any state by a single press of the power button. A solid blue light on the LED backlight indicates the system is powered in the S0 state. A flashing blue light indicates the system is in the sleep state. The LED is off in S5 and deep sleep states.
SIM card
A 3FF Subscriber Identity Module (SIM) card slot is located on the front panel of the Helix platform, providing native support for OnLogic Cellular modules. The SIM signals can be connected to either the mPCIe or M.2 B-Key internal expansion slots, with the default BIOS setting being mPCIe. Refer to the BIOS user manual for more information. The SIM slot is a Push-Push type receptacle. To insert or remove the SIM card, use a small implement to push the card into the slot until it clicks. To remove the card, push it with a small implement until it clicks, then pull the free end of the card to remove it.
COM DB9 option
The serial port mode and voltage between Off/5V on Pin 9 on Helix can be selected in the BIOS configuration. The serial ports support RS-232, RS-422, and RS-485 configurations. Refer to the BIOS manual in Appendix C for configuration instructions.
Audio
Audio input and output are provided via a 3.5mm CTIA audio jack on the front panel of the Helix platform. The audio codec used is a Realtek ALC233. Proper drivers must be installed for both the Q470 chipset and Realtek ALC233 codec. These downloads can be found within section 4 of this documentation page.
USB 3.2
There are four USB 3.2 Gen 2 ports on the front panel of the Helix platform, capable of 10Gb/s transfer rates.
4-Pin DIN power connector
Mainboard power is applied to the Helix platform via a locking 4-pin female DIN connector (Mating part: Kycon # KPPX-4P or equivalent). The system operates from 8V~24V (HX500) and 19V~24V (HX600 with GPU option). Refer to the Power Management section for input voltage qualifications.
The maximum rated current of the connector is 7A per pin. Use a wire gauge rated for the operational current. See below for the on-board connector pinout.
DisplayPort 1, 2, & 3
Helix utilizes Intel’s Integrated processor graphics, powering the onboard DisplayPorts. This supports resolutions up to 4096x2304 @ 60Hz simultaneously on all three outputs. All ports support Multi-Stream Transport (MST).
An optional CEC module can be included to add CEC (Consumer Electronics Control) functionality on DisplayPort 1 & 2. This feature is not supported on the DisplayPort 3 connector.
LAN1 - Intel I219-LM
The Intel I219 LAN Port on Helix supports up to 1Gbps link speeds over standard shielded CAT5e or CAT6 cables. The connector is an industry-standard RJ45. This port also features Intel’s vPro(R) technology, enabling remote out-of-band management and security features (requires Intel Core i5 or higher). The LAN link state is indicated by the two LEDs enclosed in the port, as described below.
LAN2 - Intel I210-IT
The second LAN Port on Helix supports up to 1Gbps link speeds over standard shielded CAT5e or CAT6 cables. The connector is an industry-standard RJ45. The LAN link state is indicated by the two LEDs enclosed in the port, as described below.
USB 3.2
The dual stack USB 3.2 ports on the rear panel are USB 3.2 Gen 2 ports, capable of 10Gb/s transfer rates. The two USB ports above the RJ45 LAN connectors are USB 3.2 Gen 1 ports, capable of 5 Gb/s.
Terminal block power option
If the terminal block power option is selected, mainboard power is applied to the Helix platform through a 4-pin terminal block connector (Mating part: Dinkle #2ESDAM-04P or equivalent). The system operates from 8V~24V (HX500) and 19V~24V (HX600 with GPU option). Refer to the Power Management section for input voltage qualifications. The maximum rated current of the connector is 15A per pin. Use a wire gauge rated for the operational current. Cables should be properly terminated with wire ferrules. Do not use the terminal block with tinned wire ends or solid core wire. See below for connector pinout. When using the remote switch connections with the terminal block option, mating power switch cables should be twisted-pair wire with a floating shield to ensure proper immunity to EMI/RFI. It is recommended to keep wires less than 3 meters in length. Switches should be momentary contact type only.
The motherboard is the same for HX500 and HX600.
An M.2 B-Key port is present on the Helix motherboard to support B-Key form-factor expansion cards. Supported form-factors include 3042, 2242, 2260, and 2280. The B-Key connector supports PCIe Gen 3 x2, USB 3.2 5Gb/s, USB 2.0, SATA Gen I (1.5Gbps), SATA Gen II (3.0Gbps), and SATA Gen III (6.0Gbps) devices. The 3FF Micro SIM card slot is multiplexed to both the M.2 B-Key and mPCIe expansion slots. The routing can be selected in the BIOS and is set to the mPCIe slot by default. Refer to the BIOS user manual for more information. The M.2 B-Key slot can be used in tandem with the M.2 M-Key slot to create firmware-level RAID arrays using Intel Rapid Storage Technology. These arrays can be created with M.2 SATA SSDs; NVMe RAID is not supported by the chipset. RAID arrays combining M.2 SATA and cabled 2.5” SATA drives can also be created. Refer to the BIOS user manual for information on using Rapid Storage Technology. A full pinout table for this expansion slot is provided in The Expansion port pintout.
An M.2 E-Key port is present on the Helix motherboard to support E-Key form-factor wireless expansion cards. Only 2230 form-factor cards are supported. The E-Key connector on the Helix platform supports PCIe Gen 3 x1, USB 2.0, and Intel CNVi devices. A full pinout table for this expansion slot is provided in the Expansion Port Pinout (section 2.3).
An M.2 M-Key port is present on the Helix motherboard to support M-Key form-factor expansion cards. Only 2280 form-factor cards are supported. The M-Key connector on the Helix platform includes support for PCIe Gen 3 x4, PCIe Gen 3 x2, SATA Gen I (1.5Gbps), SATA Gen II (3.0Gbps), and SATA Gen III (6.0Gbps) devices. The M.2 M-Key slot can be used in tandem with the M.2 B-Key slot to create firmware-level RAID arrays using Intel Rapid Storage Technology. These arrays can be created with M.2 SATA SSDs; NVMe RAID is not supported by the chipset. RAID arrays combining M.2 SATA and cabled 2.5” SATA drives can also be created. Refer to the BIOS user manual for information on using Rapid Storage Technology. A full pinout table for this expansion slot is provided in the Expansion Port Pinout (section 2.3).
An mPCIe port is present on the Helix motherboard to support mini-PCIe form-factor expansion cards. Full-length cards and half-length cards (with adapter) are supported. The mPCIe connector on the Helix platform supports PCIe Gen 3 x1 and USB 2.0 devices. A full pinout table for this expansion slot is provided in A full pinout table for this expansion slot is provided in the Expansion Port Pinout (section 2.3). The 3FF Micro SIM card slot is multiplexed to both the M.2 B-Key and mPCIe expansion slots. The routing can be selected in the BIOS and is set to the mPCIe slot by default. Refer to the BIOS user manual (Appendix C) for more information.
The Helix platform has two onboard DDR4 SO-DIMM Slots. Specifications are as follows:
Maximum Capacity: DDR4-2666 64GB with two 32GB SO-DIMM Modules
Channel configuration: 1DIMM Per Channel (DPC) - 2 Channels
No ECC Support
The two on-board COM headers utilize standard 9-pin 2.00mm pitch male pin headers with the pin configuration provided in the table below. These serial ports support RS-232, RS-422 Full-Duplex, and RS-485 half-Duplex configurations. The serial port communication mode can be selected in the BIOS configuration. Additionally, 5V power can be enabled on pin 9 in the same BIOS menu, rated to provide 250mA of current. Refer to the BIOS manual for configuration instructions.
For BIOS update instructions, refer to the BIOS Manual in section 4 for reflashing instructions.
The on-board power switch header can control the power state of the Helix platform in parallel with the front panel power button. Mating power switch cables should be twisted-pair wire with a floating shield to ensure proper immunity to EMI/RFI. The mating connector is a standard 2.54mm female header. It is recommended to keep wires less than 3 meters in length. Switches must be momentary contact type only.
A 2mm pin header and jumpers are used to clear the CMOS settings and select the hardware auto power-on behavior of the Helix platform. ATX mode can be selected by moving the pin jumper to connect pins 3 and 5. In ATX mode, the system power-on is controlled by the system power button or other supported wake events. When the pin jumper connects pins 1 and 3, the system operates in AT mode, powering on when system power is first applied. The default selection is ATX mode. The system CMOS settings can be cleared with the second pin jumper by following these steps:
Disconnect system power.
Place jumper in the “clear” position.
Wait 10 seconds.
Remove jumper from the “clear” position and return to default position.
The RTC battery on the Helix platform retains BIOS CMOS settings and maintains the system's real-time clock. If the RTC battery is low, CMOS settings will not be retained, and an alert may be received in the operating system. The cabled RTC battery should be replaced with a Maxell CR2032-WK11 (or UL listed equivalent). An equivalent battery must use a Hirose DF13-2S-1.25c connector to mate with the on-board connector.
Helix features an onboard TPM (Trusted Platform Module) header. Helix supports OnLogic’s module (OnLogic part TPM01) featuring TPM 2.0. This provides the option for a dedicated secure module to secure Helix through cryptographic keys.
The two on-board SATA Data connectors utilize the standard 7-pin SATA Data latching connector with the standard pin configuration. These connectors support SATA Gen I (1.5Gbps), SATA Gen II (3.0Gbps), and SATA Gen III (6.0Gbps). Additionally, they support firmware-level RAID arrays using Intel Rapid Storage Technology. RAID arrays combining M.2 SATA and cabled 2.5” SATA drives can also be created. Characteristics of the SATA ports, such as RAID arrays, can be configured in the BIOS; refer to the BIOS manual for further details.
The on-board SATA Power connector provides 5V and 12V power to multiple SATA devices with the pin configuration shown in the table below. It uses a 4-pin 2.50mm pitch male pin connector with an opening for a small retention tab. The connector is rated to 2A per contact. Any mating connector with the correct form factor, such as TE Connectivity part number 171822-4, can be used to connect a cable to the header. The connector can only be used to power internal devices.
The on-board fan header can power and control any three or four-wire fan (including variable-speed PWM fans) using the standard pin configuration shown in the table below. Three-wire fans will only connect to pins 1-3. This header utilizes a standard 4-pin 2.54mm pitch fan connector with a small retention tab. Any mating connector with the standard form factor, such as Molex part number 0470541000, can be used to connect a fan. Most CPU and case fans utilize this connector and pinout. The 12V pin on this connector can provide up to 1A of current.
The on-board USB 2.0 header provides a pair of USB 2.0 signals. It utilizes a standard 9-pin 2.54mm pitch male pin connector with the pin configuration shown in the table below. The 5V power pins (1 & 2) can provide up to 1A of current.
HDMI-CEC (Consumer Electronics Control) is a communication protocol that supports the control of displays over an HDMI interface. The Helix platform supports CEC via the optional add-on module ADP107. For a full description of supported features, refer to the ADP107 product manual here:
Mainboard power can be applied to the Helix platform via the locking 4-pin Molex Micro-Fit connector (Mating part: Molex # 0430250400 or equivalent). The system operates from 8V~24V (HX500) and 19V~24V (HX600 with GPU option). Refer to the Power Management section for input voltage qualifications. The maximum rated current of the connector is 8A per pin. Use a wire gauge rated for the operational current. See below for connector pinout.
The LGA1200 CPU socket on the Helix platform supports all 10th Gen Intel S-series processors up to 35W TDP.
The Helix platform features a standard PCI Express x16 slot on the bottom side that supports PCIe Gen 1 (2.5 GT/s), Gen 2 (5 GT/s), and Gen 3 (8 GT/s). Any PCIe x1, x4, x8, or x16 card using PCIe Gen 1 through Gen 3 will function in this slot. In the HX600, a riser card is included to add a PCIe expansion card to the expanded chassis.
Reference the full .
Intel® 10th Gen Comet Lake Core 35W Celeron/i3/i5/i7/i9
The power consumption of the H500 and H600 systems was measured for various system configurations, workloads, and power states at both 12V and 24V system input voltages. Tests were performed using Burnintest v9.0 build 1012 to stress system components with and without graphics enabled. These tests were performed with Intel Turbo Boost disabled; enabling Turbo will draw additional power. The build configurations and power consumption are listed in the tables below. (Note: system configurations using discrete GPUs are limited to 19V-24V input. Only 24V is tested for Configuration 3).
*The configurations below are using representative samples of internal devices; the specific components mentioned below may vary from the devices provided by OnLogic.
The power consumption for each system configuration is recorded below:
Config 1 Low Power Consumption
Config 2 Mid Power Consumption
Config 3 High Power Consumption
These specified DC levels are the absolute maximum values for the pins for system function and safety. The protection circuitry allows for brief transient voltages above these levels without the system turning off or being damaged. A transient voltage suppressor on the power input allows momentary excursions above stated limits.
The base HX500 system can operate with an input voltage ranging from 8V - 24V DC; however, different configurations will impact total system draw and may limit input voltage flexibility in the final application. The minimum system voltage will be limited by total system power draw and the 14A current limit of the power connectors on the motherboard. The total system power draw should be divided by the input voltage to remain within the power connector's current limit and checked against supply capability. HX600 systems with GPU configurations should use no less than 19V at the input, with 24V recommended. Please contact OnLogic for assistance calculating the total max power draw of your desired configuration. Most HX500 systems operating at 8V with turbo enabled will exceed the input current limit. Systems with Intel Turbo Boost enabled can draw up to 70W at the CPU with stock settings. Additional internal system peripherals and USB loads may cause system instability due to protection mechanisms. Systems requiring an input voltage under 12V will achieve best stability by disabling CPU turbo, or by limiting peak CPU turbo draw under 50W with a custom BIOS. Please contact OnLogic sales for additional information on custom BIOS configurations.
The Helix platform supports multiple power states. Wake-up events can be configured in the BIOS. This section describes the supported power management functions and provides information on protection circuitry for power adapters.
The auto power on feature will turn the Helix system back on after a power loss. This can be useful for automatic recovery after a power outage, or applications where the system’s power button is not easily accessible.
Power on the Helix unit and immediately press Del to access the Front Page config menu
Using the arrow keys, navigate down to “Setup Utility” and press enter
From the “Advanced” tab, select “PCH-IO Configuration”
Change “Auto Power-On” to “Enabled”
Press F10 to save and exit
Press Enter to confirm
Auto power on is now enabled
DIO option
The Helix platform supports an optional Isolated Digital I/O add-in card (OnLogic ADP120). This option enables integration of the Helix platform with existing PLC integrations or other digital logic applications. For a complete explanation of features, operating voltages, and safety information, refer to the DIO expansion information here:
The thermal performance of the Helix platform was validated by fully loading system components while the test system was exposed to high ambient temperatures in a thermal chamber environment. CPU and GPU clock speeds were measured for the duration of the test. Results were analyzed by comparing the average clock speed over the test duration to the rated base clock speed. A passing result was defined by an average clock speed no less than 10% of the rated base clock. No CPU or GPU throttling was observed during testing of both the HX500 and HX600 at the maximum rated temperature, with some configurations running above the base clock frequency.
The image below shows the thermal test results from an HX500 in a thermal chamber with an I9 10900T (10C @1.90GHz) processor installed over 10 hours at a 100% workload.
The table below shows the key takeaway values from the above test.
The image below shows the thermal test results from an HX600 in a thermal chamber over 4 hours. During the last hour of the test, after the system saturates at the required temperature, FurMark is started, running the GPU at 100% workload to find the system's limits.
The table below shows the key takeaway values from the above test.
Step 1: Attach wall mounting brackets to the chassis using the supplied screws. Specifications are as follows:
Screw type: M3X0.5 FH 120 Degree Screw
Length: 4 mm
Step 2: Locate the 4 holes that line up accordingly to the bracket as shown below.
Step 3: Fasten system to surface. The mounting bracket systems are required to secure 3x the hanging weight of the computer system. The mating substrate must be capable of maintaining the same rating.
Step 4 (for DIN Bracket): Using the outer 2 holes of the 3-hole set on the wall mount bracket, line up the DIN bracket.
Step 5 (for DIN Bracket): Using the supplied screws and a Phillips head screwdriver, mount the DIN bracket to the bracket.
Step 6 (for DIN Bracket): Mount system onto the DIN rail.
Step 1: Attach the VESA mounting plate to the chassis using:
Screw type: M3X0.5 FH 120 Degree Screw
Length: 4 mm
Step 2: Locate the 4 holes that line up accordingly to the bracket as shown.
Step 3: Fasten system to surface. The mounting bracket systems are required to secure 3x the hanging weight of the computer system. The mating substrate must be capable of maintaining the same rating.
Properly opening OnLogic systems does not void the warranty in most cases, however, some precautions are necessary to avoid damaging the system.
Perform this disassembly in an area free of static discharge and with the system fully unplugged.
Ideally, wear a grounding strap. If that is not available, regularly touch a grounded metal surface to discharge your body of static electricity.
Begin by removing the 4x Phillips P2 screws circled in red.
Next, use a small tool or your fingernail to pry the bottom place loose. It should come loose with minimal force.
The bottom plate will fall away from the system and is completely disconnected.
Set the plate aside. The disassembly process is complete.
You now have access to the internals.
This picture shows an example configuration.
Ram, WiFi, Primary Storage, Additional Storage
Begin by removing the 5x Phillips P2 screws circled in red.
Next, use a small tool or your fingernail to pry the bottom place loose. It should come loose with minimal force.
The bottom plate will fall away from the system and is completely disconnected.
Set the plate aside. The disassembly process is complete.
You now have access to the internals.
This picture shows an example configuration.
Ram, WiFi, Primary Storage, Additional Storage, PCI-E Expansion
Begin by removing the two Phillips P1 retaining screws from the card bracket. Set the bracket aside.
Determine the number of slots your PCI-E card takes up.
For a single slot card, punch out the top cover. For a dual slot card, punch out both.
Use pliers to bend the knockout a few times and it will fall off.
Set PCI-E Card in the case and slide it into the slot.
Reinstall the bracket removed in the first step. It will hold the card in place.
If needed, push the card into position before fully tightening the screws.
The card should appear level in the slot. If it is crooked, loosen the retaining screw and reposition it.
The installation is complete.
For a detailed overview of the BIOS screens and individual settings, refer to the BIOS Manual:
Update the BIOS with the file(s) above. You can follow this guide for installation instructions.
Drivers
Drivers are available in INF formats, which can be installed via a Windows deployment server, or through the Device Manager.
The Helix platform complies with the EN 55032:2015 standards for radiated and conducted emissions limits. The unit is compliant with EN 55035:2016 and tailored by EN 60601-1-2 for ESD, radiated immunity, magnetic immunity, electrical fast transient (EFT) AC power line, dips/interrupts and EFT signal line immunity based on performance criteria in Tables 4, 5, 6, 7, 8, and 9.
ESD immunity tests were performed following EN 55035 in accordance with EN 61000-4-2 and EN 60601-1-2 in accordance with EN 61000-4-2. The unit does not exhibit susceptibility to 4-kV and 6-kV contact/8-kV air and 8kV contact/15kV air discharges applied singly or repetitively and directly or indirectly. The relative humidity during unit testing was measured to be between 30% and 60%. The Helix platform was unaffected during testing.
Radiated immunity tests were performed following EN 55035 in accordance with EN 61000-4-3 and EN 60601-1-2 in accordance with EN 61000-4-3. The system does not exhibit susceptibility to 10 V/m radiated electric fields, amplitude modulated at 1000 Hz, 80%, from 80 MHz to 6 GHz. Frequencies listed are samples and spots. The Helix platform was unaffected during testing. The system does not exhibit susceptibility to radiated electric fields, in accordance with EN 61000-4-3 Table 9. The Helix platform was unaffected during testing.
Magnetic immunity tests were performed following EN 60601-1-2 in accordance with EN 61000-4-8. The system does not exhibit susceptibility to radiated magnetic fields of 30 A/m at 50/60Hz. The Helix platform was unaffected during testing.
Electrical fast transient immunity tests were performed following EN 55035 in accordance with EN 61000-4-4 and EN 60601-1-2 in accordance with EN 61000-4-4. The system does not exhibit susceptibility to 1-kV/2-kV electrical fast transients, delivered in 5-kHz bursts to power lines. “A” result = No effect on EUT. The system does not exhibit susceptibility to 0.5-kV/1-kV electrical fast transients, delivered in 5-kHz bursts to signal lines. The Helix platform was unaffected during testing.
Dips/interrupts immunity tests were performed following EN 55035 and EN 60601-1-2 in accordance with EN 61000-4-11. The system does not exhibit susceptibility. The Helix platform was unaffected during testing.
For the latest security advisories concerning OnLogic products, including vulnerability disclosures and necessary updates, please refer to our official Security Advisories page. It is recommended to regularly check this resource for critical security information. Access Security Advisories:
JP-1: Failure to Boot Without RTC Battery
Overview
Description
The EXM501 does not initiate the power-up sequence if an RTC battery is not installed or the battery voltage is low (dead). Battery discharge primarily occurs in systems that are not connected to power. Expected battery lifetime in completely unpowered systems exceeds 3 years. Time spent in service while connected to external power does not count against the battery's expected lifetime, thus extending the time-to-failure. Customers with common use cases where power is applied at all (or nearly all) times should not expect to encounter this issue during the system's lifetime.
Workaround
None. If the system fails to boot, a user may confirm that battery voltage exceeds 2.7V and replace if needed.
Resolution
Power sequence timings were adjusted in revision F01-x0003R(5-current) to enable startup without a battery.
JP-2: Digital and Chassis Ground Not Isolated
Overview
Description
Beginning in PCB rev B01-00003R5, the SIM slot connects the digital and chassis ground planes, removing isolation between the two. Under normal operating conditions, the motherboard's function should not be affected. Customers who rely on chassis ground isolation are recommended to isolate the chassis from earth ground externally.
Resolution
Steps to mitigate the issue were taken in PCB B01-00003R8 by eliminating the short. The changes are present in F01-x0003R11.
CPU (on solder side of board)
Socket LGA 1200 - Comet Lake S
Socket LGA 1200 - Comet Lake S
PCH
Q470
Q470
Memory
2 x SO-DIMM (2 x 32GB max Dual Channel)
64 GB Total
2 x SO-DIMM (2 x 32GB max Dual Channel)
64 GB Total
LAN Controller
1x Intel 219 -with AMT
1x Intel 210
1x Intel 219 -with AMT
1x Intel 210
Expansion
1x M.2 2280/60/3042 B-Key (PCIe x2, USB 3.2 5Gb/s, SATA)
1x M.2 2230 E-key (Wi-Fi) (PCIe / USB 2.0 / CNVi)
1x M.2 2280 M-key (PCIe x 4, SATA III)
1x mPCIe (PCIe x 1, USB 2.0)
1x M.2 2260/3042 B-Key (PCIe x 2, USB 3.2 5Gb/s, SATA)
1x M.2 2230 E-key (Wi-Fi) (PCIe / USB 2.0 / CNVi)
1x M.2 2280 M-key (PCIe x 4, SATA III)
1x 16x PCIe Gen 3
1x mPCIe (PCIe x 1, USB 2.0)
Back I/O
3x Full size DisplayPort 1.2 with CEC support by optional add-on module
2x Gb LAN (2 x Intel)
2x USB 3.2 10 Gb/s
2x USB 3.2 5 Gb/s
4pin Mini DIN with 12~24 V input
3x Full size DisplayPort 1.2 with CEC support by optional add-on module
2x Gb LAN (2 x Intel)
2x USB 3.2 10 Gb/s
2x USB 3.2 5 Gb/s
4pin Mini DIN with 12~24 V input
Expansion bay I/O (GPU, hot swap drive, Etc)
Front I/O
1x Power LED button
1x 3.5 mm Audio headset (mic-in, line-out) - CTIA
3FF-Sim slot (Mapped to the B-Key and mPCIe, BIOS selected)
4x USB 3.2 10Gb/s
1x Power LED button
1x 3.5 mm Audio headset (mic-in, line-out) - CTIA
3FF-Sim slot (Mapped to the B-Key and mPCIe, BIOS selected)
4x USB 3.2 10Gb/s
Onboard Headers & Connectors
1x Battery on a cable
2x Serial Header
2x USB 2.0 (2x5 header 2.54mm)
1x 4-Pin power for devices, 12V and 5V
1x 4-Pin power for Terminal Block Power/GPU power
Auto Power On (AT/ATX Mode Select)
1x PCIe x16 mating connector
2x SATA III connector
1x 4-Pin Fan Header
1x Battery on a cable
2x Serial Header
2x USB 2.0 (2x5 header 2.54mm)
1x 4-Pin power for devices, 12V and 5V
1x 4-Pin power for Terminal Block Power/GPU power
Auto Power On (AT/ATX Mode Select)
1x PCIe x16 mating connector
2x SATA III connector
1x 4-Pin Fan Header
Voltage Input
8~24V via DC jack or Aux power header
12~24V via DC jack or Aux power header (without GPU)
19~24V via DC jack or Aux power header (with GPU present)
Power Input
4 Pin Din with optional 4-pin Terminal Block (support remote switch, 4 Pin Din covered when not in use.)
4 Pin Din with optional 4-pin Terminal Block (support remote switch, 4 Pin Din covered when not in use.)
BIOS
Insyde H2O BIOS
Insyde H2O BIOS
Operating Systems
Windows 10, Ubuntu 18.04, Ubuntu 20.04 LTS, Yocto, Win10 IOT Core, ThinManager
Windows 10, Ubuntu 18.04, Ubuntu 20.04 LTS, Yocto, Win10 IOT Core, ThinManager
Special Features
Watchdog timer
RTC
PTT in BIOS,
TPM header - support TPM01
Support for Vision Processing Units
Support for 4G LTE and GPS expansion cards
Hardware Auto Power On
Rapid Branding
Watchdog timer
RTC
PTT in BIOS,
TPM header - support TPM01
Support for Vision Processing Units
Support for 4G LTE and GPS expansion cards
Hardware Auto Power On
Rapid Branding
Thermal Standards (Subject to change through RFI and RFQ steps)
Board Operating Temperature: 0-50C
Storage Temperature: -10-85C
Operating Humidity: 0% - 90% (non-condensing)
Board Operating Temperature: 0-50C
Storage Temperature: -10-85C
Operating Humidity: 0% - 90% (non-condensing)
Extra Chassis Features
6 Antenna holes
Wall Mount
DIN Rail Mount
VESA Mount
6 Antenna holes
2.5" Hard drive hot swap bracket (later release, Q3 2020)
GPU Fan array
Regulatory
SAFETY IEC/UL/EN 62368-1
EMC CISPR 32/35 Class A
FCC Part 15 Class A
IEC/EN 60601-1-2:2014 EMC Ready
Radio Equipment Directive (2014/53/EU) - Only applicable for configurations with wireless transmitters
RoHS 3 Directive (2015/863/EU)
WEEE Directive (2012/19/EU)
SAFETY IEC/UL/EN 62368-1
EMC CISPR 32/35 Class A
FCC Part 15 Class A
IEC/EN 60601-1-2:2014 EMC Ready
Radio Equipment Directive (2014/53/EU) - Only applicable for configurations with wireless transmitters
RoHS 3 Directive (2015/863/EU)
WEEE Directive (2012/19/EU)
Severity
Medium
Severity
Low
Added Section 4.3 Input voltage qualifications
10/20/2020
Updated mounting dimensions for HX500
Corrected block diagram to 3FF SIM slot
01/21/2021
Revision 3.0 - Extrovert 4G LTE changed to > OnLogic Cellular
02/09/2023
Use M3x0.5mm Flat Head screws to attach mounting plate or mounting brackets to threaded holes on bottom or rear of chassis. Screws should be a minimum length of 4mm. Add 1mm of screw length for every mm of additional thickness of plate or bracket beyond 1.5mm.
The ambient operating temperature must be between 0 °C and 50 °C with a non-condensing relative humidity of 10-90%.
The device can be stored at temperatures between -10 °C and 85 °C.
Keep the device away from liquids and flammable materials.
Do not clean the device with liquids; the chassis can be cleaned with a cloth.
Allow at least 2 inches of space around all sides of the device for proper cooling.
If mounted on a vertical surface, orient the device so that heatsink fins allow unobstructed air circulation. Alternative orientations may reduce the operational temperature range.
This device is intended for indoor operation only.
Use a UL Listed external power supply with a rated output of 8-24Vdc.
Install the device only with shielded network cables.
For automotive installation, only use SAE approved cables.
The installer should be experienced in aftermarket installation and familiar with general practices for installing electronic devices in vehicles.
The device should not be installed in the driver’s area of a vehicle.
The device should be mounted according to accepted aftermarket practices and materials for vehicle installation.
Only use UL Listed connectors.
Service and repair of the device, including CMOS battery replacement, must be performed by qualified service personnel. The replacement CMOS battery must be the same type as the original.
Proper disposal of the CMOS battery must comply with local regulations. WARNING: There is a risk of explosion if the CMOS battery is replaced incorrectly. Disposing of the battery in fire or a hot oven, or mechanically crushing or cutting it, can result in an explosion.
Le montage au mur ou au plafond nécessite l’utilisation d’une plaque de montage ou d’un support. La plaque ou le support doit être en métal et doit avoir une épaisseur minimale de 1 mm.
Utilisez des vis à tête plate M3x0,5mm pour fixer la plaque de montage ou les supports aux trous filetés situés au bas ou à l'arrière du châssis. Les vis doivent avoir une longueur minimale de 4 mm. Ajoutez 1 mm de longueur de vis pour chaque mm d'épaisseur supplémentaire de plaque ou de support dépassant 1,5 mm.
La plage de températures de fonctionnement doit être de 0 °C à 50 °C avec une humidité relative de 10 à 90% sans condensation. La température de fonctionnement dépend du choix du composant, y compris de l'adaptateur d'alimentation. Voir le tableau 1 ci-dessous pour le déclassement.
La plage de températures de stockage doit être de -10 °C à 85 °C.
Gardez l'appareil à l'écart des liquides et des matières inflammables.
Ne nettoyez pas l'appareil avec des liquides. Le châssis peut être nettoyé avec un chiffon.
Laissez au moins 5 cm d'espace autour de tous les côtés de l'appareil pour un refroidissement correct. Si l’appareil est monté sur une surface verticale, l’orientation recommandée est telle que les ailettes du dissipateur de chaleur permettent à l’air de monter sans obstruction. Les orientations alternatives peuvent entraîner une réduction de la plage de température de fonctionnement.
Cet appareil est conçu uniquement pour une utilisation en intérieur.
Utilisez une alimentation externe listée UL avec une sortie nominale de 8-24Vdc.
Installez l’appareil uniquement avec des câbles réseau blindés.
L'entretien et la réparation de l'appareil doivent être effectués par du personnel qualifié. Cela inclut, sans toutefois s'y limiter, le remplacement de la batterie CMOS. La batterie CMOS de remplacement doit être du même type que l’originale.
La mise au rebut des batteries usagées doit être réalisée conformément aux réglementations environnementales.
ATTENTION: Risque d’explosion si la batterie est remplacée par une batterie de type incorrect. Les batteries doivent être recyclées dans la mesure du possible.
System Dimensions
8.26" x 2" x 6.06"
210 x 50.8 x 154 mm
8.26" x 2.55" x 11.9"
210 x 64.8 x 303mm
Board Dimensions
8" x 5.5"
8" x 5.5"
Z01-0002A052
Remove secure flash feature
Z01-0002A042
Add - "Enroll Key Only" for "Secure Boot" options.
Windows 10
07/16/2020
Windows 11
07/16/2020
SKU(s) Affected
HX500, HX600, HX610
Revision(s) Affected
F01-00003R(1-4)
Revision Resolved
F01-x0003R(5-current)
SKU(s) Affected
HX500, HX600, HX610
Revision(s) Affected
B01-00003R(5-7)
Revision Resolved
B01-00003R8
First release of HX500/HX600 manual
7/10/2020
Included page numbers
7/22/2020
Appendix A: Errata added
8/27/2020
If the system fails to power on or is unresponsive, clearing the CMOS may help. It will also restore the BIOS to factory defaults.
Begin by following the Internal Access Instructions. Make sure the system is disconnected from power, monitor, and all peripheral connections. Once the system is open, see below.
Locate the CMOS jumper indicated by the orange markings
Locate the CMOS CLR jumper
Move the jumper up by 1 pin and leave it there for 30 seconds.
Restore the jumper to the original position.
The CMOS has now been cleared. Reassemble the system and power it on. It may restart several times to reconfigure the CMOS.
Please note that the lights found on the Hot-swap bays used in the HX600 series are not activity lights and do not indicate the presence of or any activity on an installed drive. These lights indicate that the bay itself is currently receiving power from the system and can help determine at a glance if a bay has failed.
The maximum sustained power draw of the HX500 is approximately 60 watts, with short duration draw of up to 120 watts with high CPU load. The HX600 has the same base power draw plus any expansion cards. These numbers are estimates and the power supply selected should have overhead.
The M.2 B-Key slot can be used in tandem with the M.2 M-Key slot to create firmware-level RAID arrays using Intel Rapid Storage Technology. These arrays can be created with M.2 SATA SSDs. NVMe RAID is not supported by the chipset. RAID arrays that mix together M.2 SATA and cabled 2.5” SATA drives can also be created (HX600 Only).
As of this writing (4/14/2021), there is a known issue in Ubuntu 18.04 and 20.04 that causes DisplayPort audio not to work. As a workaround, one of the audio kernel modules needs to be blacklisted.
To do so, open a terminal and run the following commands:
echo "options snd-hda-intel dmic_detect=0" | sudo tee -a /etc/modprobe.d/alsa-base.confecho "blacklist snd_soc_skl" | sudo tee -a /etc/modprobe.d/blacklist.confReboot the system, and DP audio should once again be functional.
Further details can be found on this page.
Remove the mounting hardware from the accessory box.
Using the included screws, install the brackets to the bottom of the system .
The mounting bracket installation is complete.
User supplied screws can be used to attach the system to the desired surface.
If DIN mounting is desired, install the DIN clips onto the brackets using the included screws.
Tighten very gently as the screws are threading into plastic.
The system is ready for Din mounting



































































