#
1c49a812 |
| 11-Nov-2024 |
Andrew Jones <andrew.jones@linux.dev> |
Merge branch 'riscv/sbi' into 'master'
riscv: Added SBI tests for IPI, SUSP, and HSM
See merge request kvm-unit-tests/kvm-unit-tests!70
|
#
2ffe016f |
| 18-Oct-2024 |
Andrew Jones <andrew.jones@linux.dev> |
riscv: sbi: Add SUSP tests
Introduce tests for SBI system suspend. The basic test makes sure it works and other tests make sure it fails as expected with invalid entry criteria.
To test on QEMU or
riscv: sbi: Add SUSP tests
Introduce tests for SBI system suspend. The basic test makes sure it works and other tests make sure it fails as expected with invalid entry criteria.
To test on QEMU or hardware the firmware needs to support system suspend. For QEMU, OpenSBI can be told to enable its system suspend test mode by creating a new DTB which has
opensbi-config { compatible = "opensbi,config"; system-suspend-test; };
added to the 'chosen' node. Then, run with '-dtb susp.dtb'.
Signed-off-by: Andrew Jones <andrew.jones@linux.dev>
show more ...
|
#
6b801c89 |
| 20-Aug-2024 |
Andrew Jones <andrew.jones@linux.dev> |
Merge branch 'riscv/sbi' into 'master'
Mainly riscv stuff, but also limits.h and pseudo random numbers
See merge request kvm-unit-tests/kvm-unit-tests!65
|
#
bcd60008 |
| 17-May-2024 |
Clément Léger <cleger@rivosinc.com> |
riscv: move REG_L/REG_W in a dedicated asm.h file
These assembly macros will be used as part of the SSE entry assembly code, export them in asm.h header.
Signed-off-by: Clément Léger <cleger@rivosi
riscv: move REG_L/REG_W in a dedicated asm.h file
These assembly macros will be used as part of the SSE entry assembly code, export them in asm.h header.
Signed-off-by: Clément Léger <cleger@rivosinc.com> Signed-off-by: Andrew Jones <andrew.jones@linux.dev>
show more ...
|