Isaac Oram c227f900f5 Features/Intel: Prepare for edk2-platforms CI il y a 1 an
..
Include 07d0c98908 S3FeaturePkg: Implement working S3 resume il y a 1 an
S3Dxe 07d0c98908 S3FeaturePkg: Implement working S3 resume il y a 1 an
S3Pei 07d0c98908 S3FeaturePkg: Implement working S3 resume il y a 1 an
Readme.md c227f900f5 Features/Intel: Prepare for edk2-platforms CI il y a 1 an
S3FeaturePkg.dec ab44d1d2fd Features/Intel/S3FeaturePkg: Add initial package il y a 4 ans
S3FeaturePkg.dsc 07d0c98908 S3FeaturePkg: Implement working S3 resume il y a 1 an

Readme.md

Overview

  • Feature Name: S3
  • PI Phase(s) Supported: PEI
  • SMM Required? Yes

More Information:

Purpose

The S3 feature provides the set of firmware resources and board enabling instructions to enable S3 firmware feature support in a board package. S3 resume is a power saving feature defined in the Advanced Configuration and Power Interface (ACPI) specification. The ACPI specification defines a set of power state transitions. In the context of this feature, S3 refers to the G1 sleeping - S3 sleeping state.

Note: The S3 feature is currently not complete. Additional functionality will be enabled in the future.

High-Level Theory of Operation

TODO A description of how the device works at a high-level.

The description should not be constrained to implementation details but provide a simple mental model of how the feature is supposed to work.

Firmware Volumes

TODO A bulleted list of the firmware volumes that feature module(s) are placed in.

Modules

TODO A bulleted list of the modules that make up the feature.

TODO Each module in the feature should have a section that describes the module in a level of detail that is useful to better understand the module source code.

TODO Each library in the feature should have a section that describes the library in a level of detail that is useful to better understand the library source code.

Key Functions

TODO A bulleted list of key functions for interacting with the feature.

Not all features need to be listed. Only functions exposed through external interfaces that are important for feature users to be aware of.

Configuration

TODO Information that is useful for configuring the feature.

Not all configuration options need to be listed. This section is used to provide more background on configuration options than possible elsewhere.

Data Flows

TODO Architecturally defined data structures and flows for the feature.

Control Flows

TODO Key control flows for the feature.

Build Flows

Supported build targets

  • VS2019
  • CLANGPDB
  • GCC5

Test Point Results

TODO The test(s) that can verify porting is complete for the feature.

Each feature must describe at least one test point to verify the feature is successful. If the test point is not implemented, this should be stated.

Functional Exit Criteria

TODO The testable functionality for the feature.

This section should provide an ordered list of criteria that a board integrator can reference to ensure the feature is functional on their board.

Feature Enabling Checklist

TODO An ordered list of required activities to achieve desired functionality for the feature.

Performance Impact

A general expectation for the impact on overall boot performance due to using this feature.

This section is expected to provide guidance on:

  • How to estimate performance impact due to the feature
  • How to measure performance impact of the feature
  • How to manage performance impact of the feature

Common Optimizations

TODO Common size or performance tuning options for this feature.

This section is recommended but not required. If not used, the contents should be left empty.