All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add an entry for OpenSBI firmware
@ 2020-06-26 13:13 Bin Meng
  2020-06-26 14:05 ` Philippe Mathieu-Daudé
  2020-07-02 17:11 ` Alistair Francis
  0 siblings, 2 replies; 5+ messages in thread
From: Bin Meng @ 2020-06-26 13:13 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Alistair Francis, qemu-devel

List me as the maintainer for OpenSBI firmware related files.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1b40446..b0e2dd2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2609,6 +2609,13 @@ F: tests/uefi-test-tools/
 F: .gitlab-ci.d/edk2.yml
 F: .gitlab-ci.d/edk2/
 
+OpenSBI Firmware
+M: Bin Meng <bmeng.cn@gmail.com>
+S: Supported
+F: pc-bios/opensbi-*
+F: .gitlab-ci.d/opensbi.yml
+F: .gitlab-ci.d/opensbi/
+
 Usermode Emulation
 ------------------
 Overall usermode emulation
-- 
2.7.4



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

* Re: [PATCH] MAINTAINERS: Add an entry for OpenSBI firmware
  2020-06-26 13:13 [PATCH] MAINTAINERS: Add an entry for OpenSBI firmware Bin Meng
@ 2020-06-26 14:05 ` Philippe Mathieu-Daudé
  2020-06-27 12:31   ` Bin Meng
  2020-07-02 17:11 ` Alistair Francis
  1 sibling, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-06-26 14:05 UTC (permalink / raw)
  To: Bin Meng, Alistair Francis, qemu-devel

On 6/26/20 3:13 PM, Bin Meng wrote:
> List me as the maintainer for OpenSBI firmware related files.
> 
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
> 
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1b40446..b0e2dd2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2609,6 +2609,13 @@ F: tests/uefi-test-tools/
>  F: .gitlab-ci.d/edk2.yml
>  F: .gitlab-ci.d/edk2/
>  
> +OpenSBI Firmware
> +M: Bin Meng <bmeng.cn@gmail.com>
> +S: Supported
> +F: pc-bios/opensbi-*
> +F: .gitlab-ci.d/opensbi.yml
> +F: .gitlab-ci.d/opensbi/

Or simply:

   F: .gitlab-ci.d/opensbi*

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> +
>  Usermode Emulation
>  ------------------
>  Overall usermode emulation
> 



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

* Re: [PATCH] MAINTAINERS: Add an entry for OpenSBI firmware
  2020-06-26 14:05 ` Philippe Mathieu-Daudé
@ 2020-06-27 12:31   ` Bin Meng
  0 siblings, 0 replies; 5+ messages in thread
From: Bin Meng @ 2020-06-27 12:31 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Alistair Francis, qemu-devel@nongnu.org Developers

Hi Philippe,

On Fri, Jun 26, 2020 at 10:05 PM Philippe Mathieu-Daudé
<philmd@redhat.com> wrote:
>
> On 6/26/20 3:13 PM, Bin Meng wrote:
> > List me as the maintainer for OpenSBI firmware related files.
> >
> > Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> > ---
> >
> >  MAINTAINERS | 7 +++++++
> >  1 file changed, 7 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 1b40446..b0e2dd2 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2609,6 +2609,13 @@ F: tests/uefi-test-tools/
> >  F: .gitlab-ci.d/edk2.yml
> >  F: .gitlab-ci.d/edk2/
> >
> > +OpenSBI Firmware
> > +M: Bin Meng <bmeng.cn@gmail.com>
> > +S: Supported
> > +F: pc-bios/opensbi-*
> > +F: .gitlab-ci.d/opensbi.yml
> > +F: .gitlab-ci.d/opensbi/
>
> Or simply:
>
>    F: .gitlab-ci.d/opensbi*

I was following the EDK2 entry example above. Should I send a v2 or
leave this as it is?

>
> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Thanks for the review!

Regards,
Bin


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

* Re: [PATCH] MAINTAINERS: Add an entry for OpenSBI firmware
  2020-06-26 13:13 [PATCH] MAINTAINERS: Add an entry for OpenSBI firmware Bin Meng
  2020-06-26 14:05 ` Philippe Mathieu-Daudé
@ 2020-07-02 17:11 ` Alistair Francis
  1 sibling, 0 replies; 5+ messages in thread
From: Alistair Francis @ 2020-07-02 17:11 UTC (permalink / raw)
  To: Bin Meng
  Cc: Alistair Francis, Philippe Mathieu-Daudé,
	qemu-devel@nongnu.org Developers

On Fri, Jun 26, 2020 at 6:15 AM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> List me as the maintainer for OpenSBI firmware related files.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>

Thanks!

Applied to riscv-to-apply.next

Alistair

> ---
>
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1b40446..b0e2dd2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2609,6 +2609,13 @@ F: tests/uefi-test-tools/
>  F: .gitlab-ci.d/edk2.yml
>  F: .gitlab-ci.d/edk2/
>
> +OpenSBI Firmware
> +M: Bin Meng <bmeng.cn@gmail.com>
> +S: Supported
> +F: pc-bios/opensbi-*
> +F: .gitlab-ci.d/opensbi.yml
> +F: .gitlab-ci.d/opensbi/
> +
>  Usermode Emulation
>  ------------------
>  Overall usermode emulation
> --
> 2.7.4
>
>


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

* [PATCH] MAINTAINERS: Add an entry for OpenSBI firmware
@ 2020-06-26 13:09 Bin Meng
  0 siblings, 0 replies; 5+ messages in thread
From: Bin Meng @ 2020-06-26 13:09 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Alistair Francis, qemu-riscv

List me as the maintainer for OpenSBI firmware related files.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1b40446..b0e2dd2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2609,6 +2609,13 @@ F: tests/uefi-test-tools/
 F: .gitlab-ci.d/edk2.yml
 F: .gitlab-ci.d/edk2/
 
+OpenSBI Firmware
+M: Bin Meng <bmeng.cn@gmail.com>
+S: Supported
+F: pc-bios/opensbi-*
+F: .gitlab-ci.d/opensbi.yml
+F: .gitlab-ci.d/opensbi/
+
 Usermode Emulation
 ------------------
 Overall usermode emulation
-- 
2.7.4



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

end of thread, other threads:[~2020-07-02 17:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-26 13:13 [PATCH] MAINTAINERS: Add an entry for OpenSBI firmware Bin Meng
2020-06-26 14:05 ` Philippe Mathieu-Daudé
2020-06-27 12:31   ` Bin Meng
2020-07-02 17:11 ` Alistair Francis
  -- strict thread matches above, loose matches on Subject: below --
2020-06-26 13:09 Bin Meng

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.