diff options
author | Martin Roth <martinroth@google.com> | 2017-03-05 11:20:18 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-03-08 04:33:30 +0100 |
commit | 954338d21b5ed2574647eb11c4d7a80931fc6cc7 (patch) | |
tree | dae7a486fba5bbbfe84688e3061d5e6a3ec317ab | |
parent | 97a4b3edf0efbbc051ec604ccdd7cf6d86c67187 (diff) | |
download | coreboot-954338d21b5ed2574647eb11c4d7a80931fc6cc7.tar.xz |
MAINTAINERS: Update list
- Fix whitespace: Change some spaces to tabs
- Add myself as an abuild maintainer
- Add util/xcompile and util/genbuild_h to the BUILD SYSTEM section
- Add new sections for utilities: docker, toolchain, and git
- Remove GENERIC DRAM section
- Remove the mailing list. We don't want it to be added as a reviewer.
Change-Id: I78692fcac174d7b7c4d65911c85e4e2dacefcfc0
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/18578
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r-- | MAINTAINERS | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e672fd7f41..70439e19f2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -144,7 +144,7 @@ F: src/ec/lenovo/ LENOVO MAINBOARDS M: Alexander Couzens <lynxis@fe80.eu> -M: Patrick Rudolph <siro@das-labor.org> +M: Patrick Rudolph <siro@das-labor.org> S: Maintained F: src/mainboard/lenovo/ @@ -306,6 +306,7 @@ F: src/drivers/ati/mach64/ ABUILD M: Patrick Georgi <patrick@georgi-clan.de> +M: Martin Roth <gaumless@gmail.com> S: Supported F: util/abuild/ @@ -348,8 +349,8 @@ F: src/include/pc80/ F: src/include/cpu/x86/ INTEL SUPPORT -M: Patrick Rudolph <siro@das-labor.org> -S: Maintained +M: Patrick Rudolph <siro@das-labor.org> +S: Maintained F: src/vendorcode/intel/ F: src/cpu/intel/ F: src/northbridge/intel/ @@ -404,6 +405,8 @@ F: *.inc F: src/include/kconfig.h F: util/kconfig/ F: util/sconfig/ +F: util/xcompile/ +F: util/genbuild_h/ BOARD STATUS M: Martin Roth <gaumless@gmail.com> @@ -472,6 +475,22 @@ F: src/security/tpm12/ F: src/security/tpm20/ F: util/tss-generator/ +DOCKER +M: Martin Roth <gaumless@gmail.com> +S: Supported +F: util/docker/ + +TOOLCHAIN +M: Martin Roth <gaumless@gmail.com> +S: Supported +F: util/crossgcc/ + +GIT +M: Martin Roth <gaumless@gmail.com> +S: Supported +F: .git* +F: /util/gitconfig + MISSING: TIMERS / DELAYS MISSING: TIMESTAMPS @@ -490,13 +509,10 @@ MISSING: DMP / QEMU-X86 MISSING: ELOG -MISSING: GENERIC DRAM (should drop) - MISSING: SPI THE REST M: Stefan Reinauer <stefan.reinauer@coreboot.org> -L: coreboot@coreboot.org T: git http://review.coreboot.org/coreboot S: Buried alive in mainboards F: * |