]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c
Follow up EDKT238, EDKT239, EDKT242, EDKT243
[mirror_edk2.git] / EdkModulePkg / Universal / StatusCode / Dxe / Common / DxeStatusCodeCommon.c
Content-type: text/html ]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 81.
CommitLineData
56836fe9 1/** @file\r
2 Status code driver for IA32/X64/EBC architecture.\r
3\r
161c26a7 4 Copyright (c) 2006, Intel Corporation \r
5 All rights reserved. This program and the accompanying materials \r
6 are licensed and made available under the terms and conditions of the BSD License \r
7 which accompanies this distribution. The full text of the license may be found at \r
8 http://opensource.org/licenses/bsd-license.php \r
9 \r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
56836fe9 12\r
13 Module Name: DxeStatusCodeCommon.c\r
14\r
15**/\r
16#include "DxeStatusCode.h"\r
17\r
18\r
19/**\r
20 Report status code to all supported device. \r
21 Calls into the workers which dispatches the platform specific\r
22 listeners. \r
23\r
24 @param Type Indicates the type of status code being reported. \r
25 The type EFI_STATUS_CODE_TYPE is defined in "Related Definitions" below.\r
26 @param Value Describes the current status of a hardware or software entity. \r
27 This includes information about the class and subclass that is used to classify the entity \r
28 as well as an operation. For progress codes, the operation is the current activity. \r
29 For error codes, it is the exception. For debug codes, it is not defined at this time. \r
30