From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Wed, 7 Sep 2016 21:35:56 +0800 Subject: [U-Boot] [PATCH v2 09/11] arm: socfpga: stratix10: Add board directory for Stratix 10 socdk In-Reply-To: References: <1473156209-5734-1-git-send-email-clsee@altera.com> <1473156209-5734-10-git-send-email-clsee@altera.com> Message-ID: <1473255356.6330.12.camel@altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2016-09-06 at 09:30 -0500, Dinh Nguyen wrote: > > On 09/06/2016 05:03 AM, Chin Liang See wrote: > > Add board folder for Stratix 10 SoC development kit > > > > Signed-off-by: Chin Liang See > > Cc: Marek Vasut > > Cc: Dinh Nguyen > > Cc: Ley Foon Tan > > --- > > board/altera/stratix10-socdk/MAINTAINERS | 7 +++++++ > > board/altera/stratix10-socdk/Makefile | 7 +++++++ > > board/altera/stratix10-socdk/socfpga.c | 7 +++++++ > > 3 files changed, 21 insertions(+) > > create mode 100755 board/altera/stratix10-socdk/MAINTAINERS > > create mode 100755 board/altera/stratix10-socdk/Makefile > > create mode 100755 board/altera/stratix10-socdk/socfpga.c > > > > diff --git a/board/altera/stratix10-socdk/MAINTAINERS > > b/board/altera/stratix10-socdk/MAINTAINERS > > new file mode 100755 > > 644? Will chmod > > > index 0000000..596933c > > --- /dev/null > > +++ b/board/altera/stratix10-socdk/MAINTAINERS > > @@ -0,0 +1,7 @@ > > +SOCFPGA BOARD > > +M: Chin-Liang See > > +M: Dinh Nguyen > > +S: Maintained > > +F: board/altera/stratix10-socdk/ > > +F: include/configs/socfpga_stratix10_socdk.h > > +F: configs/socfpga_stratix10_defconfig > > diff --git a/board/altera/stratix10-socdk/Makefile > > b/board/altera/stratix10-socdk/Makefile > > new file mode 100755 > > 644? > Will chmod too Thanks Chin Liang > Dinh