From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 21 Aug 2015 22:20:12 -0600 Subject: [U-Boot] [PATCH v2 04/12] x86: fsp: Add comments about U-Boot entering start.S twice In-Reply-To: References: <1440078028-29464-1-git-send-email-bmeng.cn@gmail.com> <1440078028-29464-5-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21 August 2015 at 17:27, Simon Glass wrote: > On 20 August 2015 at 07:40, Bin Meng 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 >> --- >> >> Changes in v2: None >> >> arch/x86/Kconfig | 2 +- >> arch/x86/cpu/start.S | 6 ++++-- >> arch/x86/lib/fsp/fsp_car.S | 2 +- >> 3 files changed, 6 insertions(+), 4 deletions(-) > > Acked-by: Simon Glass Applied to u-boot-x86, thanks!