maintainers: Add Julius Werner for coreboot and console API
authorJulius Werner <jwerner@chromium.org>
Wed, 28 Nov 2018 22:00:33 +0000 (14:00 -0800)
committerJulius Werner <jwerner@chromium.org>
Fri, 7 Dec 2018 00:18:19 +0000 (16:18 -0800)
I wrote most of this code and have a vested interest in keeping it
healthy, so adding myself as a maintainer.

Change-Id: I0edeebbc8336b6976dfaf393b3cfc7bc94089ac6
Signed-off-by: Julius Werner <jwerner@chromium.org>
maintainers.rst

index 3122ecd333e55b96212a20ff85af6f783b0d1261..e807f18518ddc83d9bf0d7e4243a1f52f1a729bc 100644 (file)
@@ -48,6 +48,23 @@ Arm System Guidance for Infrastructure / Mobile FVP platforms
 :F: plat/arm/board/sgi575/
 :F: plat/arm/board/sgm775/
 
+Console API framework
+---------------------
+:M: Julius Werner <jwerner@chromium.org>
+:G: `jwerner-chromium`_
+:F: drivers/console/
+:F: include/drivers/console.h
+:F: plat/common/aarch64/crash_console_helpers.S
+
+coreboot support libraries
+--------------------------
+:M: Julius Werner <jwerner@chromium.org>
+:G: `jwerner-chromium`_
+:F: drivers/coreboot/
+:F: include/drivers/coreboot/
+:F: include/lib/coreboot.h
+:F: lib/coreboot/
+
 eMMC/UFS drivers
 ----------------
 :M: Haojian Zhuang <haojian.zhuang@linaro.org>