soc: apollo_lake: move and convert to HWMv2
Move and convert soc/x86/apollo_lake to HWMv2. Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
This commit is contained in:
committed by
Jamie McCrae
parent
ac9c235741
commit
cfd5e691b4
@@ -1,5 +1,7 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_include_directories(.)
|
||||
|
||||
zephyr_library()
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright (c) 2018 Intel Corporation Inc.
|
||||
# Copyright (c) 2018-2024 Intel Corporation Inc.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_APOLLO_LAKE
|
||||
bool "Intel Apollo Lake Soc"
|
||||
select X86
|
||||
select X86_64
|
||||
select CPU_APOLLO_LAKE
|
||||
select PCIE
|
||||
select PCIE_MSI
|
||||
@@ -6,9 +6,6 @@
|
||||
|
||||
if SOC_APOLLO_LAKE
|
||||
|
||||
config SOC
|
||||
default "apollo_lake"
|
||||
|
||||
config PCIE_MMIO_CFG
|
||||
default y
|
||||
|
||||
8
soc/v2/intel/apollo_lake/Kconfig.soc
Normal file
8
soc/v2/intel/apollo_lake/Kconfig.soc
Normal file
@@ -0,0 +1,8 @@
|
||||
# Copyright (c) 2018-2024 Intel Corporation Inc.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_APOLLO_LAKE
|
||||
bool
|
||||
|
||||
config SOC
|
||||
default "apollo_lake" if SOC_APOLLO_LAKE
|
||||
4
soc/v2/intel/apollo_lake/soc.yml
Normal file
4
soc/v2/intel/apollo_lake/soc.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
vendor: intel
|
||||
comment: "Intel Apollo Lake SoC"
|
||||
socs:
|
||||
- name: apollo_lake
|
||||
Reference in New Issue
Block a user