diff options
author | Alifer Moraes <alifer.wsdm@gmail.com> | 2020-03-06 07:46:33 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-05-01 13:49:15 +0200 |
commit | ef99f3d9e8e378ab155fbe952ae04413a528e565 (patch) | |
tree | ae371e3b30b5de90720d1292ef174563dfcd796c /board/google/imx8mq_phanbell/MAINTAINERS | |
parent | d304e7ace3a68e6194db49f68323615d0c84fc47 (diff) |
arm: imx: Add support for Google's Coral Dev Board
Add initial support for Google's Coral Dev Board based on i.MX8MQ.
https://coral.ai/products/dev-board
The Phanbell naming has been used here to match the naming convention
used in Google's U-Boot source tree:
https://coral.googlesource.com/uboot-imx/
Co-developed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>
Tested-by: Marco Franchi <marcofrk@gmail.com>
Diffstat (limited to 'board/google/imx8mq_phanbell/MAINTAINERS')
-rw-r--r-- | board/google/imx8mq_phanbell/MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/google/imx8mq_phanbell/MAINTAINERS b/board/google/imx8mq_phanbell/MAINTAINERS new file mode 100644 index 0000000000..b233e6b57a --- /dev/null +++ b/board/google/imx8mq_phanbell/MAINTAINERS @@ -0,0 +1,8 @@ +i.MX 8MQ PHANBELL BOARD +M: Fabio Estevam <festevam@gmail.com> +M: Marco Franchi <marcofrk@gmail.com> +M: Alifer Moraes <alifer.wsdm@gmail.com> +S: Maintained +F: board/google/imx8mq_phanbell/ +F: include/configs/imx8mq_phanbell.h +F: configs/imx8mq_phanbell_defconfig |