Browse Source

soc: gr716a: Port to HWMv2

Ports the gr716a SoC configuration to hardware model version 2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 2 years ago
parent
commit
d3cca3580e
  1. 2
      soc/v2/gaisler/gr716a/CMakeLists.txt
  2. 1
      soc/v2/gaisler/gr716a/Kconfig
  3. 3
      soc/v2/gaisler/gr716a/Kconfig.defconfig
  4. 8
      soc/v2/gaisler/gr716a/Kconfig.soc
  5. 0
      soc/v2/gaisler/gr716a/linker.ld
  6. 0
      soc/v2/gaisler/gr716a/soc.h
  7. 2
      soc/v2/gaisler/gr716a/soc.yml

2
soc/sparc/gr716a/CMakeLists.txt → soc/v2/gaisler/gr716a/CMakeLists.txt

@ -2,4 +2,6 @@ @@ -2,4 +2,6 @@
zephyr_sources(../leon3/idle.c)
zephyr_include_directories(.)
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")

1
soc/sparc/gr716a/Kconfig.soc → soc/v2/gaisler/gr716a/Kconfig

@ -2,7 +2,6 @@ @@ -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
soc/sparc/gr716a/Kconfig.defconfig → soc/v2/gaisler/gr716a/Kconfig.defconfig

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

8
soc/v2/gaisler/gr716a/Kconfig.soc

@ -0,0 +1,8 @@ @@ -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

0
soc/sparc/gr716a/linker.ld → soc/v2/gaisler/gr716a/linker.ld

0
soc/sparc/gr716a/soc.h → soc/v2/gaisler/gr716a/soc.h

2
soc/v2/gaisler/gr716a/soc.yml

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
socs:
- name: gr716a
Loading…
Cancel
Save