
2 Oct
2019
2 Oct
'19
4:07 p.m.
On Wed, Sep 25, 2019 at 10:13 PM Simon Glass sjg@chromium.org wrote:
The full start-up sequence (TPL->SPL->U-Boot) can be a bit confusing since each phase has its own 'start' file. Add comments to explain this.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/x86/cpu/start.S | 12 ++++++++++++ arch/x86/cpu/start_from_spl.S | 5 +++-- arch/x86/cpu/start_from_tpl.S | 3 ++- 3 files changed, 17 insertions(+), 3 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com