2019-09-19 01:32:33 +08:00
|
|
|
/*
|
2020-01-31 21:35:46 +08:00
|
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
2019-09-19 01:32:33 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/os_interface/hw_info_config.inl"
|
|
|
|
#include "shared/source/os_interface/hw_info_config_bdw_plus.inl"
|
2019-09-19 01:32:33 +08:00
|
|
|
|
|
|
|
#ifdef SUPPORT_TGLLP
|
|
|
|
#include "hw_info_config_tgllp.inl"
|
|
|
|
#endif
|
2020-06-16 20:18:59 +08:00
|
|
|
#ifdef SUPPORT_DG1
|
|
|
|
#include "hw_info_config_dg1.inl"
|
|
|
|
#endif
|
2020-08-21 02:50:19 +08:00
|
|
|
#ifdef SUPPORT_RKL
|
|
|
|
#include "hw_info_config_rkl.inl"
|
2020-10-08 21:40:40 +08:00
|
|
|
#endif
|
|
|
|
#ifdef SUPPORT_ADLS
|
|
|
|
#include "hw_info_config_adls.inl"
|
2020-08-21 02:50:19 +08:00
|
|
|
#endif
|