Hi Aleksandar,
On 11/13/19 2:47 PM, Aleksandar Markovic wrote:
From: Aleksandar Markovic <[email protected]>
Change the maintainership for R4000 systems to improve its quality.
Acked-by: Aurelien Jarno <[email protected]>
Signed-off-by: Aleksandar Markovic <[email protected]>
---
MAINTAINERS | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6afec32..ba9ca98 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -971,8 +971,9 @@ F: hw/mips/mips_mipssim.c
F: hw/net/mipsnet.c
R4000
-M: Aurelien Jarno <[email protected]>
-R: Aleksandar Rikalo <[email protected]>
+M: Hervé Poussineau <[email protected]>
Commit 0c10962a033 from Hervé was part of a bigger refactor series, so I
don't think he is interested.
+R: Aurelien Jarno <[email protected]>
+R: Philippe Mathieu-Daudé <[email protected]>
S: Maintained
F: hw/mips/mips_r4k.c
Now back to this board, I am having hard time to understand what it
models. IIUC it predates the Malta board, and was trying to model a
board able to run the first MIPS cpu when the port was added in 2005
(see commit 6af0bf9c7c3a).
The Malta board was added 1 year later (commit 5856de800df) and models a
real hardware.
As Aurelien acked to step down maintaining it, it seems the perfect
timing to start its deprecation process. I'll prepare a patch for 5.0
(unless someone is really using it and willing to maintain it).
Regards,
Phil.