> -----Original Message----- > From: Cédric Le Goater <[email protected]> > Sent: Monday, February 9, 2026 5:34 PM > To: Kane Chen <[email protected]>; Cédric Le Goater > <[email protected]>; [email protected]; [email protected] > Cc: Peter Maydell <[email protected]>; Steven Lee > <[email protected]>; Troy Lee <[email protected]>; Jamin Lin > <[email protected]>; Andrew Jeffery > <[email protected]>; Joel Stanley <[email protected]>; Thomas > Huth <[email protected]> > Subject: Re: [PATCH 1/2] tests/functional: Split Aspeed ARM tests into > separate files > > Hello Kane, > > > Thanks for the feedback. I will extend the test case as suggested. > > > > I plan to implement the OTP verification at the U-Boot stage using the > > U-Boot OTP tool, as this will significantly speed up the test > > execution. However, if you would prefer the testing to be done later within > the BMC Linux stage, please let me know. > > I would say the faster the better but if you think that checking from U-Boot > *and* from Linux is useful. Let's have both. > > Please send changes on top of this series, or aspeed-next. > > Reviews are welcome. > > Thanks, > > C.
Hi Cédric, No problem. I agree that having both is more robust. I will update the test flow as follows: 1. Boot to U-Boot to change the OTP setting. 2. Boot to Linux to verify the change. 3. Reboot back to U-Boot to perform a final verification. This should cover the validation in both stages and ensure the settings persist. I'll submit the changes to aspeed-next shortly. Best Regards, Kane
