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:
@@ -2,4 +2,6 @@
|
||||
|
||||
zephyr_sources(../leon3/idle.c)
|
||||
|
||||
zephyr_include_directories(.)
|
||||
|
||||
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")
|
||||
@@ -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
|
||||
@@ -3,9 +3,6 @@
|
||||
|
||||
if SOC_GR716A
|
||||
|
||||
config SOC
|
||||
default "gr716a"
|
||||
|
||||
config SPARC_NWIN
|
||||
default 31
|
||||
|
||||
8
soc/v2/gaisler/gr716a/Kconfig.soc
Normal file
8
soc/v2/gaisler/gr716a/Kconfig.soc
Normal 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
|
||||
2
soc/v2/gaisler/gr716a/soc.yml
Normal file
2
soc/v2/gaisler/gr716a/soc.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
socs:
|
||||
- name: gr716a
|
||||
Reference in New Issue
Block a user