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 _WHISKEY_LAKE_U_RVP_INIT_H_
#define _WHISKEY_LAKE_U_RVP_INIT_H_
 
#include <Uefi.h>
#include <IoExpander.h>
#include <PlatformBoardId.h>
#include <Library/BaseLib.h>
#include <Library/PcdLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/DebugLib.h>
#include <Library/GpioLib.h>
#include <Library/SiliconInitLib.h>
#include <Ppi/SiPolicy.h>
#include <PchHsioPtssTables.h>
 
extern HSIO_PTSS_TABLES PchLpHsioPtss_Bx_WhiskeylakeURvp[];
extern UINT16 PchLpHsioPtss_Bx_WhiskeylakeURvp_Size;
extern HSIO_PTSS_TABLES PchLpHsioPtss_Cx_WhiskeylakeURvp[];
extern UINT16 PchLpHsioPtss_Cx_WhiskeylakeURvp_Size;
 
extern GPIO_INIT_CONFIG mGpioTableWhlUDdr4PreMem[];
extern UINT16 mGpioTableWhlUDdr4PreMemSize;
extern GPIO_INIT_CONFIG mGpioTableWhlUDdr4WwanOnEarlyPreMem[];
extern UINT16 mGpioTableWhlUDdr4WwanOnEarlyPreMemSize;
extern GPIO_INIT_CONFIG mGpioTableWhlUDdr4WwanOffEarlyPreMem[];
extern UINT16 mGpioTableWhlUDdr4WwanOffEarlyPreMemSize;
 
extern GPIO_INIT_CONFIG mGpioTableWhlUDdr4_0[];
extern UINT16 mGpioTableWhlUDdr4_0Size;
extern GPIO_INIT_CONFIG mGpioTableDefault[];
extern UINT16 mGpioTableDefaultSize;
extern GPIO_INIT_CONFIG mGpioTableWhlUDdr4[];
extern UINT16 mGpioTableWhlUDdr4Size;
 
#endif // _WHISKEY_LAKE_U_RVP_INIT_H_