[U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

Heiko Schocher hs at denx.de
Wed Jul 31 07:59:38 CEST 2013


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<marex at denx.de>
> Cc: Fabio Estevam<fabio.estevam at freescale.com>
> Cc: Otavio Salvador<otavio at ossystems.com.br>
> Cc: Stefano Babic<sbabic at denx.de>
> ---
>   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


More information about the U-Boot mailing list