Skip to content

Commit 6876f9e

Browse files
gmarullcarlescufi
authored andcommitted
soc: riscv: riscv-privileged: drop soc_common.h
The header file is no longer needed. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 3ed16b3 commit 6876f9e

File tree

17 files changed

+0
-49
lines changed

17 files changed

+0
-49
lines changed

soc/riscv/andes_v5/ae350/soc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#ifndef __RISCV_ANDES_AE350_SOC_H_
1212
#define __RISCV_ANDES_AE350_SOC_H_
1313

14-
#include <soc_common.h>
15-
1614
/* Include CSRs available for Andes V5 SoCs */
1715
#include "soc_v5.h"
1816

soc/riscv/common/riscv-privileged/soc_common.h

Lines changed: 0 additions & 22 deletions
This file was deleted.

soc/riscv/efinix_sapphire/soc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#ifndef __RISCV32_EFINIX_SAPPHIRE_SOC_H_
88
#define __RISCV32_EFINIX_SAPPHIRE_SOC_H_
99

10-
#include "soc_common.h"
1110
#include <zephyr/arch/riscv/sys_io.h>
1211
#include <zephyr/devicetree.h>
1312

soc/riscv/gd_gd32/gd32vf103/soc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@
1111
#ifndef RISCV_GD32VF103_SOC_H_
1212
#define RISCV_GD32VF103_SOC_H_
1313

14-
#include <soc_common.h>
15-
1614
#endif /* RISCV_GD32VF103_SOC_H */

soc/riscv/intel_niosv/niosv/soc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#ifndef RISCV_INTEL_FPGA_NIOSV_H
88
#define RISCV_INTEL_FPGA_NIOSV_H
99

10-
#include <soc_common.h>
1110
#include <zephyr/devicetree.h>
1211

1312
#endif /* RISCV_INTEL_FPGA_NIOSV_H */

soc/riscv/litex_vexriscv/soc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#ifndef __RISCV32_LITEX_VEXRISCV_SOC_H_
88
#define __RISCV32_LITEX_VEXRISCV_SOC_H_
99

10-
#include "../common/riscv-privileged/soc_common.h"
1110
#include <zephyr/devicetree.h>
1211
#include <zephyr/arch/riscv/sys_io.h>
1312

soc/riscv/microchip_miv/miv/soc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#ifndef __RISCV32_MIV_SOC_H_
55
#define __RISCV32_MIV_SOC_H_
66

7-
#include <soc_common.h>
8-
97
/* UART Configuration */
108
#define MIV_UART_0_LINECFG 0x1
119

soc/riscv/microchip_miv/polarfire/soc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#ifndef __RISCV64_MPFS_SOC_H_
77
#define __RISCV64_MPFS_SOC_H_
88

9-
#include <soc_common.h>
109
#include <zephyr/devicetree.h>
1110

1211

soc/riscv/neorv32/soc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
#ifndef RISCV_NEORV32_SOC_H
88
#define RISCV_NEORV32_SOC_H
99

10-
#include <soc_common.h>
11-
1210
/* System information (SYSINFO) register offsets */
1311
#define NEORV32_SYSINFO_CLK 0x00U
1412
#define NEORV32_SYSINFO_CPU 0x04U

soc/riscv/opentitan/soc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#ifndef __RISCV_OPENTITAN_SOC_H_
88
#define __RISCV_OPENTITAN_SOC_H_
99

10-
#include <soc_common.h>
1110
#include <zephyr/devicetree.h>
1211

1312
/* OpenTitan power management regs. */

0 commit comments

Comments
 (0)