summaryrefslogtreecommitdiffhomepage
path: root/src/rv64
diff options
context:
space:
mode:
Diffstat (limited to 'src/rv64')
-rw-r--r--src/rv64/rv64-api.s4
-rw-r--r--src/rv64/rv64-boot.s6
-rw-r--r--src/rv64/rv64-err.c2
-rw-r--r--src/rv64/rv64-uart.c2
4 files changed, 7 insertions, 7 deletions
diff --git a/src/rv64/rv64-api.s b/src/rv64/rv64-api.s
index b4a0749..29ee302 100644
--- a/src/rv64/rv64-api.s
+++ b/src/rv64/rv64-api.s
@@ -1,7 +1,7 @@
# ====================================
#
-# Amlal EL Mahrouss NeBoot
-# (c) Amlal EL Mahrouss all rights reserved.
+# Amlal El Mahrouss NeBoot
+# (c) Amlal El Mahrouss all rights reserved.
#
# Purpose: Assembler API for RISC-V
#
diff --git a/src/rv64/rv64-boot.s b/src/rv64/rv64-boot.s
index a9afd02..c51a398 100644
--- a/src/rv64/rv64-boot.s
+++ b/src/rv64/rv64-boot.s
@@ -2,7 +2,7 @@
* ========================================================
*
* NeBoot
- * Copyright 2024, Amlal EL Mahrouss, all rights reserved.
+ * Copyright 2024, Amlal El Mahrouss, all rights reserved.
*
* Purpose: Startup code for RISC-V.
*
@@ -33,7 +33,7 @@ cb_reset_vector:
.cfi_endproc
cb_start_exec_asm:
- lw t0, __cb_hart_counter
+ lw t0, __nb_hart_counter
lw t1, cb_boot_processor_ready
not t0, t0
@@ -110,5 +110,5 @@ cb_stack_list:
cb_stack_align:
.word 0x8000
-__cb_max_harts:
+__nb_max_harts:
.word 2
diff --git a/src/rv64/rv64-err.c b/src/rv64/rv64-err.c
index a616d83..fb8f7f7 100644
--- a/src/rv64/rv64-err.c
+++ b/src/rv64/rv64-err.c
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, Amlal El Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/src/rv64/rv64-uart.c b/src/rv64/rv64-uart.c
index 22b0793..c69d302 100644
--- a/src/rv64/rv64-uart.c
+++ b/src/rv64/rv64-uart.c
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, Amlal El Mahrouss, all rights reserved.
------------------------------------------- */