From 4d16bc70bf53a0331fb952b16bffd722b346a55a Mon Sep 17 00:00:00 2001 From: Madhukar Pappireddy Date: Thu, 25 Apr 2024 17:20:51 -0500 Subject: [PATCH] docs(maintainers): add code owners for runtime exceptions module This patch adds code owners responsible for maintaining runtime exceptions and interrupt management modules in TF-A. Change-Id: Idb131a2af143097e4d05a285e08ef12cd5d3db2a Signed-off-by: Madhukar Pappireddy --- docs/about/maintainers.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/about/maintainers.rst b/docs/about/maintainers.rst index ddcb7e6e2..6b7d08964 100644 --- a/docs/about/maintainers.rst +++ b/docs/about/maintainers.rst @@ -139,6 +139,16 @@ Exception Handling Framework (EHF) :|G|: `manish-pandey-arm`_ :|F|: bl31/ehf.c +Runtime Exceptions and Interrupt Management +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:|M|: Manish Pandey +:|G|: `manish-pandey-arm`_ +:|M|: Madhukar Pappireddy +:|G|: `madhukar-Arm`_ +:|F|: bl31/aarch64/ +:|F|: bl31/interrupt_mgmt.c +:|F|: include/bl31/interrupt_mgmt.h + Realm Management Monitor Dispatcher (RMMD) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :|M|: Javier Almansa Sobrino