CometlakeURvpInit.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /** @file
  2. Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. **/
  5. #ifndef _COMET_LAKE_U_RVP_INIT_H_
  6. #define _COMET_LAKE_U_RVP_INIT_H_
  7. #include <Uefi.h>
  8. #include <IoExpander.h>
  9. #include <PlatformBoardId.h>
  10. #include <Library/BaseLib.h>
  11. #include <Library/PcdLib.h>
  12. #include <Library/MemoryAllocationLib.h>
  13. #include <Library/DebugLib.h>
  14. #include <Library/GpioLib.h>
  15. #include <Library/SiliconInitLib.h>
  16. #include <Ppi/SiPolicy.h>
  17. #include <PchHsioPtssTables.h>
  18. extern HSIO_PTSS_TABLES PchLpHsioPtss_Bx_CometlakeURvp[];
  19. extern UINT16 PchLpHsioPtss_Bx_CometlakeURvp_Size;
  20. extern HSIO_PTSS_TABLES PchLpHsioPtss_Cx_CometlakeURvp[];
  21. extern UINT16 PchLpHsioPtss_Cx_CometlakeURvp_Size;
  22. extern GPIO_INIT_CONFIG mGpioTableCmlULpddr3PreMem[];
  23. extern UINT16 mGpioTableCmlULpddr3PreMemSize;
  24. extern GPIO_INIT_CONFIG mGpioTableCmlULpddr3WwanOnEarlyPreMem[];
  25. extern UINT16 mGpioTableCmlULpddr3WwanOnEarlyPreMemSize;
  26. extern GPIO_INIT_CONFIG mGpioTableCmlULpddr3WwanOffEarlyPreMem[];
  27. extern UINT16 mGpioTableCmlULpddr3WwanOffEarlyPreMemSize;
  28. extern GPIO_INIT_CONFIG mGpioTableDefault[];
  29. extern UINT16 mGpioTableDefaultSize;
  30. extern GPIO_INIT_CONFIG mGpioTableCmlULpddr3[];
  31. extern UINT16 mGpioTableCmlULpddr3Size;
  32. #endif // _COMET_LAKE_U_LP3_INIT_H_