Switch to fpga/openpiton in OpenSBI

This commit is contained in:
Rodrigo Arias 2024-07-12 12:44:21 +02:00
parent 6604911264
commit 83df8edd28
2 changed files with 5 additions and 1 deletions

View File

@ -1610,3 +1610,7 @@ I assume it is calling `fdt_timer_init()`.
Let's try removing the `reg-names` property, as it seems to cause it to enter a
different branch, but "control" is never matched there.
Still failing, the problem must be somewhere else.
Let's try with openpiton configuration instead.

View File

@ -310,7 +310,7 @@
};
#NIX_DEBUG=5;
makeFlags = [
"PLATFORM=generic"
"PLATFORM=fpga/openpiton"
#"CONFIG_SBI_ECALL_RFENCE=n"
#"PLATFORM_RISCV_ISA=rv64imafd" # No compressed instructions
#"PLATFORM_RISCV_ISA=rv64g" # No compressed instructions