From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christophe Leroy Date: Wed, 21 Jun 2017 17:09:09 +0200 (CEST) Subject: [U-Boot] [PATCH 11/11] powerpc, 8xx: Add a directory for soon to come boards from CSSI In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de CS Systemes d'Information (CSSI) manufactures two boards, named MCR3000 and CMPC885 which are respectively based on MPC866 and MPC885. This patch is the skeleton to allow soon inclusion of support for those two boards. Signed-off-by: Christophe Leroy --- The source code for those two boards needs consequent cleanup before being suitable for inclusion, however we need to stop 8xx deletion hemoragia as soon as possible. board/cssi/MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 board/cssi/MAINTAINERS diff --git a/board/cssi/MAINTAINERS b/board/cssi/MAINTAINERS new file mode 100644 index 0000000000..2c959de383 --- /dev/null +++ b/board/cssi/MAINTAINERS @@ -0,0 +1,5 @@ +BOARDS from CS Systemes d'Information +M: Christophe Leroy +S: Maintained +F: board/cssi/ + -- 2.12.0