diff options
author | Bunnaroath Sou <35707615+bsousi5@users.noreply.github.com> | 2019-05-31 10:15:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-31 10:15:25 -0700 |
commit | a20ffb968e1d36f5f2f633dc8d267e791aedb060 (patch) | |
tree | 918f5368d8ebcd7254d0e10972cbebe93b41b1bc /bsp/coreip-e20-rtl | |
parent | 4aa97062fb30b239e97ba6b50f35cf8e8d251469 (diff) | |
parent | 6b5388d3950b2d2293c44ce35cf2772919b8af90 (diff) |
Merge pull request #261 from sifive/add-license
Add licenses to all examples
Diffstat (limited to 'bsp/coreip-e20-rtl')
-rw-r--r-- | bsp/coreip-e20-rtl/metal-inline.h | 1 | ||||
-rw-r--r-- | bsp/coreip-e20-rtl/metal-platform.h | 1 | ||||
-rw-r--r-- | bsp/coreip-e20-rtl/metal.default.lds | 1 | ||||
-rw-r--r-- | bsp/coreip-e20-rtl/metal.h | 1 | ||||
-rw-r--r-- | bsp/coreip-e20-rtl/metal.ramrodata.lds | 1 | ||||
-rw-r--r-- | bsp/coreip-e20-rtl/metal.scratchpad.lds | 1 | ||||
-rw-r--r-- | bsp/coreip-e20-rtl/settings.mk | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/bsp/coreip-e20-rtl/metal-inline.h b/bsp/coreip-e20-rtl/metal-inline.h index 8f6f5d3..cb6d9bc 100644 --- a/bsp/coreip-e20-rtl/metal-inline.h +++ b/bsp/coreip-e20-rtl/metal-inline.h @@ -1,7 +1,6 @@ /* Copyright 2019 SiFive, Inc */ /* SPDX-License-Identifier: Apache-2.0 */ /* ----------------------------------- */ -/* [XXXXX] 28-05-2019 10-05-53 */ /* ----------------------------------- */ #ifndef ASSEMBLY diff --git a/bsp/coreip-e20-rtl/metal-platform.h b/bsp/coreip-e20-rtl/metal-platform.h index fd91dd9..014341a 100644 --- a/bsp/coreip-e20-rtl/metal-platform.h +++ b/bsp/coreip-e20-rtl/metal-platform.h @@ -1,7 +1,6 @@ /* Copyright 2019 SiFive, Inc */ /* SPDX-License-Identifier: Apache-2.0 */ /* ----------------------------------- */ -/* [XXXXX] 28-05-2019 10-05-53 */ /* ----------------------------------- */ #ifndef COREIP_E20_RTL__METAL_PLATFORM_H diff --git a/bsp/coreip-e20-rtl/metal.default.lds b/bsp/coreip-e20-rtl/metal.default.lds index 3015cee..633a5bc 100644 --- a/bsp/coreip-e20-rtl/metal.default.lds +++ b/bsp/coreip-e20-rtl/metal.default.lds @@ -1,7 +1,6 @@ /* Copyright 2019 SiFive, Inc */ /* SPDX-License-Identifier: Apache-2.0 */ /* ----------------------------------- */ -/* [XXXXX] 28-05-2019 10-05-53 */ /* ----------------------------------- */ OUTPUT_ARCH("riscv") diff --git a/bsp/coreip-e20-rtl/metal.h b/bsp/coreip-e20-rtl/metal.h index c7b2850..85e9b4f 100644 --- a/bsp/coreip-e20-rtl/metal.h +++ b/bsp/coreip-e20-rtl/metal.h @@ -1,7 +1,6 @@ /* Copyright 2019 SiFive, Inc */ /* SPDX-License-Identifier: Apache-2.0 */ /* ----------------------------------- */ -/* [XXXXX] 28-05-2019 10-05-53 */ /* ----------------------------------- */ #ifndef ASSEMBLY diff --git a/bsp/coreip-e20-rtl/metal.ramrodata.lds b/bsp/coreip-e20-rtl/metal.ramrodata.lds index c9054d5..98acbca 100644 --- a/bsp/coreip-e20-rtl/metal.ramrodata.lds +++ b/bsp/coreip-e20-rtl/metal.ramrodata.lds @@ -1,7 +1,6 @@ /* Copyright 2019 SiFive, Inc */ /* SPDX-License-Identifier: Apache-2.0 */ /* ----------------------------------- */ -/* [XXXXX] 28-05-2019 10-05-53 */ /* ----------------------------------- */ OUTPUT_ARCH("riscv") diff --git a/bsp/coreip-e20-rtl/metal.scratchpad.lds b/bsp/coreip-e20-rtl/metal.scratchpad.lds index 3015cee..633a5bc 100644 --- a/bsp/coreip-e20-rtl/metal.scratchpad.lds +++ b/bsp/coreip-e20-rtl/metal.scratchpad.lds @@ -1,7 +1,6 @@ /* Copyright 2019 SiFive, Inc */ /* SPDX-License-Identifier: Apache-2.0 */ /* ----------------------------------- */ -/* [XXXXX] 28-05-2019 10-05-53 */ /* ----------------------------------- */ OUTPUT_ARCH("riscv") diff --git a/bsp/coreip-e20-rtl/settings.mk b/bsp/coreip-e20-rtl/settings.mk index 1d26ee1..5b48994 100644 --- a/bsp/coreip-e20-rtl/settings.mk +++ b/bsp/coreip-e20-rtl/settings.mk @@ -1,7 +1,6 @@ # Copyright 2019 SiFive, Inc # # SPDX-License-Identifier: Apache-2.0 # # ----------------------------------- # -# [XXXXX] 28-05-2019 10-05-53 # # ----------------------------------- # RISCV_ARCH=rv32imc |