Browse Source
Move and convert soc/x86/atom to HWMv2 Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>pull/69687/head
7 changed files with 15 additions and 4 deletions
@ -1,3 +1,5 @@
@@ -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 @@
@@ -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 |
@ -0,0 +1,9 @@
@@ -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 |
Loading…
Reference in new issue