Commit 784a4657 authored by Atish Patra's avatar Atish Patra Committed by Anup Patel
Browse files

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: default avatarAtish Patra <atish.patra@wdc.com>
parent 1ee745fe
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment