Re: bootloader support for DTB on x86

2012-07-10 Thread Thierry Reding
On Tue, Jul 10, 2012 at 02:27:26PM +0200, Simon Glass wrote: > Hi, > > On Tue, May 22, 2012 at 2:56 PM, Thierry Reding < > thierry.red...@avionic-design.de> wrote: > > > Hi, > > > > I was looking at booting an x86-based platform using DT. However I wasn't > > able to find a bootloader that suppor

Re: bootloader support for DTB on x86

2012-07-10 Thread Simon Glass
Hi, On Tue, May 22, 2012 at 2:56 PM, Thierry Reding < thierry.red...@avionic-design.de> wrote: > Hi, > > I was looking at booting an x86-based platform using DT. However I wasn't > able to find a bootloader that supports this. There also doesn't seem to > be a > method to append the DTB to the zI

Re: bootloader support for DTB on x86

2012-05-22 Thread H. Peter Anvin
On 05/22/2012 12:51 PM, Sebastian Andrzej Siewior wrote: > > It should not be that difficult. > - Look how the initrd is loaded. Use the same technique to load the dtb > blob. > > - Allocate another memory block for setup_data. You need one entry of > type SETUP_DTB pointing to the dtb. I

Re: bootloader support for DTB on x86

2012-05-22 Thread Sebastian Andrzej Siewior
* Thierry Reding | 2012-05-22 14:56:22 [+0200]: >Hi, Hi, >I was looking at booting an x86-based platform using DT. However I wasn't >able to find a bootloader that supports this. There also doesn't seem to be a >method to append the DTB to the zImage (which I wouldn't want to use anyway). >Does a

Re: bootloader support for DTB on x86

2012-05-22 Thread Dirk Brandewie
On 05/22/2012 05:56 AM, Thierry Reding wrote: Hi, I was looking at booting an x86-based platform using DT. However I wasn't able to find a bootloader that supports this. There also doesn't seem to be a method to append the DTB to the zImage (which I wouldn't want to use anyway). Does anybody kno

bootloader support for DTB on x86

2012-05-22 Thread Thierry Reding
Hi, I was looking at booting an x86-based platform using DT. However I wasn't able to find a bootloader that supports this. There also doesn't seem to be a method to append the DTB to the zImage (which I wouldn't want to use anyway). Does anybody know of a bootloader that supports this? I'm curre