On Fri, Sep 29, 2023 at 16:19:18 +0200, Thomas Huth wrote: > These files belong to the sbsa-ref machine and thus should > be listed here.
First of all, thanks for this. > Signed-off-by: Thomas Huth <[email protected]> > --- > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 874234cb7b..fc415d3cea 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -954,6 +954,9 @@ R: Marcin Juszkiewicz <[email protected]> > L: [email protected] > S: Maintained > F: hw/arm/sbsa-ref.c > +F: hw/misc/sbsa_ec.c Yes, pure oversight, sorry about that. > +F: hw/watchdog/sbsa_gwdt.c > +F: include/hw/watchdog/sbsa_gwdt.h I just want to clarify that this is not "the watchdog for the SBSA platform", but "the watchdog defined by Arm's SBSA specification" (and belatedly the BSA specification)" - the specification that sbsa-ref (intends to) provide a compliant platform implementation for. Another such component is the "generic UART", but since that is a subset of pl011 there is no real value in providing a dedicated model of it. Which I guess is a long-winded way of saying: this component does not necessarily want/need the same maintainers as the sbsa-ref platform. I'm still happy to maintain it, and it may make sense to keep it under this header for now. (In which case Reviewed-by: Leif Lindholm <[email protected]> ) Regards, Leif > F: docs/system/arm/sbsa.rst > F: tests/avocado/machine_aarch64_sbsaref.py > > -- > 2.41.0 >
