On Tue, Jun 16, 2026 at 03:44:50PM -0600, Tom Rini wrote: > On Wed, Jun 03, 2026 at 12:07:38AM -0700, [email protected] wrote: > > > Some prototype boards default to a non-cold reset type, e.g. warm reset. > > > > Add 'reset -c' so users can explicitly request a cold reset when needed. > > > > Signed-off-by: Denis Mukhin <[email protected]> > > --- > > Changes since v3: > > - preserved existing behavior for 'reset -edl' handling > > - corrected commit message formatting > > This, and the subsequent test add growth in SPL on platforms that aren't > using it, and then one of them is now too large to link. Looking harder > at the code, we need to start out with some sort of re-factoring to move > do_reset / do_poweroff out of drivers/sysreset/sysreset-uclass.c and in > to something under cmd/ (and not conflict with the non-DM implementation > of those functions). > https://docs.u-boot-project.org/en/latest/develop/ci_testing.html is a > pointer on running CI which I forget if I'd given you for something else > or not yet, but would also show the current series failing on the > rockchip world build job.
Thanks, will double check CI; I haven't tried CI yet. > > -- > Tom

