mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Add support for generation of HEST table with the help of a remote RAS agent. The HEST table is generated but the error descriptors (in GHESv2 or other platform specific format) are fetched from the RAS agent. Signed-off-by: Himanshu Chauhan <himanshu.chauhan@oss.qualcomm.com>
14 lines
444 B
Text
14 lines
444 B
Text
// /** @file
|
|
// This module install ACPI Hardware Error Source Table (HEST).
|
|
//
|
|
// Copyright (c) 2026, Qualcomm Technologies, Inc.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Installs ACPI Hardware Error Source Table (HEST)"
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "This module installs the ACPI Hardware Error Source Table (HEST)"
|
|
|