Re: [U-Boot] [PATCH] x86: Correct Minnowboard instructions to use the right descriptor

2015-04-28 Thread Tom Rini
On Mon, Apr 27, 2015 at 02:52:49PM -0600, Simon Glass wrote: > Hi Tom, > > On 25 April 2015 at 11:54, Tom Rini wrote: > > On Sat, Apr 25, 2015 at 11:46:43AM -0600, Simon Glass wrote: > >> The descriptor provided with the FSP does not seem to work. Update the > >> instructions to use the descripto

Re: [U-Boot] [PATCH] x86: Correct Minnowboard instructions to use the right descriptor

2015-04-28 Thread Simon Glass
On 25 April 2015 at 11:46, Simon Glass wrote: > The descriptor provided with the FSP does not seem to work. Update the > instructions to use the descriptor from the original Intel firmware. > > Signed-off-by: Simon Glass > --- > > doc/README.x86 | 23 --- > 1 file changed, 20

Re: [U-Boot] [PATCH] x86: Correct Minnowboard instructions to use the right descriptor

2015-04-27 Thread Simon Glass
Hi Tom, On 25 April 2015 at 11:54, Tom Rini wrote: > On Sat, Apr 25, 2015 at 11:46:43AM -0600, Simon Glass wrote: >> The descriptor provided with the FSP does not seem to work. Update the >> instructions to use the descriptor from the original Intel firmware. >> >> Signed-off-by: Simon Glass >>

Re: [U-Boot] [PATCH] x86: Correct Minnowboard instructions to use the right descriptor

2015-04-25 Thread Tom Rini
On Sat, Apr 25, 2015 at 11:46:43AM -0600, Simon Glass wrote: > The descriptor provided with the FSP does not seem to work. Update the > instructions to use the descriptor from the original Intel firmware. > > Signed-off-by: Simon Glass > --- > > doc/README.x86 | 23 --- > 1

[U-Boot] [PATCH] x86: Correct Minnowboard instructions to use the right descriptor

2015-04-25 Thread Simon Glass
The descriptor provided with the FSP does not seem to work. Update the instructions to use the descriptor from the original Intel firmware. Signed-off-by: Simon Glass --- doc/README.x86 | 23 --- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/doc/README.x86 b