On Tue, Feb 20, 2024 at 04:06:22PM +0000, Peter Maydell wrote: > Date: Tue, 20 Feb 2024 16:06:22 +0000 > From: Peter Maydell <peter.mayd...@linaro.org> > Subject: [PATCH 10/10] docs/devel/reset: Update to discuss system reset > X-Mailer: git-send-email 2.34.1 > > Now that system reset uses a three-phase-reset, update the reset > documentation to include a section describing how this works. > Include documentation of the current major beartrap in reset, which > is that only devices on the qbus tree will get automatically reset. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > This merely documents the current situation, and says nothing > about what we might like to do with it in future... > --- > docs/devel/reset.rst | 44 ++++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 42 insertions(+), 2 deletions(-) >
Reviewed-by: Zhao Liu <zhao1....@intel.com>