[U-Boot-Users] [DNX#2006101142000041] [PATCH] Add support for easyToWeb-ARM board
DENX Support System
support at denx.de
Wed Oct 11 14:30:21 CEST 2006
Hello list,
inside the automatic U-Boot patch tracking system a new ticket
[DNX#2006101142000041] was created:
<snip>
> Hi,
>
> this patch adds support for the AT91RM9200 based easyToWeb-ARM board
> (etwarm) developed at the FTZ Leipzig.
>
> The board can be assembled with ether Micrel's PHYs KS8721 or KS8001, or
> with Micrel's switches KS8893 or KS8993. To use them, the appropriate
> driver
> patch has to be applied (it was send to this list just before this
> patch).
>
> Best Regards
> Mirco
>
> Signed-off-by: Mirco Fuchs mircofuchs at web.de
>
> CHANGELOG:
> - Add support for the AT91RM9200 based easyToWeb-ARM board (etwarm)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4262719..f643d8b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -470,6 +470,9 @@ Alex Züpke <azu at sysgo.de>
> lart SA1100
> dnp1110 SA1110
>
> +Mirco Fuchs <fuchs at ftz-leipzig.de>
> + etwarm AT91RM9200
> +
> #########################################################################
> # x86 Systems: #
> # #
> diff --git a/MAKEALL b/MAKEALL
> index e9c04a6..1f00a93 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -190,12 +190,12 @@ LIST_ARM9=" \
> at91rm9200dk cmc_pu2 \
> ap920t ap922_XA10 ap926ejs ap946es \
> ap966 cp920t cp922_XA10 cp926ejs \
> - cp946es cp966 lpd7a400 mp2usb \
> - mx1ads mx1fs2 netstar omap1510inn \
> - omap1610h2 omap1610inn omap730p2 sbc2410x \
> - scb9328 smdk2400 smdk2410 trab \
> - VCMA9 versatile versatileab versatilepb \
> - voiceblue \
> + cp946es cp966 etwarm lpd7a400 \
> + mp2usb mx1ads mx1fs2 netstar \
> + omap1510inn omap1610h2 omap1610inn omap730p2 \
> + sbc2410x scb9328 smdk2400 smdk2410 \
> + trab VCMA9 versatile versatileab \
> + versatilepb voiceblue \
> "
>
> #########################################################################
> diff --git a/Makefile b/Makefile
> index 8ef0097..1edb78d 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1748,6 +1748,8 @@ csb637_config : unconfig
> mp2usb_config : unconfig
> @$(MKCONFIG) $(@:_config=) arm arm920t mp2usb NULL at91rm9200
>
> +etwarm_config : unconfig
> + @$(MKCONFIG) $(@:_config=) arm arm920t etwarm NULL at91rm9200
>
> ########################################################################
> ## ARM Integrator boards - see doc/README-integrator for more info.
> diff --git a/board/etwarm/Makefile b/board/etwarm/Makefile
> new file mode 100644
> index 0000000..376d833
> --- /dev/null
> +++ b/board/etwarm/Makefile
> @@ -0,0 +1,50 @@
> +#
> +# (C) Copyright 2003-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
> +#
> +
> +include $(TOPDIR)/config.mk
> +
</snip>
Your U-Boot support team
More information about the U-Boot
mailing list