Secure BIOS Error Telemetry via FPGA Interface

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current computing systems lack a secure mechanism for the firmware to send error data to a service processor for diagnosis and handling, as existing methods are vulnerable to spoofing by the operating system or applications, which can mislead the service processor into incorrectly diagnosing or handling hardware errors.

Innovation Solution

A secure input/output channel using Field-programmable gate array (FPGA) interface hardware is established between the BIOS and the service processor, where the BIOS can securely send error telemetry data by unlocking the FPGA with a security key, writing the data to a memory register, and then relocking it to prevent unauthorized access, allowing the service processor to diagnose and handle errors independently.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the firmware sends error data to the service processor through a shared I/O channel, then the service processor can diagnose errors, but the system becomes vulnerable to spoofing by the operating system or applications

Engineering Contradiction:
Improveerror diagnosis accuracyVSAvoidspoofing vulnerability
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The patent segments the I/O channel into multiple distinct channels: a secure dedicated channel for error telemetry data and general-purpose I/O channels. This segmentation isolates error data transmission from potential spoofing sources in the general-purpose channels, allowing the service processor to receive authentic error data while blocking falsified data from other sources.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary security mechanism (secure channel with authentication) between the firmware and service processor for error data transmission. This intermediary layer verifies the authenticity of error data before allowing it to reach the service processor, preventing spoofed data from corrupting error diagnosis while still enabling legitimate error reporting.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If the firmware handles error data processing, then error handling can be performed, but higher-level system resources are consumed that could be used for other functions

Engineering Contradiction:
Improveerror handling capabilityVSAvoidsystem resource consumption
Core Design Contradiction:
ProductivityVSUse of energy by moving object

Solution Approach 1:

The patent extracts error data processing from the main system processing flow and places it in a dedicated secure channel handled by the service processor. This extraction allows the host system to generate and transmit minimal error telemetry data while the service processor performs the actual diagnosis and handling, freeing up host resources for primary computing functions while maintaining robust error handling capability.

Inventive Principle:
Principle #2Taking out (Extraction)

3Ease of operation

If the interface hardware remains unlocked to allow data access, then data can be read and written freely, but unauthorized components can send falsified data to the service processor

Engineering Contradiction:
Improvedata access flexibilityVSAvoidunauthorized data injection
Core Design Contradiction:
Ease of operationVSObject-affected harmful factors

Solution Approach 1:

The patent implements dynamic access control for the interface hardware, transitioning between locked and unlocked states based on authentication. The secure channel remains locked by default to prevent unauthorized access, but can be dynamically unlocked by authenticated firmware to transmit error data, then relocked afterward. This dynamic state change maintains security while enabling legitimate data transmission when needed.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS10846162B2Secure forking of error telemetry data to independent processing units
Publication Date: 2020.11.24 ORACLE INT CORP
  • US10846162B2 patent drawing
  • US10846162B2 patent drawing
  • US10846162B2 patent drawing

AI summary

Utilities (e.g., systems, methods, etc.) that make use of a secure input/output (I/O) channel between system firmware (e.g., BIOS) and the SP to allow the BIOS to securely send data (e.g., error data) for secure consumption by the SP while preventing or limiting other sources from sending falsified data or the like the SP. The secure I/O channel includes interface hardware (e.g., Field-programmable gate array (FPGA)) that is configured to be unlocked by the BIOS using a security key received from a key generator over a separate security channel. After such data is securely sent to the interface hardware, the BIOS may then pass error interrupt(s) to the OS for performing of any necessary recovery actions. At any appropriate time, the SP may read or consume error data from the memory register of the interface hardware and perform any appropriate diagnoses and/or handling of the error data.