Re: [PATCH 02/17] spl: Add functions for next and previous phase

2021-01-28 Thread Tom Rini
On Wed, Jan 13, 2021 at 08:29:42PM -0700, Simon Glass wrote: > It is useful to be able to figure out which phase we are loading next and > which phase we came from. Add some functions to handle this as well as > returning the name of a phase. This allows messages like "Booting to x" > where x is t

[PATCH 02/17] spl: Add functions for next and previous phase

2021-01-13 Thread Simon Glass
It is useful to be able to figure out which phase we are loading next and which phase we came from. Add some functions to handle this as well as returning the name of a phase. This allows messages like "Booting to x" where x is the next phase. At present, TPL says 'Jumping to U-Boot' at the end, w