diff mbox series

[4/4] MAINTAINERS: Agree to maintain nanoMIPS TCG frontend

Message ID 20211004092515.3819836-5-f4bug@amsat.org
State New
Headers show
Series MAINTAINERS: Sanitize 'MIPS TCG CPUs' section | expand

Commit Message

Philippe Mathieu-Daudé Oct. 4, 2021, 9:25 a.m. UTC
As of this commit, the nanoMIPS toolchains haven't been merged
in mainstream projects. However MediaTek provides a toolchain:
https://github.com/MediaTek-Labs/nanomips-gnu-toolchain/releases/tag/nanoMIPS-2021.02-01

Since I now have spent more time with the ISA, I agree to maintain
it along with the other MIPS ISA.

For historical notes, see commit a60442eb8 ("Deprecate nanoMIPS ISA").

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Comments

Jiaxun Yang Oct. 4, 2021, 8:08 p.m. UTC | #1
在 2021/10/4 10:25, Philippe Mathieu-Daudé 写道:
> As of this commit, the nanoMIPS toolchains haven't been merged
> in mainstream projects. However MediaTek provides a toolchain:
> https://github.com/MediaTek-Labs/nanomips-gnu-toolchain/releases/tag/nanoMIPS-2021.02-01
>
> Since I now have spent more time with the ISA, I agree to maintain
> it along with the other MIPS ISA.
>
> For historical notes, see commit a60442eb8 ("Deprecate nanoMIPS ISA").
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>

Probably it's worthy to ask MTK folks if they are willing to maintain QEMU?

Thanks.
- Jiaxun
> ---
>   MAINTAINERS | 6 +-----
>   1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f1d7279a0f2..8ce47417eff 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -237,14 +237,10 @@ R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
>   S: Odd Fixes
>   F: target/mips/
>   F: disas/mips.c
> +X: disas/nanomips.*
>   F: docs/system/cpu-models-mips.rst.inc
>   F: tests/tcg/mips/
>   
> -MIPS TCG CPUs (nanoMIPS ISA)
> -S: Orphan
> -F: disas/nanomips.*
> -F: target/mips/tcg/*nanomips*
> -
>   NiosII TCG CPUs
>   M: Chris Wulff <crwulff@gmail.com>
>   M: Marek Vasut <marex@denx.de>
Philippe Mathieu-Daudé Oct. 27, 2021, 3:48 a.m. UTC | #2
On 10/4/21 22:08, Jiaxun Yang wrote:
> 在 2021/10/4 10:25, Philippe Mathieu-Daudé 写道:
>> As of this commit, the nanoMIPS toolchains haven't been merged
>> in mainstream projects. However MediaTek provides a toolchain:
>> https://github.com/MediaTek-Labs/nanomips-gnu-toolchain/releases/tag/nanoMIPS-2021.02-01
>>
>>
>> Since I now have spent more time with the ISA, I agree to maintain
>> it along with the other MIPS ISA.
>>
>> For historical notes, see commit a60442eb8 ("Deprecate nanoMIPS ISA").
>>
>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
> 
> Probably it's worthy to ask MTK folks if they are willing to maintain QEMU?

Well it is not like I am hiding this patch, it is posted on a public
mailing list...

>> ---
>>   MAINTAINERS | 6 +-----
>>   1 file changed, 1 insertion(+), 5 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index f1d7279a0f2..8ce47417eff 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -237,14 +237,10 @@ R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
>>   S: Odd Fixes
>>   F: target/mips/
>>   F: disas/mips.c
>> +X: disas/nanomips.*
>>   F: docs/system/cpu-models-mips.rst.inc
>>   F: tests/tcg/mips/
>>   -MIPS TCG CPUs (nanoMIPS ISA)
>> -S: Orphan
>> -F: disas/nanomips.*
>> -F: target/mips/tcg/*nanomips*
>> -
>>   NiosII TCG CPUs
>>   M: Chris Wulff <crwulff@gmail.com>
>>   M: Marek Vasut <marex@denx.de>
> 
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f1d7279a0f2..8ce47417eff 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -237,14 +237,10 @@  R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
 S: Odd Fixes
 F: target/mips/
 F: disas/mips.c
+X: disas/nanomips.*
 F: docs/system/cpu-models-mips.rst.inc
 F: tests/tcg/mips/
 
-MIPS TCG CPUs (nanoMIPS ISA)
-S: Orphan
-F: disas/nanomips.*
-F: target/mips/tcg/*nanomips*
-
 NiosII TCG CPUs
 M: Chris Wulff <crwulff@gmail.com>
 M: Marek Vasut <marex@denx.de>