Re: [U-Boot] [PATCH v2 16/50] x86: broadwell: Improve SDRAM debugging output

2019-05-01 Thread Bin Meng
On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > Add debugging during SDRAM init so that problems are easier to > diagnose. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/cpu/broadwell/sdram.c | 32 > 1

[U-Boot] [PATCH v2 16/50] x86: broadwell: Improve SDRAM debugging output

2019-04-25 Thread Simon Glass
Add debugging during SDRAM init so that problems are easier to diagnose. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/cpu/broadwell/sdram.c | 32 1 file changed, 20 insertions(+), 12 deletions(-) diff --git