Message ID | 20180627143815.1829-4-joel@jms.id.au (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Jun 28, 2018 at 12:08:15AM +0930, Joel Stanley wrote: > This contains the NRF51, and the machine that uses it, the BBC > micro:bit. > > Signed-off-by: Joel Stanley <joel@jms.id.au> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8c626f6a079e..fef3d71dbef7 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -656,6 +656,14 @@ F: include/hw/*/*aspeed* > F: hw/net/ftgmac100.c > F: include/hw/net/ftgmac100.h > > +NRF51 > +M: Joel Stanley <joel@jms.id.au> > +L: qemu-arm@nognu.org s/nognu/nongnu/ Aside from that: Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
diff --git a/MAINTAINERS b/MAINTAINERS index 8c626f6a079e..fef3d71dbef7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -656,6 +656,14 @@ F: include/hw/*/*aspeed* F: hw/net/ftgmac100.c F: include/hw/net/ftgmac100.h +NRF51 +M: Joel Stanley <joel@jms.id.au> +L: qemu-arm@nognu.org +S: Maintained +F: hw/arm/nrf51_soc.c +F: hw/arm/microbit.c +F: include/hw/arm/nrf51_soc.h + CRIS Machines ------------- Axis Dev88
This contains the NRF51, and the machine that uses it, the BBC micro:bit. Signed-off-by: Joel Stanley <joel@jms.id.au> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)