Re: [U-Boot] [PATCH 19/39] x86: Build a .rom file which can be flashed to an x86 machine

2014-11-11 Thread Simon Glass
Hi Bin, On 11 November 2014 18:17, Bin Meng wrote: > Hi Simon, > > On Wed, Nov 12, 2014 at 12:11 AM, Simon Glass wrote: >> Hi Bin, >> >> On 11 November 2014 01:37, Bin Meng wrote: >>> Hi Simon, >>> >>> On Tue, Nov 11, 2014 at 8:28 AM, Simon Glass wrote: Hi Bin, >>> >>> [snip] >>> >>

Re: [U-Boot] [PATCH 19/39] x86: Build a .rom file which can be flashed to an x86 machine

2014-11-11 Thread Bin Meng
Hi Simon, On Wed, Nov 12, 2014 at 12:11 AM, Simon Glass wrote: > Hi Bin, > > On 11 November 2014 01:37, Bin Meng wrote: >> Hi Simon, >> >> On Tue, Nov 11, 2014 at 8:28 AM, Simon Glass wrote: >>> Hi Bin, >>> >> >> [snip] >> > + $(srctree)/board/$(BOARDDIR)/descriptor.bin >

Re: [U-Boot] [PATCH 19/39] x86: Build a .rom file which can be flashed to an x86 machine

2014-11-11 Thread Simon Glass
Hi Bin, On 11 November 2014 01:37, Bin Meng wrote: > Hi Simon, > > On Tue, Nov 11, 2014 at 8:28 AM, Simon Glass wrote: >> Hi Bin, >> > > [snip] > >>> + $(srctree)/board/$(BOARDDIR)/descriptor.bin >>> >>> I don't see where the descriptor.bin is created? >> >> This needs to be d

Re: [U-Boot] [PATCH 19/39] x86: Build a .rom file which can be flashed to an x86 machine

2014-11-11 Thread Bin Meng
Hi Simon, On Tue, Nov 11, 2014 at 8:28 AM, Simon Glass wrote: > Hi Bin, > [snip] >> >>> + $(srctree)/board/$(BOARDDIR)/descriptor.bin >> >> I don't see where the descriptor.bin is created? > > This needs to be downloaded and provided, as with mrc.bin, etc. I thought the descripto

Re: [U-Boot] [PATCH 19/39] x86: Build a .rom file which can be flashed to an x86 machine

2014-11-10 Thread Simon Glass
Hi Bin, On 9 November 2014 23:36, Bin Meng wrote: > Hi Simon, > > On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass wrote: >> On x86 machines U-Boot needs to be added to a large ROM image which is >> then flashed onto the target board. The ROM has a particular format so it >> makes sense for U-Boot to

Re: [U-Boot] [PATCH 19/39] x86: Build a .rom file which can be flashed to an x86 machine

2014-11-09 Thread Bin Meng
Hi Simon, On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass wrote: > On x86 machines U-Boot needs to be added to a large ROM image which is > then flashed onto the target board. The ROM has a particular format so it > makes sense for U-Boot to build this image automatically. Unfortunately > it relies o

[U-Boot] [PATCH 19/39] x86: Build a .rom file which can be flashed to an x86 machine

2014-11-06 Thread Simon Glass
On x86 machines U-Boot needs to be added to a large ROM image which is then flashed onto the target board. The ROM has a particular format so it makes sense for U-Boot to build this image automatically. Unfortunately it relies on binary blobs so we cannot require this for the default build as yet.