soc: riscv: remove empty soc.h files
Because they're just not needed. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
e7cc2fafb4
commit
48dbcf5479
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2021 Andes Technology Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief Macros for the Andes AE350 platform
|
||||
*/
|
||||
|
||||
#ifndef __RISCV_ANDES_AE350_SOC_H_
|
||||
#define __RISCV_ANDES_AE350_SOC_H_
|
||||
|
||||
#endif /* __RISCV_ANDES_AE350_SOC_H_ */
|
|
@ -1,17 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Efinix Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef __RISCV32_EFINIX_SAPPHIRE_SOC_H_
|
||||
#define __RISCV32_EFINIX_SAPPHIRE_SOC_H_
|
||||
|
||||
#include <zephyr/arch/riscv/sys_io.h>
|
||||
#include <zephyr/devicetree.h>
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
#endif /* _ASMLANGUAGE */
|
||||
|
||||
#endif /* __RISCV32_EFINIX_SAPPHIRE_SOC_H_ */
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2021 Tokita, Hiroshi <tokita.hiroshi@gmail.com>
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file SoC configuration macros for the GigaDevice GD32VF103 processor
|
||||
*/
|
||||
|
||||
#ifndef RISCV_GD32VF103_SOC_H_
|
||||
#define RISCV_GD32VF103_SOC_H_
|
||||
|
||||
#endif /* RISCV_GD32VF103_SOC_H */
|
|
@ -1,12 +0,0 @@
|
|||
/*
|
||||
* Copyright (C) 2023, Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef RISCV_INTEL_FPGA_NIOSV_H
|
||||
#define RISCV_INTEL_FPGA_NIOSV_H
|
||||
|
||||
#include <zephyr/devicetree.h>
|
||||
|
||||
#endif /* RISCV_INTEL_FPGA_NIOSV_H */
|
|
@ -1,8 +0,0 @@
|
|||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef __RISCV32_MIV_SOC_H_
|
||||
#define __RISCV32_MIV_SOC_H_
|
||||
|
||||
|
||||
#endif /* __RISCV32_MIV_SOC_H_ */
|
|
@ -1,11 +0,0 @@
|
|||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Copyright (c) 2020-2021 Microchip Technology Inc
|
||||
*/
|
||||
#ifndef __RISCV64_MPFS_SOC_H_
|
||||
#define __RISCV64_MPFS_SOC_H_
|
||||
|
||||
#include <zephyr/devicetree.h>
|
||||
|
||||
#endif /* __RISCV64_MPFS_SOC_H_ */
|
|
@ -1,10 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Rivos Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef __RISCV_OPENTITAN_SOC_H_
|
||||
#define __RISCV_OPENTITAN_SOC_H_
|
||||
|
||||
#endif /* __RISCV_OPENTITAN_SOC_H_ */
|
|
@ -1,10 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Meta
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef __RISCV32_RENODE_SOC_H_
|
||||
#define __RISCV32_RENODE_SOC_H_
|
||||
|
||||
#endif /* __RISCV32_RENODE_SOC_H_ */
|
|
@ -1,10 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2020 Cobham Gaisler AB
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef __RISCV_VIRT_SOC_H_
|
||||
#define __RISCV_VIRT_SOC_H_
|
||||
|
||||
#endif
|
|
@ -1,10 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2020 Cobham Gaisler AB
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef __RISCV_VIRT_SOC_H_
|
||||
#define __RISCV_VIRT_SOC_H_
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue