From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Wed, 31 Jul 2013 07:59:38 +0200 Subject: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board In-Reply-To: <1375220281-11132-6-git-send-email-marex@denx.de> References: <1375220281-11132-1-git-send-email-marex@denx.de> <1375220281-11132-6-git-send-email-marex@denx.de> Message-ID: <51F8A7CA.8010303@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Marek, Am 30.07.2013 23:37, schrieb Marek Vasut: > Add STMP3780-based XFi3 board. This board is a small PMP device > sporting a CPU which was later rebranded to i.MX233 . Currently > supported is USB gadget mode and both external SD and internal > Phison SD-NAND bridge . > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Otavio Salvador > Cc: Stefano Babic > --- > MAINTAINERS | 1 + > board/creative/xfi3/Makefile | 47 +++++++++ > board/creative/xfi3/spl_boot.c | 150 +++++++++++++++++++++++++++ > board/creative/xfi3/xfi3.c | 221 ++++++++++++++++++++++++++++++++++++++++ > boards.cfg | 1 + > include/configs/xfi3.h | 82 +++++++++++++++ > 6 files changed, 502 insertions(+) > create mode 100644 board/creative/xfi3/Makefile > create mode 100644 board/creative/xfi3/spl_boot.c > create mode 100644 board/creative/xfi3/xfi3.c > create mode 100644 include/configs/xfi3.h > [...] > diff --git a/board/creative/xfi3/Makefile b/board/creative/xfi3/Makefile > new file mode 100644 > index 0000000..c793bfb > --- /dev/null > +++ b/board/creative/xfi3/Makefile > @@ -0,0 +1,47 @@ > +# > +# (C) Copyright 2000-2006 > +# Wolfgang Denk, DENX Software Engineering, wd at denx.de. > +# > +# See file CREDITS for list of people who contributed to this > +# project. > +# > +# This program is free software; you can redistribute it and/or > +# modify it under the terms of the GNU General Public License as > +# published by the Free Software Foundation; either version 2 of > +# the License, or (at your option) any later version. > +# > +# This program is distributed in the hope that it will be useful, > +# but WITHOUT ANY WARRANTY; without even the implied warranty of > +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +# GNU General Public License for more details. > +# > +# You should have received a copy of the GNU General Public License > +# along with this program; if not, write to the Free Software > +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, > +# MA 02111-1307 USA Please use for new files SPDX-License-Identifier, thanks. Please fix globally [...] bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany