* [Qemu-devel] [PATCH] MAINTAINERS: Add entries for missing ARM boards
@ 2018-11-14 8:43 Thomas Huth
2018-11-14 11:57 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Huth @ 2018-11-14 8:43 UTC (permalink / raw)
To: qemu-arm, Peter Maydell
Cc: qemu-devel, Peter Chubb, Jean-Christophe Dubois, Andrey Smirnov,
Andrew Baumann, Philippe Mathieu-Daudé
Add entries for the boards "mcimx6ul-evk", "mcimx7d-sabre", "raspi2",
"raspi3", "sabrelite", "vexpress-a15", "vexpress-a9" and "virt".
While we're at it, also adjust the "i.MX31" section a little bit,
so that the wildcards there do not match anymore for unrelated files
(e.g. the new hw/misc/imx6ul_ccm.c file).
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
MAINTAINERS | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 65 insertions(+), 5 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 4b8db61..dd8ac65 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -521,14 +521,15 @@ L: qemu-arm@nongnu.org
S: Odd Fixes
F: hw/arm/gumstix.c
-i.MX31
+i.MX31 (kzm)
M: Peter Chubb <peter.chubb@nicta.com.au>
L: qemu-arm@nongnu.org
-S: Odd fixes
-F: hw/*/imx*
-F: include/hw/*/imx*
+S: Odd Fixes
F: hw/arm/kzm.c
-F: include/hw/arm/fsl-imx31.h
+F: hw/*/imx_*
+F: hw/*/*imx31*
+F: include/hw/*/imx_*
+F: include/hw/*/*imx31*
Integrator CP
M: Peter Maydell <peter.maydell@linaro.org>
@@ -537,6 +538,28 @@ S: Maintained
F: hw/arm/integratorcp.c
F: hw/misc/arm_integrator_debug.c
+MCIMX6UL EVK / i.MX6ul
+M: Peter Maydell <peter.maydell@linaro.org>
+R: Jean-Christophe Dubois <jcd@tribudubois.net>
+L: qemu-arm@nongnu.org
+S: Odd Fixes
+F: hw/arm/mcimx6ul-evk.c
+F: hw/arm/fsl-imx6ul.c
+F: hw/misc/imx6ul_ccm.c
+F: include/hw/arm/fsl-imx6ul.h
+F: include/hw/misc/imx6ul_ccm.h
+
+MCIMX7D SABRE / i.MX7
+M: Peter Maydell <peter.maydell@linaro.org>
+R: Andrey Smirnov <andrew.smirnov@gmail.com>
+L: qemu-arm@nongnu.org
+S: Odd Fixes
+F: hw/arm/mcimx7d-sabre.c
+F: hw/arm/fsl-imx7.c
+F: include/hw/arm/fsl-imx7.h
+F: hw/pci-host/designware.c
+F: include/hw/pci-host/designware.h
+
MPS2
M: Peter Maydell <peter.maydell@linaro.org>
L: qemu-arm@nongnu.org
@@ -570,6 +593,17 @@ L: qemu-arm@nongnu.org
S: Maintained
F: hw/arm/palm.c
+Raspberry Pi
+M: Peter Maydell <peter.maydell@linaro.org>
+R: Andrew Baumann <Andrew.Baumann@microsoft.com>
+R: Philippe Mathieu-Daudé <f4bug@amsat.org>
+L: qemu-arm@nongnu.org
+S: Odd Fixes
+F: hw/arm/raspi_platform.h
+F: hw/*/bcm283*
+F: include/hw/arm/raspi*
+F: include/hw/*/bcm283*
+
Real View
M: Peter Maydell <peter.maydell@linaro.org>
L: qemu-arm@nongnu.org
@@ -591,6 +625,19 @@ F: hw/*/pxa2xx*
F: hw/misc/mst_fpga.c
F: include/hw/arm/pxa.h
+SABRELITE / i.MX6
+M: Peter Maydell <peter.maydell@linaro.org>
+R: Jean-Christophe Dubois <jcd@tribudubois.net>
+L: qemu-arm@nongnu.org
+S: Odd Fixes
+F: hw/arm/sabrelite.c
+F: hw/arm/fsl-imx6.c
+F: hw/misc/imx6_src.c
+F: hw/ssi/imx_spi.c
+F: include/hw/arm/fsl-imx6.h
+F: include/hw/misc/imx6_src.h
+F: include/hw/ssi/imx_spi.h
+
Sharp SL-5500 (Collie) PDA
M: Peter Maydell <peter.maydell@linaro.org>
L: qemu-arm@nongnu.org
@@ -604,6 +651,12 @@ L: qemu-arm@nongnu.org
S: Maintained
F: hw/*/stellaris*
+Versatile Express
+M: Peter Maydell <peter.maydell@linaro.org>
+L: qemu-arm@nongnu.org
+S: Maintained
+F: hw/arm/vexpress.c
+
Versatile PB
M: Peter Maydell <peter.maydell@linaro.org>
L: qemu-arm@nongnu.org
@@ -611,6 +664,13 @@ S: Maintained
F: hw/*/versatile*
F: hw/misc/arm_sysctl.c
+Virt
+M: Peter Maydell <peter.maydell@linaro.org>
+L: qemu-arm@nongnu.org
+S: Maintained
+F: hw/arm/virt*
+F: include/hw/arm/virt.h
+
Xilinx Zynq
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
M: Alistair Francis <alistair@alistair23.me>
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add entries for missing ARM boards
2018-11-14 8:43 [Qemu-devel] [PATCH] MAINTAINERS: Add entries for missing ARM boards Thomas Huth
@ 2018-11-14 11:57 ` Philippe Mathieu-Daudé
2018-11-14 12:00 ` Thomas Huth
0 siblings, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-11-14 11:57 UTC (permalink / raw)
To: Thomas Huth, qemu-arm, Peter Maydell
Cc: Andrey Smirnov, Philippe Mathieu-Daudé, Andrew Baumann,
qemu-devel, Peter Chubb, Jean-Christophe Dubois
Hi Thomas,
On 14/11/18 9:43, Thomas Huth wrote:
> Add entries for the boards "mcimx6ul-evk", "mcimx7d-sabre", "raspi2",
> "raspi3", "sabrelite", "vexpress-a15", "vexpress-a9" and "virt".
> While we're at it, also adjust the "i.MX31" section a little bit,
> so that the wildcards there do not match anymore for unrelated files
> (e.g. the new hw/misc/imx6ul_ccm.c file).
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
> 1 file changed, 65 insertions(+), 5 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4b8db61..dd8ac65 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -521,14 +521,15 @@ L: qemu-arm@nongnu.org
> S: Odd Fixes
> F: hw/arm/gumstix.c
>
> -i.MX31
> +i.MX31 (kzm)
> M: Peter Chubb <peter.chubb@nicta.com.au>
> L: qemu-arm@nongnu.org
> -S: Odd fixes
> -F: hw/*/imx*
> -F: include/hw/*/imx*
> +S: Odd Fixes
> F: hw/arm/kzm.c
> -F: include/hw/arm/fsl-imx31.h
> +F: hw/*/imx_*
> +F: hw/*/*imx31*
> +F: include/hw/*/imx_*
> +F: include/hw/*/*imx31*
>
> Integrator CP
> M: Peter Maydell <peter.maydell@linaro.org>
> @@ -537,6 +538,28 @@ S: Maintained
> F: hw/arm/integratorcp.c
> F: hw/misc/arm_integrator_debug.c
>
> +MCIMX6UL EVK / i.MX6ul
> +M: Peter Maydell <peter.maydell@linaro.org>
> +R: Jean-Christophe Dubois <jcd@tribudubois.net>
> +L: qemu-arm@nongnu.org
> +S: Odd Fixes
> +F: hw/arm/mcimx6ul-evk.c
> +F: hw/arm/fsl-imx6ul.c
> +F: hw/misc/imx6ul_ccm.c
> +F: include/hw/arm/fsl-imx6ul.h
> +F: include/hw/misc/imx6ul_ccm.h
> +
> +MCIMX7D SABRE / i.MX7
> +M: Peter Maydell <peter.maydell@linaro.org>
> +R: Andrey Smirnov <andrew.smirnov@gmail.com>
> +L: qemu-arm@nongnu.org
> +S: Odd Fixes
> +F: hw/arm/mcimx7d-sabre.c
> +F: hw/arm/fsl-imx7.c
> +F: include/hw/arm/fsl-imx7.h
> +F: hw/pci-host/designware.c
> +F: include/hw/pci-host/designware.h
> +
> MPS2
> M: Peter Maydell <peter.maydell@linaro.org>
> L: qemu-arm@nongnu.org
> @@ -570,6 +593,17 @@ L: qemu-arm@nongnu.org
> S: Maintained
> F: hw/arm/palm.c
>
> +Raspberry Pi
> +M: Peter Maydell <peter.maydell@linaro.org>
> +R: Andrew Baumann <Andrew.Baumann@microsoft.com>
> +R: Philippe Mathieu-Daudé <f4bug@amsat.org>
> +L: qemu-arm@nongnu.org
> +S: Odd Fixes
> +F: hw/arm/raspi_platform.h
> +F: hw/*/bcm283*
> +F: include/hw/arm/raspi*
> +F: include/hw/*/bcm283*
> +
> Real View
> M: Peter Maydell <peter.maydell@linaro.org>
> L: qemu-arm@nongnu.org
> @@ -591,6 +625,19 @@ F: hw/*/pxa2xx*
> F: hw/misc/mst_fpga.c
> F: include/hw/arm/pxa.h
>
> +SABRELITE / i.MX6
> +M: Peter Maydell <peter.maydell@linaro.org>
> +R: Jean-Christophe Dubois <jcd@tribudubois.net>
> +L: qemu-arm@nongnu.org
> +S: Odd Fixes
> +F: hw/arm/sabrelite.c
> +F: hw/arm/fsl-imx6.c
> +F: hw/misc/imx6_src.c
> +F: hw/ssi/imx_spi.c
> +F: include/hw/arm/fsl-imx6.h
> +F: include/hw/misc/imx6_src.h
> +F: include/hw/ssi/imx_spi.h
> +
> Sharp SL-5500 (Collie) PDA
> M: Peter Maydell <peter.maydell@linaro.org>
> L: qemu-arm@nongnu.org
> @@ -604,6 +651,12 @@ L: qemu-arm@nongnu.org
> S: Maintained
> F: hw/*/stellaris*
>
> +Versatile Express
> +M: Peter Maydell <peter.maydell@linaro.org>
> +L: qemu-arm@nongnu.org
> +S: Maintained
Shouldn't this be 'Supported?'
"Someone is actually paid to look after this."
> +F: hw/arm/vexpress.c
> +
> Versatile PB
> M: Peter Maydell <peter.maydell@linaro.org>
> L: qemu-arm@nongnu.org
> @@ -611,6 +664,13 @@ S: Maintained
> F: hw/*/versatile*
> F: hw/misc/arm_sysctl.c
>
> +Virt
> +M: Peter Maydell <peter.maydell@linaro.org>
> +L: qemu-arm@nongnu.org
> +S: Maintained
This one is certainly 'Supported'.
> +F: hw/arm/virt*
> +F: include/hw/arm/virt.h
> +
> Xilinx Zynq
> M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
> M: Alistair Francis <alistair@alistair23.me>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add entries for missing ARM boards
2018-11-14 11:57 ` Philippe Mathieu-Daudé
@ 2018-11-14 12:00 ` Thomas Huth
2018-11-15 15:19 ` Peter Maydell
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Huth @ 2018-11-14 12:00 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, qemu-arm, Peter Maydell
Cc: Andrey Smirnov, Philippe Mathieu-Daudé, Andrew Baumann,
qemu-devel, Peter Chubb, Jean-Christophe Dubois
On 2018-11-14 12:57, Philippe Mathieu-Daudé wrote:
> Hi Thomas,
>
> On 14/11/18 9:43, Thomas Huth wrote:
>> Add entries for the boards "mcimx6ul-evk", "mcimx7d-sabre", "raspi2",
>> "raspi3", "sabrelite", "vexpress-a15", "vexpress-a9" and "virt".
>> While we're at it, also adjust the "i.MX31" section a little bit,
>> so that the wildcards there do not match anymore for unrelated files
>> (e.g. the new hw/misc/imx6ul_ccm.c file).
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>> MAINTAINERS | 70
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
>> 1 file changed, 65 insertions(+), 5 deletions(-)
[...]
>> @@ -604,6 +651,12 @@ L: qemu-arm@nongnu.org
>> S: Maintained
>> F: hw/*/stellaris*
>> +Versatile Express
>> +M: Peter Maydell <peter.maydell@linaro.org>
>> +L: qemu-arm@nongnu.org
>> +S: Maintained
>
> Shouldn't this be 'Supported?'
> "Someone is actually paid to look after this."
Not sure whether Peter is paid for looking after the Versatile Express
board??
>> +F: hw/arm/vexpress.c
>> +
>> Versatile PB
>> M: Peter Maydell <peter.maydell@linaro.org>
>> L: qemu-arm@nongnu.org
>> @@ -611,6 +664,13 @@ S: Maintained
>> F: hw/*/versatile*
>> F: hw/misc/arm_sysctl.c
>> +Virt
>> +M: Peter Maydell <peter.maydell@linaro.org>
>> +L: qemu-arm@nongnu.org
>> +S: Maintained
>
> This one is certainly 'Supported'.
Maybe ... Peter could you adjust this when picking up the patch?
Thanks,
Thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add entries for missing ARM boards
2018-11-14 12:00 ` Thomas Huth
@ 2018-11-15 15:19 ` Peter Maydell
0 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2018-11-15 15:19 UTC (permalink / raw)
To: Thomas Huth
Cc: Philippe Mathieu-Daudé, qemu-arm, Andrey Smirnov,
Philippe Mathieu-Daudé, Andrew Baumann, QEMU Developers,
Peter Chubb, Jean-Christophe Dubois
On 14 November 2018 at 12:00, Thomas Huth <thuth@redhat.com> wrote:
> On 2018-11-14 12:57, Philippe Mathieu-Daudé wrote:
>> Hi Thomas,
>>
>> On 14/11/18 9:43, Thomas Huth wrote:
>>> Add entries for the boards "mcimx6ul-evk", "mcimx7d-sabre", "raspi2",
>>> "raspi3", "sabrelite", "vexpress-a15", "vexpress-a9" and "virt".
>>> While we're at it, also adjust the "i.MX31" section a little bit,
>>> so that the wildcards there do not match anymore for unrelated files
>>> (e.g. the new hw/misc/imx6ul_ccm.c file).
>>>
>>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>>> ---
>>> MAINTAINERS | 70
>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
>>> 1 file changed, 65 insertions(+), 5 deletions(-)
> [...]
>>> @@ -604,6 +651,12 @@ L: qemu-arm@nongnu.org
>>> S: Maintained
>>> F: hw/*/stellaris*
>>> +Versatile Express
>>> +M: Peter Maydell <peter.maydell@linaro.org>
>>> +L: qemu-arm@nongnu.org
>>> +S: Maintained
>>
>> Shouldn't this be 'Supported?'
>> "Someone is actually paid to look after this."
>
> Not sure whether Peter is paid for looking after the
> Versatile Express board??
It's in the same boat as most of these older boards:
I'll review patches and investigate bug reports, but
I'm not actively working on it.
>>> +F: hw/arm/vexpress.c
>>> +
>>> Versatile PB
>>> M: Peter Maydell <peter.maydell@linaro.org>
>>> L: qemu-arm@nongnu.org
>>> @@ -611,6 +664,13 @@ S: Maintained
>>> F: hw/*/versatile*
>>> F: hw/misc/arm_sysctl.c
>>> +Virt
>>> +M: Peter Maydell <peter.maydell@linaro.org>
>>> +L: qemu-arm@nongnu.org
>>> +S: Maintained
>>
>> This one is certainly 'Supported'.
>
> Maybe ... Peter could you adjust this when picking up the patch?
I don't list myself as Supported for target/arm either,
so it seems a bit odd to use Supported here...
Applied to target-arm.next, thanks.
thanks
-- PMM
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-11-15 15:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-14 8:43 [Qemu-devel] [PATCH] MAINTAINERS: Add entries for missing ARM boards Thomas Huth
2018-11-14 11:57 ` Philippe Mathieu-Daudé
2018-11-14 12:00 ` Thomas Huth
2018-11-15 15:19 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).