From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] mpc5xxx: Remove all references to MGT5100
Date: Fri, 12 Mar 2010 22:29:37 +0100 [thread overview]
Message-ID: <20100312212937.0D205E22AD1@gemini.denx.de> (raw)
In-Reply-To: <1268384472-30152-1-git-send-email-dzu@denx.de>
Dear Detlev Zundel,
In message <1268384472-30152-1-git-send-email-dzu@denx.de> you wrote:
> We do not support a processor that never reached a real customer.
>
> Signed-off-by: Detlev Zundel <dzu@denx.de>
> ---
> MAINTAINERS | 1 -
> MAKEALL | 2 -
> Makefile | 24 +--
> board/bc3450/bc3450.c | 56 ----
> board/bc3450/mt48lc16m16a2-75.h | 13 -
> board/canmb/canmb.c | 52 ----
> board/canmb/mt48lc16m32s2-75.h | 13 -
> board/esd/cpci5200/mt46v16m16-75.h | 5 -
> board/esd/mecp5200/mt46v16m16-75.h | 5 -
> board/esd/pf5200/mt46v16m16-75.h | 5 -
> board/icecube/icecube.c | 60 +----
> board/icecube/mt46v16m16-75.h | 5 -
> board/icecube/mt46v32m16.h | 5 -
> board/icecube/mt48lc16m16a2-75.h | 13 -
> board/jupiter/jupiter.c | 6 -
> board/mcc200/mt46v16m16-75.h | 5 -
> board/mcc200/mt48lc16m16a2-75.h | 13 -
> board/mcc200/mt48lc16m32s2-75.h | 13 -
> board/munices/mt48lc16m16a2-75.h | 13 -
> board/pm520/mt46v16m16-75.h | 5 -
> board/pm520/mt48lc16m16a2-75.h | 13 -
> board/pm520/pm520.c | 60 -----
> board/total5200/mt48lc16m16a2-75.h | 13 -
> board/total5200/mt48lc32m16a2-75.h | 5 -
> board/total5200/sdram.c | 52 ----
> board/total5200/sdram.h | 5 -
> board/total5200/total5200.c | 27 +--
> board/tqc/tqm5200/mt48lc16m16a2-75.h | 13 -
> cpu/mpc5xxx/Makefile | 2 +-
> cpu/mpc5xxx/cpu.c | 7 -
> cpu/mpc5xxx/cpu_init.c | 35 +--
> cpu/mpc5xxx/firmware_sc_task.impl.S | 364 --------------------------
> cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S | 4 -
> cpu/mpc5xxx/pci_mpc5200.c | 4 +-
> cpu/mpc5xxx/serial.c | 17 --
> cpu/mpc5xxx/start.S | 8 -
> cpu/mpc5xxx/usb_ohci.c | 7 -
> cpu/mpc5xxx/usb_ohci.h | 5 -
> drivers/input/ps2ser.c | 11 -
> drivers/net/mpc5xxx_fec.c | 10 +-
> include/configs/BC3450.h | 9 +-
> include/configs/IceCube.h | 13 +-
> include/configs/PM520.h | 11 -
> include/configs/TB5200.h | 5 -
> include/configs/TQM5200.h | 5 -
> include/configs/Total5200.h | 23 +--
> include/configs/aev.h | 5 -
> include/configs/cpci5200.h | 11 -
> include/configs/hmi1001.h | 5 -
> include/configs/inka4x0.h | 5 -
> include/configs/ipek01.h | 5 -
> include/configs/manroland/mpc5200-common.h | 5 -
> include/configs/mecp5200.h | 14 -
> include/configs/o2dnt.h | 7 -
> include/configs/pf5200.h | 11 -
> include/configs/smmaco4.h | 5 -
> include/configs/spieval.h | 5 -
> include/configs/v38b.h | 2 -
> include/mpc5xxx.h | 69 +-----
> 59 files changed, 22 insertions(+), 1169 deletions(-)
> delete mode 100644 cpu/mpc5xxx/firmware_sc_task.impl.S
Actually this fixes a build warnings in the current code (Total5100
board) so I'm tempted to pull this in now.
Well, guess we should give the board maintainers a few days to
respond - and maybe explicit notice, to the extend possible.
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 easiest way to figure the cost of living is to take your income
and add ten percent.
next prev parent reply other threads:[~2010-03-12 21:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-01 9:58 [U-Boot] [PATCH 2/3] mpc5xxx/cpu_init.c: fix warning: unused variable 'gpt0' Wolfgang Denk
2010-02-01 9:58 ` [U-Boot] [PATCH 3/3] mpc5xxx/cpu_init.c: fix warning: unused variable 'cdm' Wolfgang Denk
2010-02-03 12:53 ` Detlev Zundel
2010-02-03 14:10 ` Wolfgang Denk
2010-03-08 12:45 ` [U-Boot] [PATCH] mpc5xxx: Remove all references to MGT5100 Detlev Zundel
2010-03-08 14:05 ` Detlev Zundel
2010-03-12 9:01 ` [U-Boot] [PATCH v2] " Detlev Zundel
2010-03-12 21:29 ` Wolfgang Denk [this message]
2010-03-15 16:02 ` Detlev Zundel
2010-03-15 17:04 ` Wolfgang Denk
2010-03-14 0:05 ` Wolfgang Denk
2010-02-03 19:00 ` [U-Boot] [PATCH 3/3] mpc5xxx/cpu_init.c: fix warning: unused variable 'cdm' Wolfgang Denk
2010-02-03 12:52 ` [U-Boot] [PATCH 2/3] mpc5xxx/cpu_init.c: fix warning: unused variable 'gpt0' Detlev Zundel
2010-02-03 19:00 ` Wolfgang Denk
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=20100312212937.0D205E22AD1@gemini.denx.de \
--to=wd@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