diff options
Diffstat (limited to 'riscv')
| -rwxr-xr-x | riscv/reset_vec.bin | bin | 0 -> 28 bytes | |||
| -rw-r--r-- | riscv/riscv_platform.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/riscv/reset_vec.bin b/riscv/reset_vec.bin Binary files differnew file mode 100755 index 00000000..d2d3563c --- /dev/null +++ b/riscv/reset_vec.bin diff --git a/riscv/riscv_platform.c b/riscv/riscv_platform.c index 6330ae4d..7f6ec470 100644 --- a/riscv/riscv_platform.c +++ b/riscv/riscv_platform.c @@ -62,7 +62,7 @@ void plat_insns_per_tick(sail_int *rop, unit u) mach_bits plat_htif_tohost(unit u) { - return UINT64_C(0x2000000); + return UINT64_C(0x80001000); } unit memea(mach_bits len, sail_int n) |
