diff options
author | Michael Brown <mcb30@ipxe.org> | 2024-10-22 12:51:48 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2024-10-22 12:51:48 +0100 |
commit | b23204b383cdea4ad64276991b55d8019fee3265 (patch) | |
tree | 8d6ca9eb9b58e6b6f4fee1efb2dabb80216a423e /src/config/console.h | |
parent | fa1c24d14baf903c549fdb4f30a55b115eccad7d (diff) | |
download | ipxe-b23204b383cdea4ad64276991b55d8019fee3265.tar.gz |
[riscv] Add support for the SBI debug console
Add the ability to issue Supervisor Binary Interface (SBI) calls via
the ECALL instruction, and use the SBI DBCN extension to implement a
debug console.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/console.h')
-rw-r--r-- | src/config/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/console.h b/src/config/console.h index 9f770d094..0ff328b7c 100644 --- a/src/config/console.h +++ b/src/config/console.h @@ -41,6 +41,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); //#define CONSOLE_VMWARE /* VMware logfile console */ //#define CONSOLE_DEBUGCON /* Bochs/QEMU/KVM debug port console */ //#define CONSOLE_INT13 /* INT13 disk log console */ +//#define CONSOLE_SBI /* RISC-V SBI debug console */ /* * Very obscure console types |