PeiGalagoPro3InitLib.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /** @file
  2. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. **/
  5. #ifndef _PEI_N1_XX_WU_BOARD_INIT_LIB_H_
  6. #define _PEI_N1_XX_WU_BOARD_INIT_LIB_H_
  7. #include <Uefi.h>
  8. #include <Library/BaseLib.h>
  9. #include <Library/PcdLib.h>
  10. #include <Library/MemoryAllocationLib.h>
  11. #include <Library/DebugLib.h>
  12. #include <Library/GpioLib.h>
  13. #include <Ppi/SiPolicy.h>
  14. #include <PchHsioPtssTables.h>
  15. #include <IoExpander.h>
  16. #include <PlatformBoardId.h>
  17. extern const UINT8 mDqByteMapSklRvp3[2][6][2];
  18. extern const UINT8 mDqsMapCpu2DramSklRvp3[2][8];
  19. extern const UINT8 mSkylakeRvp3Spd110[];
  20. extern const UINT16 mSkylakeRvp3Spd110Size;
  21. extern HSIO_PTSS_TABLES PchLpHsioPtss_Bx_GalagoPro3[];
  22. extern UINT16 PchLpHsioPtss_Bx_GALAGO_PRO_3_Size;
  23. extern HSIO_PTSS_TABLES PchLpHsioPtss_Cx_GalagoPro3[];
  24. extern UINT16 PchLpHsioPtss_Cx_GALAGO_PRO_3_Size;
  25. extern HDAUDIO_VERB_TABLE HdaVerbTableAlc286Rvp3;
  26. extern GPIO_INIT_CONFIG mGpioTableGalagoPro3UcmcDevice[];
  27. extern UINT16 mGpioTableGalagoPro3UcmcDeviceSize;
  28. extern IO_EXPANDER_GPIO_CONFIG mGpioTableIoExpander[];
  29. extern UINT16 mGpioTableIoExpanderSize;
  30. extern GPIO_INIT_CONFIG mGpioTableGalagoPro3Touchpanel;
  31. extern GPIO_INIT_CONFIG mGpioTableGalagoPro3[];
  32. extern UINT16 mGpioTableGalagoPro3Size;
  33. #endif // _PEI_N1_XX_WU_BOARD_INIT_LIB_H_