Re: [U-Boot] [PATCH 03/22] x86: Correct ifdtool microcode calculation

2014-12-30 Thread Bin Meng
On Wed, Dec 31, 2014 at 10:47 AM, Bin Meng wrote: > On Sun, Dec 28, 2014 at 10:20 AM, Simon Glass wrote: >> This currently assumes that U-Boot resides at the start of ROM. Update >> it to remove this assumption. >> >> Signed-off-by: Simon Glass >> --- >> >> tools/ifdtool.c | 4 ++-- >> 1 file c

Re: [U-Boot] [PATCH 03/22] x86: Correct ifdtool microcode calculation

2014-12-30 Thread Bin Meng
On Sun, Dec 28, 2014 at 10:20 AM, Simon Glass wrote: > This currently assumes that U-Boot resides at the start of ROM. Update > it to remove this assumption. > > Signed-off-by: Simon Glass > --- > > tools/ifdtool.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tool

[U-Boot] [PATCH 03/22] x86: Correct ifdtool microcode calculation

2014-12-27 Thread Simon Glass
This currently assumes that U-Boot resides at the start of ROM. Update it to remove this assumption. Signed-off-by: Simon Glass --- tools/ifdtool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ifdtool.c b/tools/ifdtool.c index fe8366b..590ccc9 100644 --- a/tools