#
1bee03b8
|
| 13-Jun-2024 |
Swarnendu-R-C <Swarnendu.Roy.Chowdhury@ibm.com> |
gendumpheader: Originator details info added
There are two parameters available for each dump, Originator ID and Originator Type. This change aims to include these fields into the BMC dump header.
gendumpheader: Originator details info added
There are two parameters available for each dump, Originator ID and Originator Type. This change aims to include these fields into the BMC dump header.
If for any reason either the originator ID or originator type or both are unavailable then they are been replaced by their allocated null bytes.
Test Results: Tested on generated BMC dumps and verified.
Signed-off-by: Swarnendu Roy Chowdhury <swarnendu.roy.chowdhury@ibm.com> Signed-off-by: Gopichand Paturi <gopichandpaturi@gmail.com> Change-Id: I611cce4f19aaef13c3ee68c16cf7b4fb2f841591
show more ...
|
#
0e29d5ca
|
| 11-Jun-2024 |
Gopichand Paturi <gopichandpaturi@gmail.com> |
package: Support customized dump naming
Customize a dump name by renaming the original default name.
Tested: Verified that BMC Dump is getting generated and renamed as follows. BMCDUMP.<serialNo>.<
package: Support customized dump naming
Customize a dump name by renaming the original default name.
Tested: Verified that BMC Dump is getting generated and renamed as follows. BMCDUMP.<serialNo>.<dump_id>.<dDay>
Change-Id: I5d51693495ef4bf3fc0eff04c03b11cb9e4c225b Signed-off-by: Gopichand Paturi <gopichandpaturi@gmail.com>
show more ...
|
#
ac291d44
|
| 25-Mar-2025 |
Gopichand Paturi <gopichandpaturi@gmail.com> |
package dump: Custom packaging for faultlog dump
Test Results: Verified that custom_package function is working as expected.
Change-Id: I7fe40512732f0f5cc27265ab8cce209da5a939cd Signed-off-by: Gopi
package dump: Custom packaging for faultlog dump
Test Results: Verified that custom_package function is working as expected.
Change-Id: I7fe40512732f0f5cc27265ab8cce209da5a939cd Signed-off-by: Gopichand Paturi <gopichandpaturi@gmail.com>
show more ...
|
#
24226c4f
|
| 16-May-2024 |
Gopichand Paturi <gopichandpaturi@gmail.com> |
Move dump scripts from phosphor-debug-collector
This commit is intended to move the dump collection scripts from openbmc/phosphor-debug-collector repository. Following are the scripts that are pulle
Move dump scripts from phosphor-debug-collector
This commit is intended to move the dump collection scripts from openbmc/phosphor-debug-collector repository. Following are the scripts that are pulled from the specified paths of openbmc/phosphor-debug-collector.
1. tools/dreport.d/ibm.d/package 2. tools/dreport.d/ibm.d/plugins.d/pels 3. tools/dreport.d/ibm.d/plugins.d/badpel 4. tools/dreport.d/ibm.d/plugins.d/vpd_data 5. tools/dreport.d/openpower.d/plugins.d/cfam 6. tools/dreport.d/openpower.d/plugins.d/dumpfilelist 7. tools/dreport.d/openpower.d/plugins.d/guardlist 8. tools/dreport.d/openpower.d/plugins.d/obmcconsole1 9. tools/dreport.d/openpower.d/plugins.d/occ 10.tools/dreport.d/openpower.d/plugins.d/phal_devtree
Also the following 3 patches have been applied. 1.https://gerrit.openbmc.org/c/openbmc/phosphor-debug-collector/+/56428 2.https://gerrit.openbmc.org/c/openbmc/phosphor-debug-collector/+/52436 3.https://gerrit.openbmc.org/c/openbmc/phosphor-debug-collector/+/47917
Also, added meson changes to install the scripts.
Test: Verified that the scripts are getting installed correctly on BMC.
Change-Id: Iaddf909efaa138db06c877e5ca6a80608feb5baf Signed-off-by: Gopichand Paturi <gopichandpaturi@gmail.com>
show more ...
|