PeiAspireVn7Dash572GInitLib.h 1018 B

123456789101112131415161718192021222324252627282930313233
  1. /** @file
  2. Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. **/
  5. #ifndef _PEI_ASPIRE_VN7_572G_BOARD_INIT_LIB_H_
  6. #define _PEI_ASPIRE_VN7_572G_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 <PlatformBoardId.h>
  16. extern HSIO_PTSS_TABLES PchLpHsioPtss_AspireVn7Dash572G[];
  17. extern UINT16 PchLpHsioPtss_AspireVn7Dash572G_Size;
  18. extern HDAUDIO_VERB_TABLE HdaVerbTableAlc255AspireVn7Dash572G;
  19. extern HDAUDIO_VERB_TABLE HdaVerbTableDisplayAudio;
  20. extern GPIO_INIT_CONFIG mGpioTableAspireVn7Dash572G[];
  21. extern UINT16 mGpioTableAspireVn7Dash572GSize;
  22. extern GPIO_INIT_CONFIG mGpioTableAspireVn7Dash572G_early[];
  23. extern UINT16 mGpioTableAspireVn7Dash572G_earlySize;
  24. #endif // _PEI_ASPIRE_VN7_572G_BOARD_INIT_LIB_H_