Re: [PATCH v2] spl: bootstage: move bootstage_stash before jumping to image

2023-08-30 Thread Simon Glass
lists.denx.de > > Subject: Re: [PATCH v2] spl: bootstage: move bootstage_stash before > > jumping to image > > > > Hi Chanho, > > > > On Mon, 28 Aug 2023 at 22:28, Chanho Park > > wrote: > > > > > > Regarding IH_OS_OPENSBI, IH_OS_LINUX

RE: [PATCH v2] spl: bootstage: move bootstage_stash before jumping to image

2023-08-29 Thread Chanho Park
Hi Simon, > -Original Message- > From: Simon Glass > Sent: Wednesday, August 30, 2023 1:38 AM > To: Chanho Park > Cc: Nikhil M Jain ; Marek Vasut ; u- > b...@lists.denx.de > Subject: Re: [PATCH v2] spl: bootstage: move bootstage_stash before > jumping to image

Re: [PATCH v2] spl: bootstage: move bootstage_stash before jumping to image

2023-08-29 Thread Simon Glass
Hi Chanho, On Mon, 28 Aug 2023 at 22:28, Chanho Park wrote: > > Regarding IH_OS_OPENSBI, IH_OS_LINUX and IH_OS_TEE, there is no chance > to stash bootstage record because they do not return to SPL after > jumping to the image. > Hence, this patch separates the final stage bootstage code into > sp

[PATCH v2] spl: bootstage: move bootstage_stash before jumping to image

2023-08-28 Thread Chanho Park
Regarding IH_OS_OPENSBI, IH_OS_LINUX and IH_OS_TEE, there is no chance to stash bootstage record because they do not return to SPL after jumping to the image. Hence, this patch separates the final stage bootstage code into spl_bootstage_finish and call the function before jumping to the image. Sig