[U-Boot] [PATCH v1] MAINTAINERS: Add entries for Android A/B and AVB

1. Add myself as Android A/B and AVB maintainer 2. Add Sam Protsenko as Designated reviewer for A/B
Signed-off-by: Igor Opaniuk igor.opaniuk@gmail.com
---
MAINTAINERS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index b443c5af75..5e601b5ff3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -50,6 +50,26 @@ so much easier [Ed] Maintainers List (try to look for most precise areas first)
----------------------------------- +ANDROID AB +M: Igor Opaniuk igor.opaniuk@gmail.com +R: Sam Protsenko semen.protsenko@linaro.org +S: Maintained +F: cmd/ab_select.c +F: common/android_ab.c +F: doc/android/ab.txt +F: include/android_ab.h +F: test/py/tests/test_android/test_ab.py + +ANDROID AVB +M: Igor Opaniuk igor.opaniuk@gmail.com +S: Maintained +F: cmd/avb.c +F: common/avb_verify.c +F: doc/android/avb2.txt +F: include/avb_verify.h +F: lib/libavb/ +F: test/py/tests/test_android/test_avb.py + ARC M: Alexey Brodkin alexey.brodkin@synopsys.com M: Eugeniy Paltsev Eugeniy.Paltsev@synopsys.com

Hi Tom
On Thu, Aug 8, 2019 at 3:33 PM Igor Opaniuk igor.opaniuk@gmail.com wrote:
- Add myself as Android A/B and AVB maintainer
- Add Sam Protsenko as Designated reviewer for A/B
Signed-off-by: Igor Opaniuk igor.opaniuk@gmail.com
MAINTAINERS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index b443c5af75..5e601b5ff3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -50,6 +50,26 @@ so much easier [Ed] Maintainers List (try to look for most precise areas first)
-----------------------------------
+ANDROID AB +M: Igor Opaniuk igor.opaniuk@gmail.com +R: Sam Protsenko semen.protsenko@linaro.org +S: Maintained +F: cmd/ab_select.c +F: common/android_ab.c +F: doc/android/ab.txt +F: include/android_ab.h +F: test/py/tests/test_android/test_ab.py
+ANDROID AVB +M: Igor Opaniuk igor.opaniuk@gmail.com +S: Maintained +F: cmd/avb.c +F: common/avb_verify.c +F: doc/android/avb2.txt +F: include/avb_verify.h +F: lib/libavb/ +F: test/py/tests/test_android/test_avb.py
ARC M: Alexey Brodkin alexey.brodkin@synopsys.com M: Eugeniy Paltsev Eugeniy.Paltsev@synopsys.com -- 2.17.1
This is what we discussed yesterday in IRC.
Also I'm looking forward for reply from Eugeniu Rosca (sent him email today) if he doesn't mind about adding him as designated reviewer for AVB/AB (as he is one of the top reviewers/contributors to these components).
Thanks

On Thu, Aug 08, 2019 at 03:33:09PM +0300, Igor Opaniuk wrote:
- Add myself as Android A/B and AVB maintainer
- Add Sam Protsenko as Designated reviewer for A/B
Signed-off-by: Igor Opaniuk igor.opaniuk@gmail.com
Applied to u-boot/master, thanks!
participants (2)
-
Igor Opaniuk
-
Tom Rini