BIOS Boot Synchronization via Management Controller Pause

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In information handling systems, the BIOS often proceeds to enumerate functions before the DPU has completed loading its virtualized/emulated PCI functions during power-on, leading to incomplete boot synchronization.

Innovation Solution

A management controller is used to pause the BIOS boot process before enumeration and unpause it only after the DPU has completed its boot and initialization, ensuring all functions, including virtual ones, are enumerated.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If BIOS proceeds with enumeration before DPU completes booting, then boot speed is improved, but function enumeration completeness deteriorates

Engineering Contradiction:
Improveboot speedVSAvoidfunction enumeration completeness
Core Design Contradiction:
SpeedVSReliability

Solution Approach 1:

The management controller performs preliminary actions by detecting DPU boot status and pausing BIOS enumeration before it proceeds, ensuring the DPU is ready. This preliminary detection and pausing action prevents the enumeration completeness issue while maintaining efficient boot timing.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The management controller acts as an intermediary between the BIOS and DPU, coordinating their boot processes. It receives status from the DPU and controls the BIOS enumeration timing, mediating the conflict between speed and completeness by introducing a coordination layer that synchronizes the two components.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If BIOS pauses boot process to wait for DPU, then function enumeration completeness is improved, but boot time increases

Engineering Contradiction:
Improvefunction enumeration completenessVSAvoidboot time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The management controller uses periodic status checking of the DPU boot process rather than a continuous or indefinite pause. It checks the DPU status at intervals and resumes BIOS enumeration as soon as the DPU is ready, converting a potentially long static wait into a series of short periodic checks that minimize total boot time.

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The DPU autonomously manages its own boot process and notifies the management controller when ready. This self-service approach eliminates the need for the BIOS to continuously poll or wait passively, allowing the system to proceed efficiently once the DPU self-completes its initialization.

Inventive Principle:
Principle #25Self-service

3Productivity

If BIOS enumerates functions simultaneously with DPU booting, then system startup efficiency is improved, but virtual function initialization completeness deteriorates

Engineering Contradiction:
Improvesystem startup efficiencyVSAvoidvirtual function initialization completeness
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The management controller performs preliminary detection of DPU readiness before BIOS begins function enumeration. This preliminary check ensures that virtual functions will be properly initialized before enumeration starts, maintaining startup efficiency by avoiding re-enumeration while ensuring initialization completeness.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The management controller implements feedback by continuously monitoring DPU boot status and using this information to control BIOS enumeration timing. The feedback loop ensures enumeration only proceeds when virtual functions are ready, maintaining both efficiency and completeness by preventing premature enumeration that would require re-attempts.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12118363B2Coordinated boot synchronization and startup of information handling system subsystems
Publication Date: 2024.10.15 DELL PROD LP
  • US12118363B2 patent drawing
  • US12118363B2 patent drawing
  • US12118363B2 patent drawing

AI summary

An information handling system may include a processor, a subsystem communicatively coupled to the processor, and a management controller communicatively coupled to the processor and the subsystem and configured for out-of-band management of the information handling system, the management controller further configured to, in response to an alternating current power cycle of the information handling system: cause a basic input/output system of the information handling system to pause its boot process prior to enumeration of functions of the subsystem; and upon completion of the boot process of the subsystem and initialization of virtual functions of the subsystem, cause the basic input/output system to unpause the boot process in order to enumerate the functions of the subsystem including the virtual functions.