summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sbi/riscv_asm.h6
-rw-r--r--include/sbi/riscv_atomic.h6
-rw-r--r--include/sbi/riscv_barrier.h6
-rw-r--r--include/sbi/riscv_encoding.h6
-rw-r--r--include/sbi/riscv_fp.h4
-rw-r--r--include/sbi/riscv_io.h6
-rw-r--r--include/sbi/riscv_locks.h6
-rw-r--r--include/sbi/sbi_bitops.h6
-rw-r--r--include/sbi/sbi_bits.h6
-rw-r--r--include/sbi/sbi_console.h6
-rw-r--r--include/sbi/sbi_const.h6
-rw-r--r--include/sbi/sbi_ecall.h6
-rw-r--r--include/sbi/sbi_ecall_interface.h6
-rw-r--r--include/sbi/sbi_emulate_csr.h6
-rw-r--r--include/sbi/sbi_error.h6
-rw-r--r--include/sbi/sbi_hart.h6
-rw-r--r--include/sbi/sbi_illegal_insn.h6
-rw-r--r--include/sbi/sbi_init.h6
-rw-r--r--include/sbi/sbi_ipi.h6
-rw-r--r--include/sbi/sbi_misaligned_ldst.h6
-rw-r--r--include/sbi/sbi_platform.h6
-rw-r--r--include/sbi/sbi_scratch.h6
-rw-r--r--include/sbi/sbi_system.h6
-rw-r--r--include/sbi/sbi_timer.h6
-rw-r--r--include/sbi/sbi_trap.h6
-rw-r--r--include/sbi/sbi_types.h6
-rw-r--r--include/sbi/sbi_unpriv.h6
27 files changed, 80 insertions, 80 deletions
diff --git a/include/sbi/riscv_asm.h b/include/sbi/riscv_asm.h
index b7a8d4e..e071049 100644
--- a/include/sbi/riscv_asm.h
+++ b/include/sbi/riscv_asm.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __RISCV_ASM_H__
diff --git a/include/sbi/riscv_atomic.h b/include/sbi/riscv_atomic.h
index 0fea6bd..215191e 100644
--- a/include/sbi/riscv_atomic.h
+++ b/include/sbi/riscv_atomic.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __RISCV_ATOMIC_H__
diff --git a/include/sbi/riscv_barrier.h b/include/sbi/riscv_barrier.h
index 993cbda..ce4b5d1 100644
--- a/include/sbi/riscv_barrier.h
+++ b/include/sbi/riscv_barrier.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __RISCV_BARRIER_H__
diff --git a/include/sbi/riscv_encoding.h b/include/sbi/riscv_encoding.h
index a6651a1..b441c8e 100644
--- a/include/sbi/riscv_encoding.h
+++ b/include/sbi/riscv_encoding.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __RISCV_ENCODING_H__
diff --git a/include/sbi/riscv_fp.h b/include/sbi/riscv_fp.h
index 0deb8e4..7143023 100644
--- a/include/sbi/riscv_fp.h
+++ b/include/sbi/riscv_fp.h
@@ -1,10 +1,10 @@
/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __RISCV_FP_H__
diff --git a/include/sbi/riscv_io.h b/include/sbi/riscv_io.h
index 08f1a2f..ea29c44 100644
--- a/include/sbi/riscv_io.h
+++ b/include/sbi/riscv_io.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __RISCV_IO_H__
diff --git a/include/sbi/riscv_locks.h b/include/sbi/riscv_locks.h
index 4a683d9..4476319 100644
--- a/include/sbi/riscv_locks.h
+++ b/include/sbi/riscv_locks.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __RISCV_LOCKS_H__
diff --git a/include/sbi/sbi_bitops.h b/include/sbi/sbi_bitops.h
index c7a6e88..13d4fab 100644
--- a/include/sbi/sbi_bitops.h
+++ b/include/sbi/sbi_bitops.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Atish Patra<atish.patra@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_BITOPS_H__
diff --git a/include/sbi/sbi_bits.h b/include/sbi/sbi_bits.h
index b9e4a1a..6dc49fb 100644
--- a/include/sbi/sbi_bits.h
+++ b/include/sbi/sbi_bits.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_BITS_H__
diff --git a/include/sbi/sbi_console.h b/include/sbi/sbi_console.h
index df258ba..8069669 100644
--- a/include/sbi/sbi_console.h
+++ b/include/sbi/sbi_console.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_CONSOLE_H__
diff --git a/include/sbi/sbi_const.h b/include/sbi/sbi_const.h
index 3071094..e90b752 100644
--- a/include/sbi/sbi_const.h
+++ b/include/sbi/sbi_const.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_CONST_H__
diff --git a/include/sbi/sbi_ecall.h b/include/sbi/sbi_ecall.h
index 4f39329..2425fc5 100644
--- a/include/sbi/sbi_ecall.h
+++ b/include/sbi/sbi_ecall.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_ECALL_H__
diff --git a/include/sbi/sbi_ecall_interface.h b/include/sbi/sbi_ecall_interface.h
index 1ea2676..2bf004d 100644
--- a/include/sbi/sbi_ecall_interface.h
+++ b/include/sbi/sbi_ecall_interface.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_ECALL_INTERFACE_H__
diff --git a/include/sbi/sbi_emulate_csr.h b/include/sbi/sbi_emulate_csr.h
index c6fe419..00d5eff 100644
--- a/include/sbi/sbi_emulate_csr.h
+++ b/include/sbi/sbi_emulate_csr.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_EMULATE_CSR_H__
diff --git a/include/sbi/sbi_error.h b/include/sbi/sbi_error.h
index 955674e..68076e7 100644
--- a/include/sbi/sbi_error.h
+++ b/include/sbi/sbi_error.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_ERROR_H__
diff --git a/include/sbi/sbi_hart.h b/include/sbi/sbi_hart.h
index 7041643..8b11df7 100644
--- a/include/sbi/sbi_hart.h
+++ b/include/sbi/sbi_hart.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_HART_H__
diff --git a/include/sbi/sbi_illegal_insn.h b/include/sbi/sbi_illegal_insn.h
index 1b8837f..2dc0988 100644
--- a/include/sbi/sbi_illegal_insn.h
+++ b/include/sbi/sbi_illegal_insn.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_ILLEGAl_INSN_H__
diff --git a/include/sbi/sbi_init.h b/include/sbi/sbi_init.h
index 7c4267b..033286f 100644
--- a/include/sbi/sbi_init.h
+++ b/include/sbi/sbi_init.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_INIT_H__
diff --git a/include/sbi/sbi_ipi.h b/include/sbi/sbi_ipi.h
index 188f84e..708dd8c 100644
--- a/include/sbi/sbi_ipi.h
+++ b/include/sbi/sbi_ipi.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_IPI_H__
diff --git a/include/sbi/sbi_misaligned_ldst.h b/include/sbi/sbi_misaligned_ldst.h
index 1641958..c631f76 100644
--- a/include/sbi/sbi_misaligned_ldst.h
+++ b/include/sbi/sbi_misaligned_ldst.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_MISALIGNED_LDST_H__
diff --git a/include/sbi/sbi_platform.h b/include/sbi/sbi_platform.h
index 05e7a7e..8f4f44b 100644
--- a/include/sbi/sbi_platform.h
+++ b/include/sbi/sbi_platform.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_PLATFORM_H__
diff --git a/include/sbi/sbi_scratch.h b/include/sbi/sbi_scratch.h
index 562f7bb..e4c648c 100644
--- a/include/sbi/sbi_scratch.h
+++ b/include/sbi/sbi_scratch.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_SCRATCH_H__
diff --git a/include/sbi/sbi_system.h b/include/sbi/sbi_system.h
index 3aad646..3e794e2 100644
--- a/include/sbi/sbi_system.h
+++ b/include/sbi/sbi_system.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_SYSTEM_H__
diff --git a/include/sbi/sbi_timer.h b/include/sbi/sbi_timer.h
index 37e1c79..e40cce9 100644
--- a/include/sbi/sbi_timer.h
+++ b/include/sbi/sbi_timer.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_TIMER_H__
diff --git a/include/sbi/sbi_trap.h b/include/sbi/sbi_trap.h
index ab94d19..504e7dd 100644
--- a/include/sbi/sbi_trap.h
+++ b/include/sbi/sbi_trap.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_TRAP_H__
diff --git a/include/sbi/sbi_types.h b/include/sbi/sbi_types.h
index c6cdf18..9231dff 100644
--- a/include/sbi/sbi_types.h
+++ b/include/sbi/sbi_types.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_TYPES_H__
diff --git a/include/sbi/sbi_unpriv.h b/include/sbi/sbi_unpriv.h
index 2b925c5..2da5785 100644
--- a/include/sbi/sbi_unpriv.h
+++ b/include/sbi/sbi_unpriv.h
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __SBI_UNPRIV_H__