Re: [U-Boot] [PATCH v2 04/12] x86: fsp: Add comments about U-Boot entering start.S twice

2015-08-21 Thread Simon Glass
On 21 August 2015 at 17:27, Simon Glass s...@chromium.org wrote: On 20 August 2015 at 07:40, Bin Meng bmeng...@gmail.com wrote: Add some comments in start.S for the fact that with FSP U-Boot actually enters the code twice. Also change to use fsp_init() and fsp_continue for accuracy.

Re: [U-Boot] [PATCH v2 04/12] x86: fsp: Add comments about U-Boot entering start.S twice

2015-08-21 Thread Simon Glass
On 20 August 2015 at 07:40, Bin Meng bmeng...@gmail.com wrote: Add some comments in start.S for the fact that with FSP U-Boot actually enters the code twice. Also change to use fsp_init() and fsp_continue for accuracy. Signed-off-by: Bin Meng bmeng...@gmail.com --- Changes in v2: None

[U-Boot] [PATCH v2 04/12] x86: fsp: Add comments about U-Boot entering start.S twice

2015-08-20 Thread Bin Meng
Add some comments in start.S for the fact that with FSP U-Boot actually enters the code twice. Also change to use fsp_init() and fsp_continue for accuracy. Signed-off-by: Bin Meng bmeng...@gmail.com --- Changes in v2: None arch/x86/Kconfig | 2 +- arch/x86/cpu/start.S | 6