mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 13:36:05 +00:00
Miscellaneous fixes to maintainers.rst
* Update the RockChip sub-maintainer from rkchrome to rockchip-linux in maintainers.rst. * Add missing documentation files and change extensions from `md` to `rst`. * Add sub-maintainer for Socionext UniPhier platform. Change-Id: I7f498316acb0f7947c6432dbe14988e61a8903fe Co-Authored-By: Antonio Nino Diaz <antonio.ninodiaz@arm.com> Signed-off-by: Dan Handley <dan.handley@arm.com>
This commit is contained in:
parent
15dda1b0ec
commit
c45dbc251e
1 changed files with 23 additions and 9 deletions
|
@ -21,8 +21,8 @@ Jens Wiklander (jens.wiklander@linaro.org, `jenswi-linaro`_)
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
- docs/spd/optee-dispatcher.md
|
- docs/plat/qemu.rst
|
||||||
- docs/plat/qemu.md
|
- docs/spd/optee-dispatcher.rst
|
||||||
- services/spd/opteed/\*
|
- services/spd/opteed/\*
|
||||||
- plat/qemu/\*
|
- plat/qemu/\*
|
||||||
|
|
||||||
|
@ -33,8 +33,9 @@ Varun Wadekar (vwadekar@nvidia.com, `vwadekar`_)
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
- docs/spd/tlk-dispatcher.md
|
- docs/plat/nvidia-tegra.rst
|
||||||
- docs/spd/trusty-dispatcher.md
|
- docs/spd/tlk-dispatcher.rst
|
||||||
|
- docs/spd/trusty-dispatcher.rst
|
||||||
- include/bl32/payloads/tlk.h
|
- include/bl32/payloads/tlk.h
|
||||||
- include/lib/cpus/aarch64/denver.h
|
- include/lib/cpus/aarch64/denver.h
|
||||||
- lib/cpus/aarch64/denver.S
|
- lib/cpus/aarch64/denver.S
|
||||||
|
@ -49,8 +50,9 @@ Haojian Zhuang (haojian.zhuang@linaro.org, `hzhuang1`_)
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
- docs/plat/hikey.md
|
- docs/plat/hikey.rst
|
||||||
- docs/plat/hikey960.md
|
- docs/plat/hikey960.rst
|
||||||
|
- docs/plat/poplar.rst
|
||||||
- drivers/emmc/\*
|
- drivers/emmc/\*
|
||||||
- drivers/partition/\*
|
- drivers/partition/\*
|
||||||
- drivers/synopsys/emmc/\*
|
- drivers/synopsys/emmc/\*
|
||||||
|
@ -78,18 +80,29 @@ Antonio Niño Díaz (antonio.ninodiaz@arm.com, `antonio-nino-diaz-arm`_)
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
- docs/plat/rpi3.rst
|
||||||
- plat/rpi3/\*
|
- plat/rpi3/\*
|
||||||
|
|
||||||
RockChip platform sub-maintainer
|
RockChip platform sub-maintainer
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
Tony Xie (tony.xie@rock-chips.com, `TonyXie06`_
|
Tony Xie (tony.xie@rock-chips.com, `TonyXie06`_
|
||||||
or `rkchrome`_)
|
or `rockchip-linux`_)
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
- plat/rockchip/\*
|
- plat/rockchip/\*
|
||||||
|
|
||||||
|
UniPhier platform sub-maintainer
|
||||||
|
--------------------------------
|
||||||
|
|
||||||
|
Masahiro Yamada (yamada.masahiro@socionext.com, `masahir0y`_)
|
||||||
|
|
||||||
|
Files:
|
||||||
|
|
||||||
|
- docs/plat/socionext-uniphier.rst
|
||||||
|
- plat/socionext/\*
|
||||||
|
|
||||||
Xilinx platform sub-maintainer
|
Xilinx platform sub-maintainer
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
|
@ -97,7 +110,7 @@ Siva Durga Prasad Paladugu (siva.durga.paladugu@xilinx.com, `sivadur`_)
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
- docs/plat/xilinx-zynqmp.md
|
- docs/plat/xilinx-zynqmp.rst
|
||||||
- plat/xilinx/\*
|
- plat/xilinx/\*
|
||||||
|
|
||||||
ARMv7 architecture sub-maintainer
|
ARMv7 architecture sub-maintainer
|
||||||
|
@ -111,8 +124,9 @@ Etienne Carriere (etienne.carriere@linaro.org, `etienne-lms`_)
|
||||||
.. _jenswi-linaro: https://github.com/jenswi-linaro
|
.. _jenswi-linaro: https://github.com/jenswi-linaro
|
||||||
.. _vwadekar: https://github.com/vwadekar
|
.. _vwadekar: https://github.com/vwadekar
|
||||||
.. _hzhuang1: https://github.com/hzhuang1
|
.. _hzhuang1: https://github.com/hzhuang1
|
||||||
|
.. _masahir0y: https://github.com/masahir0y
|
||||||
.. _mtk09422: https://github.com/mtk09422
|
.. _mtk09422: https://github.com/mtk09422
|
||||||
.. _TonyXie06: https://github.com/TonyXie06
|
.. _TonyXie06: https://github.com/TonyXie06
|
||||||
.. _rkchrome: https://github.com/rkchrome
|
|
||||||
.. _sivadur: https://github.com/sivadur
|
.. _sivadur: https://github.com/sivadur
|
||||||
|
.. _rockchip-linux: https://github.com/rockchip-linux
|
||||||
.. _etienne-lms: https://github.com/etienne-lms
|
.. _etienne-lms: https://github.com/etienne-lms
|
||||||
|
|
Loading…
Add table
Reference in a new issue