[U-Boot] [PATCH v2] ppc4xx: Add GDsys PowerPC 440 ETX board support.

Wolfgang Denk wd at denx.de
Mon Dec 8 21:16:59 CET 2008


Dear Dirk Eibach,

In message <1228750904-5008-1-git-send-email-eibach at gdsys.de> you wrote:
> Board support for the Guntermann & Drunck PowerPC 440 ETX module.
> Based on the AMCC Yosemite board support by Stefan Roese.
> 
> Signed-off-by: Dirk Eibach <eibach at gdsys.de>
...
> --- /dev/null
> +++ b/board/gdsys/gdppc440etx/config.mk
> @@ -0,0 +1,44 @@
...
> +#
> +# esd ADCIOP boards
^^^^^^^^^^^^^^^^^^^^^^

Really? I would expect some G&D entry here.

> +#
> +
> +#TEXT_BASE = 0x00001000
> +
> +ifeq ($(ramsym),1)
> +TEXT_BASE = 0xFBD00000
> +else
> +TEXT_BASE = 0xFFF80000
> +endif
> +
> +PLATFORM_CPPFLAGS += -DCONFIG_440=1
> +
> +ifeq ($(debug),1)
> +PLATFORM_CPPFLAGS += -DDEBUG
> +endif
> +
> +ifeq ($(dbcr),1)
> +PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
> +endif
> diff --git a/board/gdsys/gdppc440etx/gdppc440etx.c b/board/gdsys/gdppc440etx/gdppc440etx.c
> new file mode 100644
> index 0000000..c5b2638
> --- /dev/null
> +++ b/board/gdsys/gdppc440etx/gdppc440etx.c
> @@ -0,0 +1,329 @@
> +/*
> + * (C) Copyright 2008
> + * Dirk Eibach,  Guntermann & Drunck GmbH, eibach at gdsys.de
> + *
> + * Based on board/amcc/yosemite/yosemite.c by Stefan Roese

This is an attempt of an attribution, but  it  is  not  the  original
copyright  entry which MUST be preserved if you use significant parts
of the code.

> +#endif	/* defined(CONFIG_PCI) */
> diff --git a/board/gdsys/gdppc440etx/init.S b/board/gdsys/gdppc440etx/init.S
> new file mode 100644
> index 0000000..85943da
> --- /dev/null
> +++ b/board/gdsys/gdppc440etx/init.S
> @@ -0,0 +1,74 @@
> +/*
> +* (C) Copyright 2008
> +* Dirk Eibach,  Guntermann & Drunck GmbH, eibach at gdsys.de
> +*
> +* based on board/amcc/yosemite/init.S

Please keep original copyright headers! Same for all other files!

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The human mind treats a new idea the way the body  treats  a  strange
protein - it rejects it.                                 - P. Medawar


More information about the U-Boot mailing list