diff --git a/docs/about/maintainers.rst b/docs/about/maintainers.rst index d40134f..3ac5548 100644 --- a/docs/about/maintainers.rst +++ b/docs/about/maintainers.rst @@ -43,14 +43,49 @@ Core Code ~~~~~~~~~ -.. note:: - This section is incomplete right now. - Armv7-A architecture port ^^^^^^^^^^^^^^^^^^^^^^^^^ :M: Etienne Carriere :G: `etienne-lms`_ +Software Delegated Exception Interface (SDEI) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Mark Dykes +:G: `mardyk01`_ +:M: John Powell +:G: `john-powell-arm`_ +:F: services/std_svc/sdei/ + +Trusted Boot +^^^^^^^^^^^^ +:M: Sandrine Bailleux +:G: `sandrine-bailleux-arm`_ +:M: Manish Pandey +:G: `manish-pandey-arm`_ +:M: Manish Badarkhe +:G: `ManishVB-Arm`_ +:F: drivers/auth/ + +Secure Partition Manager (SPM) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Olivier Deprez +:G: `odeprez`_ +:M: Manish Pandey +:G: `manish-pandey-arm`_ +:M: Maksims Svecovs +:G: `max-shvetsov`_ +:M: Joao Alves +:G: `J-Alves`_ +:F: services/std_svc/spm\* + +Exception Handling Framework (EHF) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Manish Badarkhe +:G: `ManishVB-Arm`_ +:M: John Powell +:G: `john-powell-arm`_ +:F: bl31/ehf.c + Drivers, Libraries and Framework Code ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -84,6 +119,152 @@ :F: include/drivers/ufs.h :F: include/drivers/synopsys/dw_mmc.h +Power State Coordination Interface (PSCI) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Javier Almansa Sobrino +:G: `javieralso-arm`_ +:M: Madhukar Pappireddy +:G: `madhukar-Arm`_ +:M: Lauren Wehrmeister +:G: `laurenw-arm`_ +:M: Zelalem Aweke +:G: `zelalem-aweke`_ +:F: lib/psci/ + +DebugFS +^^^^^^^ +:M: Olivier Deprez +:G: `odeprez`_ +:F: lib/debugfs/ + +Firmware Configuration Framework (FCONF) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Madhukar Pappireddy +:G: `madhukar-Arm`_ +:M: Manish Badarkhe +:G: `ManishVB-Arm`_ +:M: Lauren Wehrmeister +:G: `laurenw-arm`_ +:F: lib/fconf/ + +Performance Measurement Framework (PMF) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Joao Alves +:G: `J-Alves`_ +:M: Jimmy Brisson +:G: `theotherjimmy`_ +:F: lib/pmf/ + +Arm CPU libraries +^^^^^^^^^^^^^^^^^ +:M: Lauren Wehrmeister +:G: `laurenw-arm`_ +:M: John Powell +:G: `john-powell-arm`_ +:F: lib/cpus/ + +Reliability Availability Serviceabilty (RAS) framework +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Olivier Deprez +:G: `odeprez`_ +:M: Manish Pandey +:G: `manish-pandey-arm`_ +:F: lib/extensions/ras/ + +Activity Monitors Unit (AMU) extensions +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Alexei Fedorov +:G: `AlexeiFedorov`_ +:F: lib/extensions/amu/ + +Memory Partitioning And Monitoring (MPAM) extensions +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Zelalem Aweke +:G: `zelalem-aweke`_ +:M: Jimmy Brisson +:G: `theotherjimmy`_ +:F: lib/extensions/mpam/ + +Pointer Authentication (PAuth) and Branch Target Identification (BTI) extensions +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Alexei Fedorov +:G: `AlexeiFedorov`_ +:M: Zelalem Aweke +:G: `zelalem-aweke`_ +:F: lib/extensions/pauth/ + +Statistical Profiling Extension (SPE) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Zelalem Aweke +:G: `zelalem-aweke`_ +:M: Jimmy Brisson +:G: `theotherjimmy`_ +:F: lib/extensions/spe/ + +Scalable Vector Extension (SVE) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Jimmy Brisson +:G: `theotherjimmy`_ +:F: lib/extensions/sve/ + +Standard C library +^^^^^^^^^^^^^^^^^^ +:M: Alexei Fedorov +:G: `AlexeiFedorov`_ +:M: John Powell +:G: `john-powell-arm`_ +:F: lib/libc/ + +Library At ROM (ROMlib) +^^^^^^^^^^^^^^^^^^^^^^^ +:M: Madhukar Pappireddy +:G: `madhukar-Arm`_ +:F: lib/romlib/ + +Translation tables (``xlat_tables``) library +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Javier Almansa Sobrino +:G: `javieralso-arm`_ +:M: Joao Alves +:G: `J-Alves`_ +:F: lib/xlat\_tables_\*/ + +IO abstraction layer +^^^^^^^^^^^^^^^^^^^^ +:M: Manish Pandey +:G: `manish-pandey-arm`_ +:M: Olivier Deprez +:G: `odeprez`_ +:F: drivers/io/ + +GIC driver +^^^^^^^^^^ +:M: Alexei Fedorov +:G: `AlexeiFedorov`_ +:M: Manish Pandey +:G: `manish-pandey-arm`_ +:M: Madhukar Pappireddy +:G: `madhukar-Arm`_ +:M: Olivier Deprez +:G: `odeprez`_ +:F: drivers/arm/gic/ + +Libfdt wrappers +^^^^^^^^^^^^^^^ +:M: Madhukar Pappireddy +:G: `madhukar-Arm`_ +:M: Manish Badarkhe +:G: `ManishVB-Arm`_ +:F: common/fdt_wrappers.c + +Firmware Encryption Framework +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Sumit Garg +:G: `b49020`_ +:F: drivers/io/io_encrypted.c +:F: include/drivers/io/io_encrypted.h +:F: include/tools_share/firmware_encrypted.h + Platform Ports ~~~~~~~~~~~~~~ @@ -309,8 +490,8 @@ :F: plat/xilinx/ -Secure Payload Dispatchers -~~~~~~~~~~~~~~~~~~~~~~~~~~ +Secure Payloads and Dispatchers +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ OP-TEE dispatcher ^^^^^^^^^^^^^^^^^ @@ -329,6 +510,46 @@ :F: services/spd/tlkd/ :F: services/spd/trusty/ +Test Secure Payload (TSP) +^^^^^^^^^^^^^^^^^^^^^^^^^ +:M: Manish Badarkhe +:G: `ManishVB-Arm`_ +:F: bl32/tsp/ +:F: services/spd/tspd/ + +Tools +~~~~~ + +Fiptool +^^^^^^^ +:M: Joao Alves +:G: `J-Alves`_ +:F: tools/fiptool/ + +Cert_create tool +^^^^^^^^^^^^^^^^ +:M: Sandrine Bailleux +:G: `sandrine-bailleux-arm`_ +:F: tools/cert_create/ + +Encrypt_fw tool +^^^^^^^^^^^^^^^ +:M: Sumit Garg +:G: `b49020`_ +:F: tools/encrypt_fw/ + +Sptool +^^^^^^ +:M: Manish Pandey +:G: `manish-pandey-arm`_ +:F: tools/sptool/ + +Build system +^^^^^^^^^^^^ +:M: Manish Pandey +:G: `manish-pandey-arm`_ +:F: Makefile +:F: make_helpers/ .. _AlexeiFedorov: https://github.com/AlexeiFedorov .. _Andre-ARM: https://github.com/Andre-ARM @@ -370,5 +591,15 @@ .. _odeprez: https://github.com/odeprez .. _bipinravi-arm: https://github.com/bipinravi-arm .. _joannafarley-arm: https://github.com/joannafarley-arm +.. _ManishVB-Arm: https://github.com/ManishVB-Arm +.. _max-shvetsov: https://github.com/max-shvetsov +.. _javieralso-arm: https://github.com/javieralso-arm +.. _laurenw-arm: https://github.com/laurenw-arm +.. _zelalem-aweke: https://github.com/zelalem-aweke +.. _theotherjimmy: https://github.com/theotherjimmy +.. _J-Alves: https://github.com/J-Alves +.. _madhukar-Arm: https://github.com/madhukar-Arm +.. _john-powell-arm: https://github.com/john-powell-arm + .. _Project Maintenance Process: https://developer.trustedfirmware.org/w/collaboration/project-maintenance-process/