All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Ruinland Chuan-Tzu Tsai <ruinland@andestech.com>,
	qemu-devel@nongnu.org, qemu-riscv@nongnu.org
Cc: bin.meng@windriver.com, alistair23@gmail.com,
	wangjunqiang@iscas.ac.cn, dylan@andestech.com,
	alankao@andestech.com
Subject: Re: [RFC PATCH v3 2/2] Adding preliminary custom/vendor CSR handling mechanism
Date: Thu, 10 Jun 2021 09:19:38 -0700	[thread overview]
Message-ID: <c9d350fb-16bd-6dc6-41de-0516c046a244@linaro.org> (raw)
In-Reply-To: <20210610144424.8658-3-ruinland@andestech.com>

On 6/10/21 7:44 AM, Ruinland Chuan-Tzu Tsai wrote:
> --- /dev/null
> +++ b/target/riscv/andes_cpu_bits.h
> @@ -0,0 +1,113 @@
> +/* ========= AndeStar V5 machine mode CSRs ========= */

> --- /dev/null
> +++ b/target/riscv/csr_andes.inc.c
> @@ -0,0 +1,153 @@
> +/* Andes Custom Registers */

> --- /dev/null
> +++ b/target/riscv/custom_cpu_bits.h
> @@ -0,0 +1,3 @@
> +//XXX Maybe we should introduce a configure option to toggle different vendor
> +// CSR bits definition ?
> +#include "andes_cpu_bits.h"

All new files must have copyright+license boilerplate.


r~


WARNING: multiple messages have this Message-ID (diff)
From: Richard Henderson <richard.henderson@linaro.org>
To: Ruinland Chuan-Tzu Tsai <ruinland@andestech.com>,
	qemu-devel@nongnu.org, qemu-riscv@nongnu.org
Cc: dylan@andestech.com, alankao@andestech.com,
	wangjunqiang@iscas.ac.cn, bin.meng@windriver.com,
	alistair23@gmail.com
Subject: Re: [RFC PATCH v3 2/2] Adding preliminary custom/vendor CSR handling mechanism
Date: Thu, 10 Jun 2021 09:19:38 -0700	[thread overview]
Message-ID: <c9d350fb-16bd-6dc6-41de-0516c046a244@linaro.org> (raw)
In-Reply-To: <20210610144424.8658-3-ruinland@andestech.com>

On 6/10/21 7:44 AM, Ruinland Chuan-Tzu Tsai wrote:
> --- /dev/null
> +++ b/target/riscv/andes_cpu_bits.h
> @@ -0,0 +1,113 @@
> +/* ========= AndeStar V5 machine mode CSRs ========= */

> --- /dev/null
> +++ b/target/riscv/csr_andes.inc.c
> @@ -0,0 +1,153 @@
> +/* Andes Custom Registers */

> --- /dev/null
> +++ b/target/riscv/custom_cpu_bits.h
> @@ -0,0 +1,3 @@
> +//XXX Maybe we should introduce a configure option to toggle different vendor
> +// CSR bits definition ?
> +#include "andes_cpu_bits.h"

All new files must have copyright+license boilerplate.


r~


  reply	other threads:[~2021-06-10 16:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10 14:44 [RFC PATCH v3 0/2] Proposing custom CSR handling logic Ruinland Chuan-Tzu Tsai
2021-06-10 14:44 ` Ruinland Chuan-Tzu Tsai
2021-06-10 14:44 ` [RFC PATCH v3 1/2] Adding Andes AX25 CPU model Ruinland Chuan-Tzu Tsai
2021-06-10 14:44   ` Ruinland Chuan-Tzu Tsai
2021-06-10 22:49   ` Alistair Francis
2021-06-10 22:49     ` Alistair Francis
2021-06-10 23:22   ` Bin Meng
2021-06-10 23:22     ` Bin Meng
2021-06-10 14:44 ` [RFC PATCH v3 2/2] Adding preliminary custom/vendor CSR handling mechanism Ruinland Chuan-Tzu Tsai
2021-06-10 14:44   ` Ruinland Chuan-Tzu Tsai
2021-06-10 16:19   ` Richard Henderson [this message]
2021-06-10 16:19     ` Richard Henderson
2021-06-10 22:57   ` Alistair Francis
2021-06-10 22:57     ` Alistair Francis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c9d350fb-16bd-6dc6-41de-0516c046a244@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=alankao@andestech.com \
    --cc=alistair23@gmail.com \
    --cc=bin.meng@windriver.com \
    --cc=dylan@andestech.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-riscv@nongnu.org \
    --cc=ruinland@andestech.com \
    --cc=wangjunqiang@iscas.ac.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.