Message ID | 20240322105733.203888-20-sughosh.ganu@linaro.org |
---|---|
State | New |
Headers | show |
Series | FWU: Add support for FWU metadata version 2 | expand |
On Fri, 22 Mar 2024 at 12:59, Sughosh Ganu <sughosh.ganu@linaro.org> wrote: > > Add an entry for the FWU Multi Bank Update feature. > > Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> > --- > Changes since V2: > * New patch > > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index cd9b2d42e8..5409b1d78a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1147,6 +1147,14 @@ T: git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git > F: drivers/watchdog/sp805_wdt.c > F: drivers/watchdog/sbsa_gwdt.c > > +FWU Multi Bank Update > +M: Sughosh Ganu <sughosh.ganu@linaro.org> > +S: Maintained > +T: git https://source.denx.de/u-boot/custodians/u-boot-efi.git > +F: lib/fwu_updates/* > +F: drivers/fwu-mdata/* > +F: tools/mkfwumdata.c > + > GATEWORKS_SC > M: Tim Harvey <tharvey@gateworks.com> > S: Maintained > -- > 2.34.1 > Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
diff --git a/MAINTAINERS b/MAINTAINERS index cd9b2d42e8..5409b1d78a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1147,6 +1147,14 @@ T: git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git F: drivers/watchdog/sp805_wdt.c F: drivers/watchdog/sbsa_gwdt.c +FWU Multi Bank Update +M: Sughosh Ganu <sughosh.ganu@linaro.org> +S: Maintained +T: git https://source.denx.de/u-boot/custodians/u-boot-efi.git +F: lib/fwu_updates/* +F: drivers/fwu-mdata/* +F: tools/mkfwumdata.c + GATEWORKS_SC M: Tim Harvey <tharvey@gateworks.com> S: Maintained
Add an entry for the FWU Multi Bank Update feature. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> --- Changes since V2: * New patch MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)