aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
AgeCommit message (Collapse)Author
2019-04-10MAINTAINERS: update Broadcom reviewer listSandeep Tripathy
Add Sandeep Tripathy <sandeep.tripathy@broadcom.com> as reviewer. bcm-optee-feedback-list.pdl@broadcom.com is the mail distribution list having currently active or interested tee developers within Broadcom. Keep this entry as a list. Signed-off-by: Sandeep Tripathy <sandeep.tripathy@broadcom.com> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
2019-04-10MAINTAINERS: fix Igor Opaniuk's email, make him a Poplar reviewerJerome Forissier
Igor no longer works for Linaro and emails to igor.opaniuk@linaro.org cannot be delivered. However, he still helps with the Poplar board, so remove his old Linaro address from the general section and add him to the Poplar section as a reviewer. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Igor Opaniuk <igor.opaniuk@gmail.com>
2019-02-22Add support for Hisilicon Hi3519AV100 DEMO boardZeng Tao
Hi3519AV100 is a high-performance and low-power 4K Smart IP Camera SoC designed for IP cameras, action cameras, panoramic cameras, rear view mirrors, and UAVs. Hi3519A V100 introduces H.265/H.264 encoding and decoding, with performance up to 4K x 2K@60 fps and 1080p@240 fps. For more information: http://www.hisilicon.com/en/Products/ProductList/Surveillance This patch has been tested using the following step, 1. Patch the uboot and Linux kernel with OP-TEE support if required 2. build step: (1) make CROSS_COMPILE=arm-himix200-linux- PLATFORM=hisilicon PLATFORM_FLAVOR=hi3519av100_demo (OPTEE-OS build) (2) make CROSS_COMPILE_HOST=arm-himix200-linux- (OPTEE_CLIENT build) (3) cross_compile openssl and replace optee_test/host/libopenssl (4) make CROSS_COMPILE_HOST=arm-himix200-linux- CROSS_COMPILE_TA=arm-himix200-linux- TA_DEV_KIT_DIR=../optee_os/out/arm-plat-hisilicon/export-ta_arm32 COMPILE_NS_USER=32 (OPTEE_TEST build) 3. mkimage -A arm -T kernel -O tee -C none -d tee.bin uTee.optee 4. Boot setting in uboot: nand read 0x22007fc0 0x100000 0x400000; /* load kernel */ tftp 0x30000000 uTee.optee;bootm 0x30000000; 5. after Linux startup, run daemon tee-supplicant 6. run xtest Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Zeng Tao <prime.zeng@hisilicon.com>
2019-02-01virt: add virtualization subsystemVolodymyr Babchuk
This patch adds virtualization framework to OP-TEE. Signed-off-by: Volodymyr Babchuk <vlad.babchuk@gmail.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
2019-01-30plat-bcm: Add Broadcom ARMv8-A SoC ns3Sandeep Tripathy
Add base platform support for Broadcom ns3 SoC. Broadcom ns3 is ARMv8-A based SoS with Cortex-A72 cores and GICv3. It is configured to run with TF-A. Signed-off-by: Sandeep Tripathy <sandeep.tripathy@broadcom.com> Reviewed-by: Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> Reviewed-by: Scott Branden <scott.branden@broadcom.com> Reviewed-by: Pramod Kumar <pramod.kumar@broadcom.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
2018-12-10plat-ls: NXP LX2160ARDB platform support is addedPankaj Gupta
Added support for armv8 platform flavour. - PLATFORM = ls-lx2160ardb Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
2018-12-10Updating MAINTAINERS for NXP LS-RDB PlatformsPankaj Gupta
Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
2018-08-14plat-ls:add LS2088ARDB platform flavorsVinitha V Pillai
Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com> Reviewed-by: Sahil Malhotra <sahil.malhotra@nxp.com>
2018-08-14plat-ls:add LS1088ARDB platform flavorsVinitha V Pillai
Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com> Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com> Reviewed-by: Pankaj Gupta <pankaj.gupta@nxp.com>
2018-08-14plat-ls:add LS1012AFRWY platform flavorsVinitha V Pillai
Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com> Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com> Reviewed-by: Sahil Malhotra <sahil.malhotra@nxp.com>
2018-08-14Updating MAINTAINERS for LS1046A-RDB, LS1043A-RDB, LS1021Vinitha V Pillai
Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com> Reviewed-by: Pankaj Gupta <pankaj.gupta@nxp.com> Acked-by: Sumit Garg <sumit.garg@linaro.org>
2018-08-13plat-sunxi: Add Allwinner A64 supportAmit Singh Tomar
This commit adds support for pine64[1] board based on Allwinner's A64 SoC. 1. Build command # make PLATFORM=sunxi-sun50i_a64 2. Pass optee_example_hello_world and xtest. [1]: https://www.pine64.org/ Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
2018-08-06imx: update README.md/MAINTAINERSPeng Fan
Update README.md to mark mx6qsabresd/sabrelite as actively maintained. I tested with latest optee os/client/xtest, works well. Simplify the MAINTAINERS entry for i.MX with using i.MX family entry. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
2018-07-18MAINTAINERS: Change maintainer for Marvell ArmadaTao Lu
Signed-off-by: Tao Lu <taolu@marvell.com> Acked-by: Kevin Peng <kg-kevingarnett@hotmail.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
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>