public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common
@ 2012-06-11 13:12 Anatolij Gustschin
  2012-06-11 13:38 ` Otavio Salvador
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Anatolij Gustschin @ 2012-06-11 13:12 UTC (permalink / raw)
  To: u-boot

The documented link to elftosb package tarball is not accessible,
change to another working link.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
---
 doc/README.mx28_common |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/README.mx28_common b/doc/README.mx28_common
index 448d221..fab0e32 100644
--- a/doc/README.mx28_common
+++ b/doc/README.mx28_common
@@ -29,14 +29,14 @@ is the "mxsboot" tool found in U-Boot source tree.
 
 Firstly, obtain the elftosb archive from the following location:
 
-	http://foss.doredevelopment.dk/mirrors/imx/elftosb-10.12.01.tar.gz
+	http://repository.timesys.com/buildsources/e/elftosb/elftosb-10.12.01/elftosb-10.12.01.tar.gz
 
 We use a $VER variable here to denote the current version. At the time of
 writing of this document, that is "10.12.01". To obtain the file from command
 line, use:
 
 	$ VER="10.12.01"
-	$ wget http://foss.doredevelopment.dk/mirrors/imx/elftosb-${VER}.tar.gz
+	$ wget http://repository.timesys.com/buildsources/e/elftosb/elftosb-${VER}/elftosb-${VER}.tar.gz
 
 Extract the file:
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common
  2012-06-11 13:12 [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common Anatolij Gustschin
@ 2012-06-11 13:38 ` Otavio Salvador
  2012-06-11 13:42 ` Marek Vasut
  2012-06-27 14:14 ` [U-Boot] [PATCH v2] " Anatolij Gustschin
  2 siblings, 0 replies; 11+ messages in thread
From: Otavio Salvador @ 2012-06-11 13:38 UTC (permalink / raw)
  To: u-boot

On Mon, Jun 11, 2012 at 10:12 AM, Anatolij Gustschin <agust@denx.de> wrote:

> The documented link to elftosb package tarball is not accessible,
> change to another working link.
>

Acked-by: Otavio Salvador <otavio@ossystems.com.br>

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common
  2012-06-11 13:12 [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common Anatolij Gustschin
  2012-06-11 13:38 ` Otavio Salvador
@ 2012-06-11 13:42 ` Marek Vasut
  2012-06-11 13:50   ` Otavio Salvador
                     ` (2 more replies)
  2012-06-27 14:14 ` [U-Boot] [PATCH v2] " Anatolij Gustschin
  2 siblings, 3 replies; 11+ messages in thread
From: Marek Vasut @ 2012-06-11 13:42 UTC (permalink / raw)
  To: u-boot

Dear Anatolij Gustschin,

> The documented link to elftosb package tarball is not accessible,
> change to another working link.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Otavio Salvador <otavio@ossystems.com.br>
> Cc: Marek Vasut <marek.vasut@gmail.com>
> Cc: Fabio Estevam <festevam@gmail.com>
> ---
>  doc/README.mx28_common |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/README.mx28_common b/doc/README.mx28_common
> index 448d221..fab0e32 100644
> --- a/doc/README.mx28_common
> +++ b/doc/README.mx28_common
> @@ -29,14 +29,14 @@ is the "mxsboot" tool found in U-Boot source tree.
> 
>  Firstly, obtain the elftosb archive from the following location:
> 
> -	http://foss.doredevelopment.dk/mirrors/imx/elftosb-10.12.01.tar.gz
> +	
http://repository.timesys.com/buildsources/e/elftosb/elftosb-10.12.01/elf
> tosb-10.12.01.tar.gz
> 
>  We use a $VER variable here to denote the current version. At the time of
>  writing of this document, that is "10.12.01". To obtain the file from
> command line, use:
> 
>  	$ VER="10.12.01"
> -	$ wget http://foss.doredevelopment.dk/mirrors/imx/elftosb-${VER}.tar.gz
> +	$ wget
> http://repository.timesys.com/buildsources/e/elftosb/elftosb-${VER}/elftos
> b-${VER}.tar.gz
> 
>  Extract the file:

That's sad, maybe we should mirror this package and be done with it? 
Wolfgang/Detlev?

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common
  2012-06-11 13:42 ` Marek Vasut
@ 2012-06-11 13:50   ` Otavio Salvador
  2012-06-11 14:55   ` Anatolij Gustschin
  2012-06-27 13:54   ` Detlev Zundel
  2 siblings, 0 replies; 11+ messages in thread
From: Otavio Salvador @ 2012-06-11 13:50 UTC (permalink / raw)
  To: u-boot

On Mon, Jun 11, 2012 at 10:42 AM, Marek Vasut <marex@denx.de> wrote:

> That's sad, maybe we should mirror this package and be done with it?
> Wolfgang/Detlev?
>

It is indeed; the timesys repository seems good for me. If it can be
mirrored at denx, good as well.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common
  2012-06-11 13:42 ` Marek Vasut
  2012-06-11 13:50   ` Otavio Salvador
@ 2012-06-11 14:55   ` Anatolij Gustschin
  2012-06-27 13:54   ` Detlev Zundel
  2 siblings, 0 replies; 11+ messages in thread
From: Anatolij Gustschin @ 2012-06-11 14:55 UTC (permalink / raw)
  To: u-boot

Hi Marek,

On Mon, 11 Jun 2012 15:42:23 +0200
Marek Vasut <marex@denx.de> wrote:
...
> That's sad, maybe we should mirror this package and be done with it?

I'm fine with mirroring it. If we decide to do that, I'll update
the patch.

Thanks,
Anatolij

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common
  2012-06-11 13:42 ` Marek Vasut
  2012-06-11 13:50   ` Otavio Salvador
  2012-06-11 14:55   ` Anatolij Gustschin
@ 2012-06-27 13:54   ` Detlev Zundel
  2012-06-27 13:59     ` Anatolij Gustschin
  2 siblings, 1 reply; 11+ messages in thread
From: Detlev Zundel @ 2012-06-27 13:54 UTC (permalink / raw)
  To: u-boot

Hi Marek,

> Dear Anatolij Gustschin,
>
>> The documented link to elftosb package tarball is not accessible,
>> change to another working link.
>> 
>> Signed-off-by: Anatolij Gustschin <agust@denx.de>
>> Cc: Otavio Salvador <otavio@ossystems.com.br>
>> Cc: Marek Vasut <marek.vasut@gmail.com>
>> Cc: Fabio Estevam <festevam@gmail.com>
>> ---
>>  doc/README.mx28_common |    4 ++--
>>  1 files changed, 2 insertions(+), 2 deletions(-)
>> 
>> diff --git a/doc/README.mx28_common b/doc/README.mx28_common
>> index 448d221..fab0e32 100644
>> --- a/doc/README.mx28_common
>> +++ b/doc/README.mx28_common
>> @@ -29,14 +29,14 @@ is the "mxsboot" tool found in U-Boot source tree.
>> 
>>  Firstly, obtain the elftosb archive from the following location:
>> 
>> -	http://foss.doredevelopment.dk/mirrors/imx/elftosb-10.12.01.tar.gz
>> +	
> http://repository.timesys.com/buildsources/e/elftosb/elftosb-10.12.01/elf
>> tosb-10.12.01.tar.gz
>> 
>>  We use a $VER variable here to denote the current version. At the time of
>>  writing of this document, that is "10.12.01". To obtain the file from
>> command line, use:
>> 
>>  	$ VER="10.12.01"
>> -	$ wget http://foss.doredevelopment.dk/mirrors/imx/elftosb-${VER}.tar.gz
>> +	$ wget
>> http://repository.timesys.com/buildsources/e/elftosb/elftosb-${VER}/elftos
>> b-${VER}.tar.gz
>> 
>>  Extract the file:
>
> That's sad, maybe we should mirror this package and be done with it? 
> Wolfgang/Detlev?

Somewhat late, but still the file can now also be found here:

ftp://ftp.denx.de/pub/tools/elftosb-10.12.01.tar.gz

Cheers
  Detlev

-- 
Music scenes ain't real life / They won't get rid of the bomb
Won't eliminate rape / Or bring down the banks / any kind of change
Takes more time and work / than changing channels on a TV set
                                        -- Jello Biafra
--
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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common
  2012-06-27 13:54   ` Detlev Zundel
@ 2012-06-27 13:59     ` Anatolij Gustschin
  0 siblings, 0 replies; 11+ messages in thread
From: Anatolij Gustschin @ 2012-06-27 13:59 UTC (permalink / raw)
  To: u-boot

Hi Detlev,

On Wed, 27 Jun 2012 15:54:40 +0200
Detlev Zundel <dzu@denx.de> wrote:
...
> > That's sad, maybe we should mirror this package and be done with it? 
> > Wolfgang/Detlev?
> 
> Somewhat late, but still the file can now also be found here:
> 
> ftp://ftp.denx.de/pub/tools/elftosb-10.12.01.tar.gz

Thanks! I'll resend updated patch soon.

Anatolij

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] [PATCH v2] mx28: Fix elftosb source link in README.mx28_common
  2012-06-11 13:12 [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common Anatolij Gustschin
  2012-06-11 13:38 ` Otavio Salvador
  2012-06-11 13:42 ` Marek Vasut
@ 2012-06-27 14:14 ` Anatolij Gustschin
  2012-06-27 14:44   ` Detlev Zundel
  2012-07-07 16:50   ` Stefano Babic
  2 siblings, 2 replies; 11+ messages in thread
From: Anatolij Gustschin @ 2012-06-27 14:14 UTC (permalink / raw)
  To: u-boot

The documented link to elftosb package tarball is not accessible,
change to another working link.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
---
v2:
 - change package src url from timesys to DENX ftp
 
 doc/README.mx28_common |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/README.mx28_common b/doc/README.mx28_common
index 448d221..bdd11e7 100644
--- a/doc/README.mx28_common
+++ b/doc/README.mx28_common
@@ -29,14 +29,14 @@ is the "mxsboot" tool found in U-Boot source tree.
 
 Firstly, obtain the elftosb archive from the following location:
 
-	http://foss.doredevelopment.dk/mirrors/imx/elftosb-10.12.01.tar.gz
+	ftp://ftp.denx.de/pub/tools/elftosb-10.12.01.tar.gz
 
 We use a $VER variable here to denote the current version. At the time of
 writing of this document, that is "10.12.01". To obtain the file from command
 line, use:
 
 	$ VER="10.12.01"
-	$ wget http://foss.doredevelopment.dk/mirrors/imx/elftosb-${VER}.tar.gz
+	$ wget ftp://ftp.denx.de/pub/tools/elftosb-${VER}.tar.gz
 
 Extract the file:
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [U-Boot] [PATCH v2] mx28: Fix elftosb source link in README.mx28_common
  2012-06-27 14:14 ` [U-Boot] [PATCH v2] " Anatolij Gustschin
@ 2012-06-27 14:44   ` Detlev Zundel
  2012-06-27 20:15     ` Marek Vasut
  2012-07-07 16:50   ` Stefano Babic
  1 sibling, 1 reply; 11+ messages in thread
From: Detlev Zundel @ 2012-06-27 14:44 UTC (permalink / raw)
  To: u-boot

Hi Anatolij,

> The documented link to elftosb package tarball is not accessible,
> change to another working link.
>
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Otavio Salvador <otavio@ossystems.com.br>
> Cc: Marek Vasut <marek.vasut@gmail.com>
> Cc: Fabio Estevam <festevam@gmail.com>
> Acked-by: Otavio Salvador <otavio@ossystems.com.br>

Acked-by: Detlev Zundel <dzu@denx.de>

Thanks Anatolij!
  Detlev

-- 
Man is a fool, and woman, for tolerating him, is a damned fool
                       -- Mark Twain
--
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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] [PATCH v2] mx28: Fix elftosb source link in README.mx28_common
  2012-06-27 14:44   ` Detlev Zundel
@ 2012-06-27 20:15     ` Marek Vasut
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Vasut @ 2012-06-27 20:15 UTC (permalink / raw)
  To: u-boot

Hi Anatolij,

> Hi Anatolij,
> 
> > The documented link to elftosb package tarball is not accessible,
> > change to another working link.
> > 
> > Signed-off-by: Anatolij Gustschin <agust@denx.de>
> > Cc: Otavio Salvador <otavio@ossystems.com.br>
> > Cc: Marek Vasut <marek.vasut@gmail.com>
> > Cc: Fabio Estevam <festevam@gmail.com>
> > Acked-by: Otavio Salvador <otavio@ossystems.com.br>
> 
> Acked-by: Detlev Zundel <dzu@denx.de>

Acked-by: Marek Vasut <marex@denx.de>
 
> Thanks Anatolij!
>   Detlev

Thanks Anatolij!
  Marek

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] [PATCH v2] mx28: Fix elftosb source link in README.mx28_common
  2012-06-27 14:14 ` [U-Boot] [PATCH v2] " Anatolij Gustschin
  2012-06-27 14:44   ` Detlev Zundel
@ 2012-07-07 16:50   ` Stefano Babic
  1 sibling, 0 replies; 11+ messages in thread
From: Stefano Babic @ 2012-07-07 16:50 UTC (permalink / raw)
  To: u-boot

On 27/06/2012 16:14, Anatolij Gustschin wrote:
> The documented link to elftosb package tarball is not accessible,
> change to another working link.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Otavio Salvador <otavio@ossystems.com.br>
> Cc: Marek Vasut <marek.vasut@gmail.com>
> Cc: Fabio Estevam <festevam@gmail.com>
> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
> ---

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-07-07 16:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-11 13:12 [U-Boot] [PATCH] mx28: Fix elftosb source link in README.mx28_common Anatolij Gustschin
2012-06-11 13:38 ` Otavio Salvador
2012-06-11 13:42 ` Marek Vasut
2012-06-11 13:50   ` Otavio Salvador
2012-06-11 14:55   ` Anatolij Gustschin
2012-06-27 13:54   ` Detlev Zundel
2012-06-27 13:59     ` Anatolij Gustschin
2012-06-27 14:14 ` [U-Boot] [PATCH v2] " Anatolij Gustschin
2012-06-27 14:44   ` Detlev Zundel
2012-06-27 20:15     ` Marek Vasut
2012-07-07 16:50   ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox