aboutsummaryrefslogtreecommitdiff
path: root/bbl
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2018-07-09 15:46:24 -0700
committerAndrew Waterman <andrew@sifive.com>2018-07-09 15:46:24 -0700
commit16476bd8219f58417a401ea0a720d9588d1d8ebc (patch)
treea6debdb2f24c119d281e1389c8efb0ac68b6fc86 /bbl
parent600ff370c65ba99d2103a050a1847671cc0bd9c9 (diff)
downloadriscv-pk-16476bd8219f58417a401ea0a720d9588d1d8ebc.zip
riscv-pk-16476bd8219f58417a401ea0a720d9588d1d8ebc.tar.gz
riscv-pk-16476bd8219f58417a401ea0a720d9588d1d8ebc.tar.bz2
Properly license all nontrivial files
Diffstat (limited to 'bbl')
-rw-r--r--bbl/bbl.ac2
-rw-r--r--bbl/bbl.c2
-rw-r--r--bbl/bbl.lds2
-rw-r--r--bbl/bbl.mk.in2
-rw-r--r--bbl/logo.c2
-rw-r--r--bbl/payload.S2
-rw-r--r--bbl/raw_logo.S2
7 files changed, 14 insertions, 0 deletions
diff --git a/bbl/bbl.ac b/bbl/bbl.ac
index 55ff50b..b803ae9 100644
--- a/bbl/bbl.ac
+++ b/bbl/bbl.ac
@@ -1,3 +1,5 @@
+# See LICENSE for license details.
+
AC_ARG_ENABLE([logo], AS_HELP_STRING([--enable-logo], [Enable boot logo]))
AS_IF([test "x$enable_logo" == "xyes"], [
AC_DEFINE([PK_ENABLE_LOGO],,[Define if the RISC-V logo is to be displayed])
diff --git a/bbl/bbl.c b/bbl/bbl.c
index 93746ff..6363d0a 100644
--- a/bbl/bbl.c
+++ b/bbl/bbl.c
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#include "bbl.h"
#include "mtrap.h"
#include "atomic.h"
diff --git a/bbl/bbl.lds b/bbl/bbl.lds
index 2fd0d7c..26f5816 100644
--- a/bbl/bbl.lds
+++ b/bbl/bbl.lds
@@ -1,3 +1,5 @@
+/* See LICENSE for license details. */
+
OUTPUT_ARCH( "riscv" )
ENTRY( reset_vector )
diff --git a/bbl/bbl.mk.in b/bbl/bbl.mk.in
index 2bc96e1..4d40987 100644
--- a/bbl/bbl.mk.in
+++ b/bbl/bbl.mk.in
@@ -1,3 +1,5 @@
+# See LICENSE for license details.
+
bbl_subproject_deps = \
util \
softfloat \
diff --git a/bbl/logo.c b/bbl/logo.c
index fcd43ec..3963e43 100644
--- a/bbl/logo.c
+++ b/bbl/logo.c
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#include <string.h>
#include "mtrap.h"
diff --git a/bbl/payload.S b/bbl/payload.S
index b6797aa..9f79430 100644
--- a/bbl/payload.S
+++ b/bbl/payload.S
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#include "config.h"
#include "encoding.h"
diff --git a/bbl/raw_logo.S b/bbl/raw_logo.S
index bddf8f4..0eaf6cc 100644
--- a/bbl/raw_logo.S
+++ b/bbl/raw_logo.S
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#include "encoding.h"
.section .rodata