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>
This commit is contained in:
parent
97a4b3edf0
commit
954338d21b
28
MAINTAINERS
28
MAINTAINERS
|
@ -144,7 +144,7 @@ F: src/ec/lenovo/
|
||||||
|
|
||||||
LENOVO MAINBOARDS
|
LENOVO MAINBOARDS
|
||||||
M: Alexander Couzens <lynxis@fe80.eu>
|
M: Alexander Couzens <lynxis@fe80.eu>
|
||||||
M: Patrick Rudolph <siro@das-labor.org>
|
M: Patrick Rudolph <siro@das-labor.org>
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: src/mainboard/lenovo/
|
F: src/mainboard/lenovo/
|
||||||
|
|
||||||
|
@ -306,6 +306,7 @@ F: src/drivers/ati/mach64/
|
||||||
|
|
||||||
ABUILD
|
ABUILD
|
||||||
M: Patrick Georgi <patrick@georgi-clan.de>
|
M: Patrick Georgi <patrick@georgi-clan.de>
|
||||||
|
M: Martin Roth <gaumless@gmail.com>
|
||||||
S: Supported
|
S: Supported
|
||||||
F: util/abuild/
|
F: util/abuild/
|
||||||
|
|
||||||
|
@ -348,8 +349,8 @@ F: src/include/pc80/
|
||||||
F: src/include/cpu/x86/
|
F: src/include/cpu/x86/
|
||||||
|
|
||||||
INTEL SUPPORT
|
INTEL SUPPORT
|
||||||
M: Patrick Rudolph <siro@das-labor.org>
|
M: Patrick Rudolph <siro@das-labor.org>
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: src/vendorcode/intel/
|
F: src/vendorcode/intel/
|
||||||
F: src/cpu/intel/
|
F: src/cpu/intel/
|
||||||
F: src/northbridge/intel/
|
F: src/northbridge/intel/
|
||||||
|
@ -404,6 +405,8 @@ F: *.inc
|
||||||
F: src/include/kconfig.h
|
F: src/include/kconfig.h
|
||||||
F: util/kconfig/
|
F: util/kconfig/
|
||||||
F: util/sconfig/
|
F: util/sconfig/
|
||||||
|
F: util/xcompile/
|
||||||
|
F: util/genbuild_h/
|
||||||
|
|
||||||
BOARD STATUS
|
BOARD STATUS
|
||||||
M: Martin Roth <gaumless@gmail.com>
|
M: Martin Roth <gaumless@gmail.com>
|
||||||
|
@ -472,6 +475,22 @@ F: src/security/tpm12/
|
||||||
F: src/security/tpm20/
|
F: src/security/tpm20/
|
||||||
F: util/tss-generator/
|
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: TIMERS / DELAYS
|
||||||
|
|
||||||
MISSING: TIMESTAMPS
|
MISSING: TIMESTAMPS
|
||||||
|
@ -490,13 +509,10 @@ MISSING: DMP / QEMU-X86
|
||||||
|
|
||||||
MISSING: ELOG
|
MISSING: ELOG
|
||||||
|
|
||||||
MISSING: GENERIC DRAM (should drop)
|
|
||||||
|
|
||||||
MISSING: SPI
|
MISSING: SPI
|
||||||
|
|
||||||
THE REST
|
THE REST
|
||||||
M: Stefan Reinauer <stefan.reinauer@coreboot.org>
|
M: Stefan Reinauer <stefan.reinauer@coreboot.org>
|
||||||
L: coreboot@coreboot.org
|
|
||||||
T: git http://review.coreboot.org/coreboot
|
T: git http://review.coreboot.org/coreboot
|
||||||
S: Buried alive in mainboards
|
S: Buried alive in mainboards
|
||||||
F: *
|
F: *
|
||||||
|
|
Loading…
Reference in New Issue