regenerate-meson: re-run with latest from sdbusplusThe sdbus++-gen-meson has a new version, which requires regeneratingall the meson in this repository. Re-run the `regenerate-meson`script.Sig
regenerate-meson: re-run with latest from sdbusplusThe sdbus++-gen-meson has a new version, which requires regeneratingall the meson in this repository. Re-run the `regenerate-meson`script.Signed-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: Ib3fe091253297e6cf82ddf2be8175bf3f4a495f4
show more ...
com.ibm: Add Self Boot Engine(SBE) dump interfaceSelf Boot Engine(SBE) is a microcontroller that sits inside theprocessor to initialize it to start the booting and also acts asa secure channel fo
com.ibm: Add Self Boot Engine(SBE) dump interfaceSelf Boot Engine(SBE) is a microcontroller that sits inside theprocessor to initialize it to start the booting and also acts asa secure channel for accessing certain control functions on theprocessor. During the booting or other hardware access operationsSBE can encounter errors and become unresponsive. In such situations,the debug data needs to be collected from such SBEs to find out theroot cause of the error. This data includes hardware state,configuration, memory, etc. The collected data is then packaged intothe OpenPOWER dump format which is called SBE dump.Implement this interface to add support for managing the SBE dump.Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>Change-Id: Ibf625c0205096a4f94bf159125cf8fdae093449c