[arch][riscv32] rename the qemu target sifive-e

The initial port is really a Sifive E platform. Call it what it is and
make space for bringing up the Sifive U and virt qemu target.
This commit is contained in:
Travis Geiselbrecht
2019-02-17 20:20:16 -08:00
parent ee04645a0c
commit a0a6b10e0b
11 changed files with 15 additions and 94 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
make qemu-riscv32-test -j4 &&
qemu-system-riscv32 -machine sifive_e -kernel build-qemu-riscv32-test/lk.elf -nographic $@
make sifive-e-test -j4 &&
qemu-system-riscv32 -machine sifive_e -kernel build-sifive-e-test/lk.elf -nographic $@