hc
2024-03-25 edb30157bad0c0001c32b854271ace01d3b9a16a
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
/** @file
 
Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
 
**/
 
#ifndef _PEI_N1_XX_WU_BOARD_INIT_LIB_H_
#define _PEI_N1_XX_WU_BOARD_INIT_LIB_H_
 
#include <Uefi.h>
#include <Library/BaseLib.h>
#include <Library/PcdLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/DebugLib.h>
#include <Library/GpioLib.h>
#include <Ppi/SiPolicy.h>
#include <PchHsioPtssTables.h>
#include <IoExpander.h>
 
#include <PlatformBoardId.h>
 
extern const UINT8 mDqByteMapSklRvp3[2][6][2];
extern const UINT8 mDqsMapCpu2DramSklRvp3[2][8];
extern const UINT8 mSkylakeRvp3Spd110[];
extern const UINT16 mSkylakeRvp3Spd110Size;
extern HSIO_PTSS_TABLES PchLpHsioPtss_Bx_GalagoPro3[];
extern UINT16 PchLpHsioPtss_Bx_GALAGO_PRO_3_Size;
extern HSIO_PTSS_TABLES PchLpHsioPtss_Cx_GalagoPro3[];
extern UINT16 PchLpHsioPtss_Cx_GALAGO_PRO_3_Size;
 
extern HDAUDIO_VERB_TABLE HdaVerbTableAlc286Rvp3;
extern GPIO_INIT_CONFIG mGpioTableGalagoPro3UcmcDevice[];
extern UINT16 mGpioTableGalagoPro3UcmcDeviceSize;
 
extern IO_EXPANDER_GPIO_CONFIG mGpioTableIoExpander[];
extern UINT16 mGpioTableIoExpanderSize;
extern GPIO_INIT_CONFIG mGpioTableGalagoPro3Touchpanel;
extern GPIO_INIT_CONFIG mGpioTableGalagoPro3[];
extern UINT16 mGpioTableGalagoPro3Size;
 
#endif // _PEI_N1_XX_WU_BOARD_INIT_LIB_H_