* [U-Boot] [PATCH] VoVPN-GW_100MHz: drop unsupported board configuration
@ 2010-10-24 14:00 Wolfgang Denk
2010-10-25 18:13 ` Rogan Dawes
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Wolfgang Denk @ 2010-10-24 14:00 UTC (permalink / raw)
To: u-boot
The 100MHz configuation of the VoVPN-GW has never been supported, so
drop it now.
Signed-off-by: Wolfgang Denk <wd@denx.de>
---
This commit shows a problem with the concept of the "README.scrapyard"
file: I'm supposed to enter the commit ID for the commit I'm just
about to check in; this cannot work. Hope we remember to clean this
up when making the next entries...
Anybody having any better ideas? Some clever git attributes trick?
boards.cfg | 1 -
doc/README.scrapyard | 1 +
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/boards.cfg b/boards.cfg
index 4efbff8..42fc967 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -524,7 +524,6 @@ MPC8272ADS powerpc mpc8260 mpc8260ads freescale - MPC8260ADS:ADSTYPE=CONFIG_SYS
PQ2FADS-VR powerpc mpc8260 mpc8260ads freescale - MPC8260ADS:ADSTYPE=CONFIG_SYS_PQ2FADS,8260_CLKIN=66000000
PQ2FADS-ZU powerpc mpc8260 mpc8260ads freescale - MPC8260ADS:ADSTYPE=CONFIG_SYS_PQ2FADS
PQ2FADS_lowboot powerpc mpc8260 mpc8260ads freescale - MPC8260ADS:ADSTYPE=CONFIG_SYS_PQ2FADS,SYS_TEXT_BASE=0xFF800000
-VoVPN-GW_100MHz powerpc mpc8260 vovpn-gw funkwerk - VoVPN-GW:CLKIN_100MHz
VoVPN-GW_66MHz powerpc mpc8260 vovpn-gw funkwerk - VoVPN-GW:CLKIN_66MHz
MPC8308RDB powerpc mpc83xx mpc8308rdb freescale
MPC8323ERDB powerpc mpc83xx mpc8323erdb freescale
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index a707c6f..4286559 100644
--- a/doc/README.scrapyard
+++ b/doc/README.scrapyard
@@ -11,6 +11,7 @@ easily if here is something they might want to dig for...
Board Arch CPU removed Commit last known maintainer/contact
=============================================================================
+VoVPN-GW_100MHz powerpc MPC8260 - 2010-10-24 Juergen Selent <j.selent@elmeg.de>
NC650 powerpc MPC852 333d86d 2010-10-19 Wolfgang Denk <wd@denx.de>
CP850 powerpc MPC852 333d86d 2010-10-19 Wolfgang Denk <wd@denx.de>
logodl ARM PXA2xx 059e778 2010-10-18 August Hoeraendl <august.hoerandl@gmx.at>
--
1.7.2.3
^ permalink raw reply related [flat|nested] 6+ messages in thread* [U-Boot] [PATCH] VoVPN-GW_100MHz: drop unsupported board configuration
2010-10-24 14:00 [U-Boot] [PATCH] VoVPN-GW_100MHz: drop unsupported board configuration Wolfgang Denk
@ 2010-10-25 18:13 ` Rogan Dawes
2010-10-26 18:40 ` Wolfgang Denk
2010-10-27 14:56 ` Rogan Dawes
2 siblings, 0 replies; 6+ messages in thread
From: Rogan Dawes @ 2010-10-25 18:13 UTC (permalink / raw)
To: u-boot
On 2010/10/24 4:00 PM, Wolfgang Denk wrote:
> The 100MHz configuation of the VoVPN-GW has never been supported, so
> drop it now.
>
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> ---
>
> This commit shows a problem with the concept of the "README.scrapyard"
> file: I'm supposed to enter the commit ID for the commit I'm just
> about to check in; this cannot work. Hope we remember to clean this
> up when making the next entries...
>
> Anybody having any better ideas? Some clever git attributes trick?
>
How about documenting a git command line for showing when a particular
set of lines is added?
e.g.
git blame doc/README.scrapyard
This will show the revision at which a particular line was introduced,
and will therefore provide a guide to when the feature was removed.
Include the cmdline at the top of the scrapyard file, and it should be
fairly self-evident, I would hope.
Rogan
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] VoVPN-GW_100MHz: drop unsupported board configuration
2010-10-24 14:00 [U-Boot] [PATCH] VoVPN-GW_100MHz: drop unsupported board configuration Wolfgang Denk
2010-10-25 18:13 ` Rogan Dawes
@ 2010-10-26 18:40 ` Wolfgang Denk
2010-10-27 14:56 ` Rogan Dawes
2 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2010-10-26 18:40 UTC (permalink / raw)
To: u-boot
In message <1287928835-5279-1-git-send-email-wd@denx.de> you wrote:
> The 100MHz configuation of the VoVPN-GW has never been supported, so
> drop it now.
>
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> ---
>
> This commit shows a problem with the concept of the "README.scrapyard"
> file: I'm supposed to enter the commit ID for the commit I'm just
> about to check in; this cannot work. Hope we remember to clean this
> up when making the next entries...
>
> Anybody having any better ideas? Some clever git attributes trick?
>
> boards.cfg | 1 -
> doc/README.scrapyard | 1 +
> 2 files changed, 1 insertions(+), 1 deletions(-)
Aoolied, thanks.
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
I'd rather be led to hell than managed to heaven.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] VoVPN-GW_100MHz: drop unsupported board configuration
2010-10-24 14:00 [U-Boot] [PATCH] VoVPN-GW_100MHz: drop unsupported board configuration Wolfgang Denk
2010-10-25 18:13 ` Rogan Dawes
2010-10-26 18:40 ` Wolfgang Denk
@ 2010-10-27 14:56 ` Rogan Dawes
2010-10-27 15:10 ` Wolfgang Denk
2 siblings, 1 reply; 6+ messages in thread
From: Rogan Dawes @ 2010-10-27 14:56 UTC (permalink / raw)
To: u-boot
[looks like this message got lost, resending]
On 2010/10/24 4:00 PM, Wolfgang Denk wrote:
> The 100MHz configuation of the VoVPN-GW has never been supported, so
> drop it now.
>
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> ---
>
> This commit shows a problem with the concept of the "README.scrapyard"
> file: I'm supposed to enter the commit ID for the commit I'm just
> about to check in; this cannot work. Hope we remember to clean this
> up when making the next entries...
>
> Anybody having any better ideas? Some clever git attributes trick?
>
How about documenting a git command line for showing when a particular
set of lines is added?
e.g.
git blame doc/README.scrapyard
This will show the revision at which a particular line was introduced,
and will therefore provide a guide to when the feature was removed.
Include the cmdline at the top of the scrapyard file, and it should be
fairly self-evident, I would hope.
Rogan
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] VoVPN-GW_100MHz: drop unsupported board configuration
2010-10-27 14:56 ` Rogan Dawes
@ 2010-10-27 15:10 ` Wolfgang Denk
2010-10-27 15:17 ` Rogan Dawes
0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2010-10-27 15:10 UTC (permalink / raw)
To: u-boot
Dear Rogan Dawes,
In message <4CC83D9D.505@dawes.za.net> you wrote:
> [looks like this message got lost, resending]
No, it was not lost, just unreplied.
> Include the cmdline at the top of the scrapyard file, and it should be
> fairly self-evident, I would hope.
Agreed that this is one of the possible workarounds.
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
If all the Chinese simultaneously jumped into the Pacific off a 10
foot platform erected 10 feet off their coast, it would cause a tidal
wave that would destroy everything in this country west of Nebraska.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-10-27 15:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-24 14:00 [U-Boot] [PATCH] VoVPN-GW_100MHz: drop unsupported board configuration Wolfgang Denk
2010-10-25 18:13 ` Rogan Dawes
2010-10-26 18:40 ` Wolfgang Denk
2010-10-27 14:56 ` Rogan Dawes
2010-10-27 15:10 ` Wolfgang Denk
2010-10-27 15:17 ` Rogan Dawes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox