soc: snps_arc_hsdk4xd: Port to HWMv2

Ports the snps_arc_hsdk4xd SoC configuration to hardware model
version 2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-02-02 07:58:10 +00:00
committed by Carles Cufi
parent 06c2054e5c
commit c4c14a54ca
8 changed files with 16 additions and 5 deletions

View File

@@ -15,4 +15,6 @@ else()
zephyr_ld_options(-Hlib=hs48_slc_full)
endif()
zephyr_include_directories(.)
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")

View File

@@ -2,7 +2,6 @@
# SPDX-License-Identifier: Apache-2.0
config SOC_ARC_HSDK4XD
bool "Synopsys ARC HSDK4XD SoC"
select ARC
select CPU_HAS_FPU
select CPU_HAS_DSP

View File

@@ -3,9 +3,6 @@
if SOC_ARC_HSDK4XD
config SOC
default "snps_arc_hsdk4xd"
config CPU_HS4X
default y

View File

@@ -0,0 +1,10 @@
# Copyright (c) 2023 Synopsys, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
config SOC_ARC_HSDK4XD
bool
help
Synopsys ARC HSDK4XD SoC
config SOC
default "arc_hsdk4xd" if SOC_ARC_HSDK4XD

View File

@@ -0,0 +1,4 @@
series:
- name: arc_hsdk4xd
socs:
- name: arc_hsdk4xd

View File

@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _ARC_HSDK4XD_SOC_CTRL_H_
#define _ARC_HSDK4XD_SOC_CTRL_H_