soc: x86: atom: move and convert to HWMv2
Move and convert soc/x86/atom to HWMv2 Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
This commit is contained in:
committed by
Jamie McCrae
parent
4789e1068e
commit
70d704bd20
@@ -1,3 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_include_directories(.)
|
||||
|
||||
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")
|
||||
@@ -1,7 +1,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_ATOM
|
||||
bool "Intel ATOM SoC"
|
||||
select X86
|
||||
select CPU_ATOM
|
||||
select X86_MMU
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if SOC_ATOM
|
||||
|
||||
config SOC
|
||||
default "atom"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 25000000 if HPET_TIMER
|
||||
|
||||
9
soc/v2/intel/atom/Kconfig.soc
Normal file
9
soc/v2/intel/atom/Kconfig.soc
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2024 Intel Corporation.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_ATOM
|
||||
bool
|
||||
|
||||
config SOC
|
||||
default "atom" if SOC_ATOM
|
||||
4
soc/v2/intel/atom/soc.yml
Normal file
4
soc/v2/intel/atom/soc.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
vendor: intel
|
||||
comment: "Intel Atom SoC"
|
||||
socs:
|
||||
- name: atom
|
||||
Reference in New Issue
Block a user