soc: gr716a: Port to HWMv2

Ports the gr716a SoC configuration to hardware model version 2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-01-11 11:55:45 +00:00
parent 6a8a0c1647
commit d3cca3580e
7 changed files with 12 additions and 4 deletions

View File

@@ -2,4 +2,6 @@
zephyr_sources(../leon3/idle.c)
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_GR716A
bool "GR716A LEON3 fault-tolerant microcontroller"
select SPARC
select SOC_SPARC_LEON
select CPU_HAS_FPU

View File

@@ -3,9 +3,6 @@
if SOC_GR716A
config SOC
default "gr716a"
config SPARC_NWIN
default 31

View File

@@ -0,0 +1,8 @@
# Copyright (c) 2019-2020 Cobham Gaisler AB
# SPDX-License-Identifier: Apache-2.0
config SOC_GR716A
bool
config SOC
default "gr716a" if SOC_GR716A

View File

@@ -0,0 +1,2 @@
socs:
- name: gr716a