Add SPDX tags for RISC-V files. (#513)
Requested in http://openocd.zylin.com/#/c/5821/3 Change-Id: I95551a3311d8e128300bacdf463da7ab4edf29a0
This commit is contained in:
parent
ad5f40af8d
commit
91dc0c0c8e
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#ifndef TARGET__RISCV__ASM_H
|
#ifndef TARGET__RISCV__ASM_H
|
||||||
#define TARGET__RISCV__ASM_H
|
#define TARGET__RISCV__ASM_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#ifndef TARGET__RISCV__SCANS_H
|
#ifndef TARGET__RISCV__SCANS_H
|
||||||
#define TARGET__RISCV__SCANS_H
|
#define TARGET__RISCV__SCANS_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#ifndef TARGET__RISCV__GDB_REGS_H
|
#ifndef TARGET__RISCV__GDB_REGS_H
|
||||||
#define TARGET__RISCV__GDB_REGS_H
|
#define TARGET__RISCV__GDB_REGS_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#include "encoding.h"
|
#include "encoding.h"
|
||||||
|
|
||||||
#define ZERO 0
|
#define ZERO 0
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#ifndef TARGET__RISCV__PROGRAM_H
|
#ifndef TARGET__RISCV__PROGRAM_H
|
||||||
#define TARGET__RISCV__PROGRAM_H
|
#define TARGET__RISCV__PROGRAM_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Support for RISC-V, debug version 0.11. This was never an officially adopted
|
* Support for RISC-V, debug version 0.11. This was never an officially adopted
|
||||||
* spec, but SiFive made some silicon that uses it.
|
* spec, but SiFive made some silicon that uses it.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Support for RISC-V, debug version 0.13, which is currently (2/4/17) the
|
* Support for RISC-V, debug version 0.13, which is currently (2/4/17) the
|
||||||
* latest draft.
|
* latest draft.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#ifndef RISCV_H
|
#ifndef RISCV_H
|
||||||
#define RISCV_H
|
#define RISCV_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Copyright (C) 2018 by Liviu Ionescu *
|
* Copyright (C) 2018 by Liviu Ionescu *
|
||||||
* ilg@livius.net *
|
* ilg@livius.net *
|
||||||
|
|
Loading…
Reference in New Issue