Re: [PATCH] boot: Add missing code for bootz_run()

2025-05-01 Thread Simon Glass
ср, 9 квіт. 2025 р. о 18:57 Simon Glass пише: > > The bootz method is special in that it uses its own implementation of > several of the bootm states. > > The existing do_bootz() function calls bootz_run() but first does a few > other things. These are missing in the direct call to bootz_run(). I

Re: [PATCH] boot: Add missing code for bootz_run()

2025-04-09 Thread Svyatoslav Ryhel
ср, 9 квіт. 2025 р. о 18:57 Simon Glass пише: > > The bootz method is special in that it uses its own implementation of > several of the bootm states. > > The existing do_bootz() function calls bootz_run() but first does a few > other things. These are missing in the direct call to bootz_run(). I

[PATCH] boot: Add missing code for bootz_run()

2025-04-09 Thread Simon Glass
The bootz method is special in that it uses its own implementation of several of the bootm states. The existing do_bootz() function calls bootz_run() but first does a few other things. These are missing in the direct call to bootz_run(). I probably missed this because bootz_start() sets up its own