]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: fsp: Add comments about U-Boot entering start.S twice
authorBin Meng <bmeng.cn@gmail.com>
Thu, 20 Aug 2015 13:40:20 +0000 (06:40 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:46 +0000 (11:29 +0200)
commite0effffc365d1dd3018091f421e0a83d63eb9eda
treea5d960506bd2226f46562211bc3152ee382f924f
parente3d9a8e7977d90a24de60138204871984b584753
x86: fsp: Add comments about U-Boot entering start.S twice

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.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
arch/x86/cpu/start.S
arch/x86/lib/fsp/fsp_car.S