aboutsummaryrefslogtreecommitdiff
path: root/maintainers.rst
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2018-11-28 14:00:33 -0800
committerJulius Werner <jwerner@chromium.org>2018-12-06 16:18:19 -0800
commit65d8582b32865f8be772ac56ab8c9ac9cd3d3035 (patch)
treec325f713de4c4e6d61bfd0fad92f0df9d6913c0a /maintainers.rst
parent91b48c9f8f44db91ae73635cc543fb89d292a6f7 (diff)
downloadarm-trusted-firmware-65d8582b32865f8be772ac56ab8c9ac9cd3d3035.tar.gz
maintainers: Add Julius Werner for coreboot and console API
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>
Diffstat (limited to 'maintainers.rst')
-rw-r--r--maintainers.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/maintainers.rst b/maintainers.rst
index 3122ecd33..e807f1851 100644
--- a/maintainers.rst
+++ b/maintainers.rst
@@ -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>