aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
AgeCommit message (Collapse)Author
2018-06-19plat-stm32mp1: add initial supportEtienne Carriere
Introduce platform stm32mp1 with board stm32mp1-stm32mp157c-ev1 based on stm32mp1 SoC family integrating Arm Cortex-A7 technology. In its default configuration, stm32mp1 OP-TEE core operates in a 256kB secure RAM with pager support enabled. Signed-off-by: Etienne Carriere <etienne.carriere@st.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
2018-06-15MAINTAINERS: Add MAINTAINERS entry for AllWinner H2+Ying-Chun Liu (PaulLiu)
This commit adds maintainer for this board. Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
2018-06-14Add new platform for the TI K3 class of SoCsAndrew F. Davis
Add platform 'k3' for the TI K3 family. These are ARMv8 devices and are quite different from our line of existing ARMv7 OMAP style SoCs, hence the new platform. Signed-off-by: Andrew F. Davis <afd@ti.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
2018-05-30synquacer: Add DeveloperBox platform supportSumit Garg
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
2018-03-16MAINTAINERS: mark Mediatek MT8173 EVB as OrphanJerome Forissier
Mediatek MT8173 EVB is not used on a regular basis for OP-TEE by anyone we know, so mark is as Orphan. I'm not getting rid of the platform code because is is small and quite trivial, so there is not much to be gained by removing it. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
2018-03-13MAINTAINERS: Add MAINTAINERS entry for NXP WaARP7Bryan O'Donoghue
This commit adds two maintainers for this board. - Peng Fan who has done most of the i.MX7 work. - Bryan O'Donoghue (me) very happily reusing all of Peng's work for WaRP7. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
2018-03-09MAINTAINERS: mark Xilinx Zynq UltraScale+ MPSOC as OrphanJerome Forissier
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> CC: Sören Brinkmann <soren.brinkmann@xilinx.com> Reported-by: Joakim Bech <joakim.bech@linaro.org>
2018-03-09MAINTAINERS: add "THE REST"Jerome Forissier
Add a new entry to the maintainers list, which should remain the last one and gives contact information for the overall project maintainers and main reviewers. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Igor Opaniuk <igor.opaniuk@linaro.org> Acked-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Victor Chong <victor.chong@linaro.org>
2018-03-09Adopt format of Linux MAINTAINERS fileJerome Forissier
Our current MAINTAINERS.md file is quite impractical for two common use cases: 1. Finding the platform maintainer(s) given a file path in the OP-TEE OS source tree; 2. Contacting maintainers via GitHub (such as mentioning them in pull requests). To fix this, adopt the Linux format and extend the e-mail address field to also contain an optional GitHub ID, such as: John Doe <john.doe@example.com> [@johndoe] Since the file is not in Markdown format anymore, drop the .md extension as well. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Volodymyr Babchuk <vlad.babchuk@epam.com> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Akshay Bhat <akshay.bhat@timesys.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Peng Fan <peng.fan@nxp.com> Acked-by: Kevin Peng <kevinp@marvell.com> Acked-by: Sumit Garg <sumit.garg@nxp.com> Acked-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Victor Chong <victor.chong@linaro.org> Acked-by: Igor Opaniuk <igor.opaniuk@linaro.org>