Re: [U-Boot] [PATCH v2 02/13] x86: fsp: Report correct number of E820 table entries

2015-10-18 Thread Simon Glass
Hi Tom, On 18 October 2015 at 18:09, Tom Rini wrote: > On Sun, Oct 18, 2015 at 06:58:51AM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 28 September 2015 at 22:52, Simon Glass wrote: >> > On 28 September 2015 at 03:11, Bin Meng wrote: >> >> The logic to calculate the number of E820 table entrie

Re: [U-Boot] [PATCH v2 02/13] x86: fsp: Report correct number of E820 table entries

2015-10-18 Thread Tom Rini
On Sun, Oct 18, 2015 at 06:58:51AM -0600, Simon Glass wrote: > Hi Tom, > > On 28 September 2015 at 22:52, Simon Glass wrote: > > On 28 September 2015 at 03:11, Bin Meng wrote: > >> The logic to calculate the number of E820 table entries is wrong > >> when walking through the FSP HOB tables. Fix

Re: [U-Boot] [PATCH v2 02/13] x86: fsp: Report correct number of E820 table entries

2015-10-18 Thread Simon Glass
Hi Tom, On 18 October 2015 at 09:55, Tom Rini wrote: > On Sun, Oct 18, 2015 at 06:58:51AM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 28 September 2015 at 22:52, Simon Glass wrote: >> > On 28 September 2015 at 03:11, Bin Meng wrote: >> >> The logic to calculate the number of E820 table entrie

Re: [U-Boot] [PATCH v2 02/13] x86: fsp: Report correct number of E820 table entries

2015-10-18 Thread Tom Rini
On Sun, Oct 18, 2015 at 06:58:51AM -0600, Simon Glass wrote: > Hi Tom, > > On 28 September 2015 at 22:52, Simon Glass wrote: > > On 28 September 2015 at 03:11, Bin Meng wrote: > >> The logic to calculate the number of E820 table entries is wrong > >> when walking through the FSP HOB tables. Fix

Re: [U-Boot] [PATCH v2 02/13] x86: fsp: Report correct number of E820 table entries

2015-10-18 Thread Simon Glass
Hi Tom, On 28 September 2015 at 22:52, Simon Glass wrote: > On 28 September 2015 at 03:11, Bin Meng wrote: >> The logic to calculate the number of E820 table entries is wrong >> when walking through the FSP HOB tables. Fix it. >> >> Signed-off-by: Bin Meng >> Tested-by: Jian Luo >> >> --- >> S

Re: [U-Boot] [PATCH v2 02/13] x86: fsp: Report correct number of E820 table entries

2015-09-28 Thread Simon Glass
On 28 September 2015 at 03:11, Bin Meng wrote: > The logic to calculate the number of E820 table entries is wrong > when walking through the FSP HOB tables. Fix it. > > Signed-off-by: Bin Meng > Tested-by: Jian Luo > > --- > Simon, I think we need get this fix in v2015.10 release. > > Changes in

[U-Boot] [PATCH v2 02/13] x86: fsp: Report correct number of E820 table entries

2015-09-28 Thread Bin Meng
The logic to calculate the number of E820 table entries is wrong when walking through the FSP HOB tables. Fix it. Signed-off-by: Bin Meng Tested-by: Jian Luo --- Simon, I think we need get this fix in v2015.10 release. Changes in v2: None arch/x86/lib/fsp/fsp_dram.c | 3 ++- 1 file changed,