soc: x86: elkhart_lake: move and convert to HWMv2

Move and convert soc/x86/elkhart_lake ot HWMv2

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
This commit is contained in:
Dmitrii Golovanov
2024-01-24 11:26:04 +01:00
committed by Jamie McCrae
parent 73b30a04cf
commit 994b6e1731
10 changed files with 16 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
zephyr_include_directories(.)
zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)

View File

@@ -1,9 +1,9 @@
# Copyright (c) 2018-2020 Intel Corporation Inc.
# Copyright (c) 2018-2024 Intel Corporation Inc.
# SPDX-License-Identifier: Apache-2.0
config SOC_ELKHART_LAKE
bool "Intel Elkhart Lake Soc"
select X86
select X86_64
select CPU_ATOM
select PCIE
select PCIE_MSI

View File

@@ -6,9 +6,6 @@
if SOC_ELKHART_LAKE
config SOC
default "elkhart_lake"
config PCIE_MMIO_CFG
default y

View File

@@ -0,0 +1,8 @@
# Copyright (c) 2018-2024 Intel Corporation Inc.
# SPDX-License-Identifier: Apache-2.0
config SOC_ELKHART_LAKE
bool
config SOC
default "elkhart_lake" if SOC_ELKHART_LAKE

View File

@@ -0,0 +1,4 @@
vendor: intel
comment: "Intel Elkhart Lake SoC"
socs:
- name: elkhart_lake