hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/** @file
 
Copyright (c) 2018, Hisilicon Limited. All rights reserved.
Copyright (c) 2018, Linaro Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
 
Module Name:
 
  OemConfigUi.h
 
Abstract:
 
  NVData structure used by the OEM Config.
 
Revision History:
 
 
**/
 
#ifndef _OEM_CONFIG_UI_H_
#define _OEM_CONFIG_UI_H_
 
#include <Uefi/UefiMultiPhase.h>
 
#define OEM_CONFIG_FORM_ID                   1
#define MEMORY_CONFIG_FORM_ID                2
#define IBMC_CONFIG_FORM_ID                  3
#define PCIE_CONFIG_FORM_ID                  4
#define MISC_CONFIG_FORM_ID                  5
#define RAS_CONFIG_FORM_ID                   6
 
#define VFR_FORMID_PCIE_SOCKET0              0x4100
#define VFR_FORMID_PCIE_SOCKET1              0x4200
#define VFR_FORMID_PCIE_PORT0                0x4000
#define VFR_FORMID_PCIE_PORT1                0x4001
#define VFR_FORMID_PCIE_PORT2                0x4002
#define VFR_FORMID_PCIE_PORT3                0x4003
#define VFR_FORMID_PCIE_PORT4                0x4004
#define VFR_FORMID_PCIE_PORT5                0x4005
#define VFR_FORMID_PCIE_PORT6                0x4006
#define VFR_FORMID_PCIE_PORT7                0x4007
#define VFR_FORMID_PCIE_PORT8                0x4008
#define VFR_FORMID_PCIE_PORT9                0x4009
#define VFR_FORMID_PCIE_PORT10               0x4010
#define VFR_FORMID_PCIE_PORT11               0x4011
#define VFR_FORMID_PCIE_PORT12               0x4012
#define VFR_FORMID_PCIE_PORT13               0x4013
#define VFR_FORMID_PCIE_PORT14               0x4014
#define VFR_FORMID_PCIE_PORT15               0x4015
 
#define VFR_FORMID_MEMORY_RAS                0x6100
#define VFR_FORMID_CORRECT_ERROR             0x6101
#define VFR_FORMID_PCIE_RAS                  0x6200
 
#define RMT_PATTERN_LENGTH                   256
 
 
#endif