public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Patches to fix more ARM boards
@ 2011-09-05 19:26 Wolfgang Denk
  2011-09-05 19:31 ` Albert ARIBAUD
  2011-09-05 21:05 ` stefano babic
  0 siblings, 2 replies; 3+ messages in thread
From: Wolfgang Denk @ 2011-09-05 19:26 UTC (permalink / raw)
  To: u-boot

Dear Albert & Stefano,

earlier today I posted a number of patches to remove some more dead
ARM boards:

[PATCH 00/10] ARM board removal, next round
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107465
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107469
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107467
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107471
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107464
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107473
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107472
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107470
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107466
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107474

In addition, a number of other patches are neede to fix more build
breakage on ARM, i. e.

09/05 Stefano Babic      [PATCH V4] Makefile : fix generation of cpu related asm-offsets.h
        http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107505

09/05 Wolfgang Denk      [PATCH] da8xxevm: Fix warning: unused variable 'val'
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107515

09/05 Wolfgang Denk      [PATCH] omap24xx: fix 'reset_timer_masked' declaration error
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107521

09/05 Wolfgang Denk      harmony: fix out of tree building
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107526

08/30 Stefano Babic      [U-Boot] [PATCH 1/2] MX31: fix missing mxc_get_clk() call
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/106825

08/30 Stefano Babic      [U-Boot] [PATCH 2/2] I2C: mxc: fix compilation for MX31
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/106826

08/30 Stefano Babic      [PATCH 1/2] Makefile: drop imx31_phycore from general Makefile
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/106827

08/30 Stefano Babic      [PATCH 2/2] Makefile: remove mx31pdk exception
	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/106828

And maybe some more.

Normally these should go through your iMX and ARM repositories.  To
save time and finally get a -rc1 out, I would like to pull these
directly, if this is OK with you.  As far as I can tell these re all
straightforward fixes, without bigger impact on architectural things.

Do you agree?

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
"Ja, mach' nur einen Plan,    sei nur ein grosses Licht
und mach' dann noch 'nen zweiten Plan,    geh'n tun sie beide nicht."
                                     -- Bert Brecht, Dreigroschenoper

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

* [U-Boot] Patches to fix more ARM boards
  2011-09-05 19:26 [U-Boot] Patches to fix more ARM boards Wolfgang Denk
@ 2011-09-05 19:31 ` Albert ARIBAUD
  2011-09-05 21:05 ` stefano babic
  1 sibling, 0 replies; 3+ messages in thread
From: Albert ARIBAUD @ 2011-09-05 19:31 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Le 05/09/2011 21:26, Wolfgang Denk a ?crit :
> Dear Albert&  Stefano,
>
> earlier today I posted a number of patches to remove some more dead
> ARM boards:
>
> [PATCH 00/10] ARM board removal, next round
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107465
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107469
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107467
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107471
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107464
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107473
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107472
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107470
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107466
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107474
>
> In addition, a number of other patches are neede to fix more build
> breakage on ARM, i. e.
>
> 09/05 Stefano Babic      [PATCH V4] Makefile : fix generation of cpu related asm-offsets.h
>          http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107505
>
> 09/05 Wolfgang Denk      [PATCH] da8xxevm: Fix warning: unused variable 'val'
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107515
>
> 09/05 Wolfgang Denk      [PATCH] omap24xx: fix 'reset_timer_masked' declaration error
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107521
>
> 09/05 Wolfgang Denk      harmony: fix out of tree building
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107526
>
> 08/30 Stefano Babic      [U-Boot] [PATCH 1/2] MX31: fix missing mxc_get_clk() call
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/106825
>
> 08/30 Stefano Babic      [U-Boot] [PATCH 2/2] I2C: mxc: fix compilation for MX31
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/106826
>
> 08/30 Stefano Babic      [PATCH 1/2] Makefile: drop imx31_phycore from general Makefile
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/106827
>
> 08/30 Stefano Babic      [PATCH 2/2] Makefile: remove mx31pdk exception
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/106828
>
> And maybe some more.
>
> Normally these should go through your iMX and ARM repositories.  To
> save time and finally get a -rc1 out, I would like to pull these
> directly, if this is OK with you.  As far as I can tell these re all
> straightforward fixes, without bigger impact on architectural things.
>
> Do you agree?

That's fine with me.

> Best regards,
>
> Wolfgang Denk

Amicalement,
-- 
Albert.

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

* [U-Boot] Patches to fix more ARM boards
  2011-09-05 19:26 [U-Boot] Patches to fix more ARM boards Wolfgang Denk
  2011-09-05 19:31 ` Albert ARIBAUD
@ 2011-09-05 21:05 ` stefano babic
  1 sibling, 0 replies; 3+ messages in thread
From: stefano babic @ 2011-09-05 21:05 UTC (permalink / raw)
  To: u-boot

Am 05/09/2011 21:26, schrieb Wolfgang Denk:
> Dear Albert & Stefano,
>
> earlier today I posted a number of patches to remove some more dead
> ARM boards:
>
> [PATCH 00/10] ARM board removal, next round
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107465
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107469
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107467
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107471
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107464
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107473
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107472
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107470
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107466
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107474
>
> In addition, a number of other patches are neede to fix more build
> breakage on ARM, i. e.
>
> 09/05 Stefano Babic      [PATCH V4] Makefile : fix generation of cpu related asm-offsets.h
>         http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107505
>
> 09/05 Wolfgang Denk      [PATCH] da8xxevm: Fix warning: unused variable 'val'
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107515
>
> 09/05 Wolfgang Denk      [PATCH] omap24xx: fix 'reset_timer_masked' declaration error
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107521
>
> 09/05 Wolfgang Denk      harmony: fix out of tree building
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/107526
>
> 08/30 Stefano Babic      [U-Boot] [PATCH 1/2] MX31: fix missing mxc_get_clk() call
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/106825
>
> 08/30 Stefano Babic      [U-Boot] [PATCH 2/2] I2C: mxc: fix compilation for MX31
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/106826
>
> 08/30 Stefano Babic      [PATCH 1/2] Makefile: drop imx31_phycore from general Makefile
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/106827
>
> 08/30 Stefano Babic      [PATCH 2/2] Makefile: remove mx31pdk exception
> 	http://article.gmane.org/gmane.comp.boot-loaders.u-boot/106828
>
> And maybe some more.
>
> Normally these should go through your iMX and ARM repositories.  To
> save time and finally get a -rc1 out, I would like to pull these
> directly, if this is OK with you.  As far as I can tell these re all
> straightforward fixes, without bigger impact on architectural things.
>
> Do you agree?

Agree, that's fine for me.

Stefano

-- 

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

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

end of thread, other threads:[~2011-09-05 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-05 19:26 [U-Boot] Patches to fix more ARM boards Wolfgang Denk
2011-09-05 19:31 ` Albert ARIBAUD
2011-09-05 21:05 ` stefano babic

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