summaryrefslogtreecommitdiff
path: root/firmware/fw_base.S
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-01-19 00:35:47 +0300
committerAnup Patel <anup@brainfault.org>2019-01-22 07:33:49 +0300
commit784a4657c0957e7f9561fd2d87930ba008643c1e (patch)
treec8711726b76df9d32e82122870921f790c1c7c54 /firmware/fw_base.S
parent1ee745fe57c3ad9db64bb31564f21a4fab101f22 (diff)
downloadopensbi-784a4657c0957e7f9561fd2d87930ba008643c1e.tar.xz
lib: Move software interrupt enablement from firmware to lib
The secondary hart waits for an IPI signal from the boot hart to executing boot code (hot boot). As a result, software generated interrupts have to be enabled for secondary harts before waiting for the boot hart boot completion IPI signal. Enabling software generated interrupts (IPI) can be done independently of the firmware code and moved to libsbi code so that the different firmware do not have to implement this. Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'firmware/fw_base.S')
-rw-r--r--firmware/fw_base.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/fw_base.S b/firmware/fw_base.S
index ad6371b..5738f57 100644
--- a/firmware/fw_base.S
+++ b/firmware/fw_base.S
@@ -125,10 +125,6 @@ _start_warm:
csrw mie, zero
csrw mip, zero
- /* Set MSIE bit to receive IPI */
- li a2, MIP_MSIP
- csrw mie, a2
-
/* Preload per-HART details
* s6 -> HART ID
* s7 -> HART Count