public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] ARM mach-types.h sync request
@ 2008-11-16 23:57 Jared Holzman
  0 siblings, 0 replies; 9+ messages in thread
From: Jared Holzman @ 2008-11-16 23:57 UTC (permalink / raw)
  To: u-boot

Request sync with mach-types.h from kernel to bring in new mach type for 
our board TMQ CAPD.

-- 

Regards,

Jared Holzman

------------------------------------------------------------------------

*Electronics Design Engineer*

*Genesys Electronics Design Pty Ltd*

Unit 5, 33 Ryde Rd Pymble
NSW, Australia 2073

Direct: +612 9496 8924
Phone: +612 9496 8900
Fax: +612 9496 8999

j.holzman at genesysdesign.com.au <mailto:j.holzman@genesysdesign.com.au>
www.genesysdesign.com.au <http://www.genesysdesign.com.au>

------------------------------------------------------------------------

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

* [U-Boot] ARM mach-types.h sync request
@ 2009-02-04 20:56 Tom
  0 siblings, 0 replies; 9+ messages in thread
From: Tom @ 2009-02-04 20:56 UTC (permalink / raw)
  To: u-boot

I need the mach-types.h to be generated from at least  v2.6.29-rc3
This is to support the Omap Zoom2 board.

#define MACH_TYPE_OMAP_ZOOM2           1967

Regards,
Tom

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

* [U-Boot] ARM mach-types.h sync request
@ 2009-06-08  6:25 Daniel Gorsulowski
  2009-06-22  8:44 ` Daniel Gorsulowski
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Gorsulowski @ 2009-06-08  6:25 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

please sync include/asm-arm/mach-types.h with mach-types.h
from latest kernel source to enable support for boards
MEESC (number 2165) and OTC570 (number 2166).

Thanks!

Best regards,
Daniel Gorsulowski

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

* [U-Boot] ARM mach-types.h sync request
  2009-06-08  6:25 Daniel Gorsulowski
@ 2009-06-22  8:44 ` Daniel Gorsulowski
  0 siblings, 0 replies; 9+ messages in thread
From: Daniel Gorsulowski @ 2009-06-22  8:44 UTC (permalink / raw)
  To: u-boot

Daniel Gorsulowski wrote on monday, 2009-06-08, 08:25am:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> please sync include/asm-arm/mach-types.h with mach-types.h
> from latest kernel source to enable support for boards
> MEESC (number 2165) and OTC570 (number 2166).
> 
> Thanks!
> 
> Best regards,
> Daniel Gorsulowski
> 
Dear Jean-Christophe PLAGNIOL-VILLARD,

PLEASE sync mach-types.h, it is important to me to commit some
patches within this merge window!

Or, if you don't aim to sync yourself I'll send a patch for the
mach-types.h!?

Best regards,
Daniel Gorsulowski

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

* [U-Boot] ARM mach-types.h sync request
@ 2009-08-21 13:11 Dirk Behme
  2009-09-04 21:23 ` Wolfgang Denk
  0 siblings, 1 reply; 9+ messages in thread
From: Dirk Behme @ 2009-08-21 13:11 UTC (permalink / raw)
  To: u-boot


Update needed for

DevKit8000

Request according to

http://lists.denx.de/pipermail/u-boot/2008-September/040553.html

Dirk

Btw.: Unfortunately, there seems to be an issue with ARM machine 
registry and DevKit8000:

http://marc.info/?l=linux-omap&m=125053205123728&w=2

So please make sure *not* to use

2385
CONFIG_MACH_OMAP3_DEVKIT8000
MACH_TYPE_OMAP3_DEVKIT8000

The correct one is

2330
CONFIG_MACH_DEVKIT8000
MACH_TYPE_DEVKIT8000

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

* [U-Boot] ARM mach-types.h sync request
@ 2009-09-04 11:19 Daniel Gorsulowski
  2009-09-04 21:21 ` Wolfgang Denk
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Gorsulowski @ 2009-09-04 11:19 UTC (permalink / raw)
  To: u-boot

Hi,

according to http://lists.denx.de/pipermail/u-boot/2008-September/040553.html
I request an update.

It is needed for MACH_TYPE_ETHERCAN2 (based on MEESC board, patch will come
soon.)

The last kernel source was synced on 2009-06-20, and is also outdated. So
please sync against http://www.arm.linux.org.uk/developer/machines/

Best regards
Daniel Gorsulowski

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

* [U-Boot] ARM mach-types.h sync request
  2009-09-04 11:19 [U-Boot] ARM mach-types.h sync request Daniel Gorsulowski
@ 2009-09-04 21:21 ` Wolfgang Denk
  2009-09-07  7:43   ` Daniel Gorsulowski
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Denk @ 2009-09-04 21:21 UTC (permalink / raw)
  To: u-boot

Dear Daniel Gorsulowski,

In message <4AA0F7B2.2010409@esd.eu> you wrote:
> Hi,
> 
> according to http://lists.denx.de/pipermail/u-boot/2008-September/040553.html
> I request an update.
> 
> It is needed for MACH_TYPE_ETHERCAN2 (based on MEESC board, patch will come
> soon.)
> 
> The last kernel source was synced on 2009-06-20, and is also outdated. So
> please sync against http://www.arm.linux.org.uk/developer/machines/

Done. Hope this helps.

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
Why is an average signature file longer than an average Perl script??

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

* [U-Boot] ARM mach-types.h sync request
  2009-08-21 13:11 Dirk Behme
@ 2009-09-04 21:23 ` Wolfgang Denk
  0 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2009-09-04 21:23 UTC (permalink / raw)
  To: u-boot

Dear Dirk Behme,

In message <4A8E9D02.90300@googlemail.com> you wrote:
> 
> Update needed for
> 
> DevKit8000
> 
> Request according to
> 
> http://lists.denx.de/pipermail/u-boot/2008-September/040553.html
> 
> Dirk
> 
> Btw.: Unfortunately, there seems to be an issue with ARM machine 
> registry and DevKit8000:
> 
> http://marc.info/?l=linux-omap&m=125053205123728&w=2
> 
> So please make sure *not* to use
> 
> 2385
> CONFIG_MACH_OMAP3_DEVKIT8000
> MACH_TYPE_OMAP3_DEVKIT8000
> 
> The correct one is
> 
> 2330
> CONFIG_MACH_DEVKIT8000
> MACH_TYPE_DEVKIT8000

This problem has obviously been fixed since.

Synced. Hope this helps.

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
"Remember, Information is not knowledge;  Knowledge  is  not  Wisdom;
Wisdom is not truth; Truth is not beauty; Beauty is not love; Love is
not music; Music is the best."                          - Frank Zappa

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

* [U-Boot] ARM mach-types.h sync request
  2009-09-04 21:21 ` Wolfgang Denk
@ 2009-09-07  7:43   ` Daniel Gorsulowski
  0 siblings, 0 replies; 9+ messages in thread
From: Daniel Gorsulowski @ 2009-09-07  7:43 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk schrieb:
> Dear Daniel Gorsulowski,
> 
> In message <4AA0F7B2.2010409@esd.eu> you wrote:
>> Hi,
>>
>> according to http://lists.denx.de/pipermail/u-boot/2008-September/040553.html
>> I request an update.
>>
>> It is needed for MACH_TYPE_ETHERCAN2 (based on MEESC board, patch will come
>> soon.)
>>
>> The last kernel source was synced on 2009-06-20, and is also outdated. So
>> please sync against http://www.arm.linux.org.uk/developer/machines/
> 
> Done. Hope this helps.
> 
> Best regards,
> 
> Wolfgang Denk
>
Thank you!

Best regards,
Daniel Gorsulowski

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

end of thread, other threads:[~2009-09-07  7:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-04 11:19 [U-Boot] ARM mach-types.h sync request Daniel Gorsulowski
2009-09-04 21:21 ` Wolfgang Denk
2009-09-07  7:43   ` Daniel Gorsulowski
  -- strict thread matches above, loose matches on Subject: below --
2009-08-21 13:11 Dirk Behme
2009-09-04 21:23 ` Wolfgang Denk
2009-06-08  6:25 Daniel Gorsulowski
2009-06-22  8:44 ` Daniel Gorsulowski
2009-02-04 20:56 Tom
2008-11-16 23:57 Jared Holzman

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