From: Detlev Zundel <dzu@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 1/2] Add support for mpc8313 based BUBBATWO
Date: Wed, 04 Jun 2008 12:37:53 +0200 [thread overview]
Message-ID: <m28wxlbi4e.fsf@ohwell.denx.de> (raw)
In-Reply-To: <1212412562-13470-1-git-send-email-tor@excito.com> (Tor Krill's message of "Mon, 2 Jun 2008 15:16:01 +0200")
Hi Tor,
> These patches add support for the mpc8313 based BUBBATWO board.
>
> Signed-off-by: Tor Krill <tor@excito.com>
> ---
> MAINTAINERS | 4 +
> MAKEALL | 1 +
> Makefile | 3 +
> include/configs/BUBBATWO.h | 516 ++++++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 524 insertions(+), 0 deletions(-)
> create mode 100644 include/configs/BUBBATWO.h
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ac7572c..c188728 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -224,6 +224,10 @@ Sangmoon Kim <dogoil@etinsys.com>
> debris MPC8245
> KVME080 MPC8245
>
> +Tor Krill <tor@excito.com>
> +
> + BUBBATWO MPC8313
> +
> Thomas Lange <thomas@corelatus.se>
>
> GTH MPC860
> diff --git a/MAKEALL b/MAKEALL
> index 0674069..da28c7a 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -332,6 +332,7 @@ LIST_83xx=" \
> MPC837XERDB \
> sbc8349 \
> TQM834x \
> + BUBBATWO \
> "
Did you notice any unsorted list in MAKEALL? See?
> diff --git a/Makefile b/Makefile
> index 3401203..93f563f 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1993,6 +1993,9 @@ MPC8313ERDB_66_config: unconfig
> fi ;
> @$(MKCONFIG) -a MPC8313ERDB ppc mpc83xx mpc8313erdb freescale
>
> +BUBBATWO_config: unconfig
> + @$(MKCONFIG) BUBBATWO ppc mpc83xx bubbatwo excito
> +
> MPC8315ERDB_config: unconfig
> @$(MKCONFIG) -a MPC8315ERDB ppc mpc83xx mpc8315erdb freescale
Although not every section is sorted, I'd vote also to use sorting here,
simply to make such a large file more transparent.
> diff --git a/include/configs/BUBBATWO.h b/include/configs/BUBBATWO.h
> new file mode 100644
> index 0000000..4e27c6f
> --- /dev/null
> +++ b/include/configs/BUBBATWO.h
> @@ -0,0 +1,516 @@
> +/*
> + * Copyright (C) Freescale Semiconductor, Inc. 2006.
> + * Copyright (C) Excito Elektronik i Sk?ne, 2008.
> + *
[...]
> +
> +#define CONFIG_ETHADDR 00:22:02:00:95:01
> +#define CONFIG_HAS_ETH1
> +#define CONFIG_HAS_ETH0
> +#define CONFIG_ETH1ADDR 00:22:02:00:95:02
Having MAC-Addresses in U-Boot proper is considered to be a bug. See
the long list of mails on this topic...
Cheers
Detlev
--
Referee's report: This paper contains much that is new and much that
is true. Unfortunately, that which is true is not new and that which
is new is not true.
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de
prev parent reply other threads:[~2008-06-04 10:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-02 13:16 [U-Boot-Users] [PATCH 1/2] Add support for mpc8313 based BUBBATWO Tor Krill
2008-06-02 13:16 ` [U-Boot-Users] [PATCH 2/2] Add board specific files for BUBBATWO Tor Krill
2008-06-03 19:04 ` Kim Phillips
2008-06-04 10:37 ` Detlev Zundel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m28wxlbi4e.fsf@ohwell.denx.de \
--to=dzu@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox