All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Support different CPU types for the sifive_e machine
@ 2020-03-13 19:34 ` Corey Wharton
  0 siblings, 0 replies; 21+ messages in thread
From: Corey Wharton @ 2020-03-13 19:34 UTC (permalink / raw)
  To: qemu-devel, qemu-riscv
  Cc: Sagar Karandikar, Corey Wharton, Bastian Koppelmann,
	Alistair Francis, Palmer Dabbelt, Bin Meng

The purpose of this patch set is to allow the sifive_e machine to run
with different CPU targets to enable different ISA entensions. To that
end it also introduces a new sifive-e34 CPU type which provides the
same ISA as sifive-e31, with the addition of the single precision
floating-point extension (f). The default CPU for the sifive_e machine
is unchanged.

v2: Added missing RVU flag

Corey Wharton (2):
  riscv: sifive_e: Support changing CPU type
  target/riscv: Add a sifive-e34 cpu type

 hw/riscv/sifive_e.c |  3 ++-
 target/riscv/cpu.c  | 10 ++++++++++
 target/riscv/cpu.h  |  1 +
 3 files changed, 13 insertions(+), 1 deletion(-)

-- 
2.21.1



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2020-04-24 19:49 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-13 19:34 [PATCH v2 0/2] Support different CPU types for the sifive_e machine Corey Wharton
2020-03-13 19:34 ` Corey Wharton
2020-03-13 19:34 ` [PATCH v2 1/2] riscv: sifive_e: Support changing CPU type Corey Wharton
2020-03-13 19:34   ` Corey Wharton
2020-03-13 19:46   ` Philippe Mathieu-Daudé
2020-03-13 19:46     ` Philippe Mathieu-Daudé
2020-04-24 16:03   ` Alistair Francis
2020-04-24 16:03     ` Alistair Francis
2020-04-24 19:12     ` Corey Wharton
2020-04-24 19:40       ` Alistair Francis
2020-04-24 19:40         ` Alistair Francis
2020-03-13 19:34 ` [PATCH v2 2/2] target/riscv: Add a sifive-e34 cpu type Corey Wharton
2020-03-13 19:34   ` Corey Wharton
2020-03-13 20:00   ` Alistair Francis
2020-03-13 20:00     ` Alistair Francis
2020-03-14  2:47   ` Bin Meng
2020-03-14  2:47     ` Bin Meng
2020-04-06 17:20 ` [PATCH v2 0/2] Support different CPU types for the sifive_e machine Corey Wharton
2020-04-06 17:20   ` Corey Wharton
2020-04-20 19:22 ` Alistair Francis
2020-04-20 19:22   ` Alistair Francis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.