public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] DTC and Binary Includes
@ 2008-06-29 18:57 Jon Loeliger
  2008-07-01  9:59 ` Detlev Zundel
  0 siblings, 1 reply; 6+ messages in thread
From: Jon Loeliger @ 2008-06-29 18:57 UTC (permalink / raw)
  To: u-boot

Sascha(?) and/or others,

I seem to recall that those working on the either
the next U-Boot V2 or the next version of the FDT
image structure were planning on using the binary
include mechanism of the DTC.

Several days ago I added the Binary Include patch
to DTC and tagged a candidate release.  Could you
verify that this version satisfies your needs and
works for you?

Thanks,
jdl

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

* [U-Boot-Users] DTC and Binary Includes
  2008-06-29 18:57 [U-Boot-Users] DTC and Binary Includes Jon Loeliger
@ 2008-07-01  9:59 ` Detlev Zundel
  2008-07-05  7:17   ` Michal Simek
  2008-07-07 18:19   ` Jon Loeliger
  0 siblings, 2 replies; 6+ messages in thread
From: Detlev Zundel @ 2008-07-01  9:59 UTC (permalink / raw)
  To: u-boot

A non-text attachment was scrubbed...
Name: dtc-v1.2.0-rc1-fix.diff
Type: text/x-diff
Size: 828 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20080701/1883fdae/attachment.diff 

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

* [U-Boot-Users] DTC and Binary Includes
  2008-07-01  9:59 ` Detlev Zundel
@ 2008-07-05  7:17   ` Michal Simek
  2008-07-07 16:09     ` Jon Loeliger
  2008-07-07 18:19   ` Jon Loeliger
  1 sibling, 1 reply; 6+ messages in thread
From: Michal Simek @ 2008-07-05  7:17 UTC (permalink / raw)
  To: u-boot

Hi Jon and Detlev,

I sent the similar patch to Jon yesterday.

I can confirm that I can compile DTC with small change
in convert-dtsv0-lexer.l (add missing library). I tested it with
Microblaze linux and seems that work well. I will test it binary include
as well and I'll send you if is work or not.

Michal


> Hi Jon,
> 
>> I seem to recall that those working on the either
>> the next U-Boot V2 or the next version of the FDT
>> image structure were planning on using the binary
>> include mechanism of the DTC.
>>
>> Several days ago I added the Binary Include patch
>> to DTC and tagged a candidate release.  Could you
>> verify that this version satisfies your needs and
>> works for you?
> 
> Hm, you mean the tag "v1.2.0-rc1"?  I couldn't compile nor install that
> version on my system without the attached patch.
> 
> I did not yet test the functionality, but that is only a question of
> time ;)
> 
> Cheers
>   Detlev
> 
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

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

* [U-Boot-Users] DTC and Binary Includes
  2008-07-05  7:17   ` Michal Simek
@ 2008-07-07 16:09     ` Jon Loeliger
  0 siblings, 0 replies; 6+ messages in thread
From: Jon Loeliger @ 2008-07-07 16:09 UTC (permalink / raw)
  To: u-boot

On Sat, 2008-07-05 at 09:17 +0200, Michal Simek wrote:
> Hi Jon and Detlev,
> 
> I sent the similar patch to Jon yesterday.

Hmmm...  I see mail from you, but I don't see a patch.
Where did you send the patch?  Or can you re-send it, please?

Thanks,
jdl

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

* [U-Boot-Users] DTC and Binary Includes
  2008-07-01  9:59 ` Detlev Zundel
  2008-07-05  7:17   ` Michal Simek
@ 2008-07-07 18:19   ` Jon Loeliger
  2008-07-09 12:00     ` Detlev Zundel
  1 sibling, 1 reply; 6+ messages in thread
From: Jon Loeliger @ 2008-07-07 18:19 UTC (permalink / raw)
  To: u-boot

On Tue, 2008-07-01 at 11:59 +0200, Detlev Zundel wrote:
> Hi Jon,
> 
> > I seem to recall that those working on the either
> > the next U-Boot V2 or the next version of the FDT
> > image structure were planning on using the binary
> > include mechanism of the DTC.
> >
> > Several days ago I added the Binary Include patch
> > to DTC and tagged a candidate release.  Could you
> > verify that this version satisfies your needs and
> > works for you?
> 
> Hm, you mean the tag "v1.2.0-rc1"?  I couldn't compile nor install that
> version on my system without the attached patch.

Why is the install lined commented out?

And can I get a clean, signed-off Git patch?
Please also CC: jdl at jdl.com

Thanks,
jdl

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

* [U-Boot-Users] DTC and Binary Includes
  2008-07-07 18:19   ` Jon Loeliger
@ 2008-07-09 12:00     ` Detlev Zundel
  0 siblings, 0 replies; 6+ messages in thread
From: Detlev Zundel @ 2008-07-09 12:00 UTC (permalink / raw)
  To: u-boot

A non-text attachment was scrubbed...
Name: 0001-Fix-compile-error-for-convert-dtsv0-lexer.patch
Type: text/x-diff
Size: 705 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20080709/9bf3157e/attachment.patch 

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

end of thread, other threads:[~2008-07-09 12:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-29 18:57 [U-Boot-Users] DTC and Binary Includes Jon Loeliger
2008-07-01  9:59 ` Detlev Zundel
2008-07-05  7:17   ` Michal Simek
2008-07-07 16:09     ` Jon Loeliger
2008-07-07 18:19   ` Jon Loeliger
2008-07-09 12:00     ` Detlev Zundel

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