From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Fri, 4 Oct 2019 11:28:54 +0800 Subject: [U-Boot] [PATCH v2 35/38] x86: Add more comments to the start-up code In-Reply-To: References: <20190925141147.191166-1-sjg@chromium.org> <20190925141147.191166-36-sjg@chromium.org> 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 Wed, Oct 2, 2019 at 10:07 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:13 PM Simon Glass 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 > > --- > > > > 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 applied to u-boot-x86/next, thanks!