/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/SBE/ |
H A D | meson.build | 3 sdbusplus_current_path = 'com/ibm/Dump/Entry/SBE' 8 '../../../../../../yaml/com/ibm/Dump/Entry/SBE.interface.yaml', 23 'com/ibm/Dump/Entry/SBE',
|
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/ |
H A D | meson.build | 5 subdir('SBE') subdir 62 input: [ '../../../../../yaml/com/ibm/Dump/Entry/SBE.interface.yaml', ], 63 output: [ 'SBE.md' ], 70 'com/ibm/Dump/Entry/SBE',
|
/openbmc/docs/designs/ |
H A D | power-systems-memory-preserving-reboot.md | 30 - **Self Boot Engine (SBE)**: A microcontroller built into the host processors 78 the SBE on each of the processors. SBE stops the running cores and collects the 80 data is collected, the SBE returns control to the BMC. BMC then initiates a 103 - BMC should inform SBE to start the memory preserving reboot and collect the 131 systems, an additional s0 interrupt will be sent to SBE to stop the cores 148 chip-op to each SBE 150 #### 5 - SBE collects the hardware data 152 Each SBE collects the architected states and stores it into a pre-defined 157 Once the SBE finishes the hardware collection, it does following to boot the 165 Once SBE is started, it starts hostboot, hostboot copies the architected states [all …]
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/ |
H A D | python3-sbe-log-parsers_git.bb | 1 SUMMARY = "SBE log python parsers" 2 DESCRIPTION = "Used by peltool to parse SBE UserData sections and SRC details"
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-fsi-devices-sbefifo | 5 Indicates whether or not this SBE device has experienced a 6 timeout; i.e. the SBE did not respond within the time allotted
|
H A D | sysfs-bus-platform-devices-occ-hwmon | 11 POWER9 and up processors over the Self-Boot Engine (SBE) FIFO.
|
/openbmc/linux/drivers/hwmon/occ/ |
H A D | Kconfig | 21 tristate "POWER9 OCC through SBE" 29 established through SBE fifo on an FSI bus.
|
/openbmc/openpower-hw-diags/attn/ |
H A D | attn_dump.hpp | 12 SBE enumerator
|
H A D | vital_handler.cpp | 164 requestDump(pelId, DumpParameters{0, DumpType::SBE}); in handleVital()
|
H A D | attn_dump.cpp | 156 else if (DumpType::SBE == i_dumpParameters.dumpType) in requestDump()
|
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | dump_utils.hpp | 13 SBE enumerator
|
H A D | dump_utils.cpp | 127 if (DumpType::SBE == dumpParameters.dumpType) in requestDump()
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | watchdog_handler.hpp | 20 SBE enumerator
|
H A D | watchdog_main.cpp | 186 dumpParameters.dumpType = DumpType::SBE; in handleSbeBootError()
|
H A D | watchdog_handler.cpp | 141 else if (DumpType::SBE == dumpParameters.dumpType) in requestDump()
|
/openbmc/openpower-debug-collector/dump/ |
H A D | sbe_consts.hpp | 4 namespace openpower::dump::SBE namespace
|
H A D | dump_collect_main.cpp | 17 using namespace openpower::dump::SBE; in main()
|
H A D | sbe_dump_collector.hpp | 159 using namespace openpower::dump::SBE; in checkFastarrayCollectionNeeded()
|
H A D | dump_monitor.hpp | 118 using namespace openpower::dump::SBE; in getDumpTypeFromId()
|
H A D | sbe_dump_collector.cpp | 33 using namespace openpower::dump::SBE; 69 if (type == openpower::dump::SBE::SBE_DUMP_TYPE_HARDWARE) in collectDump()
|
/openbmc/linux/Documentation/devicetree/bindings/fsi/ |
H A D | ibm,p9-occ.txt | 7 through the SBE FIFO.
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/ |
H A D | p9-host-start.bb | 2 DESCRIPTION = "Service to start POWER9 IPL through SBE"
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/op-host-control/ |
H A D | start_host@.service | 2 Description=Start host%i SBE
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | README.md | 18 - [SBE FFDC](#self-boot-engine-first-failure-data-capture-support) 667 During SBE chip-op failure SBE creates FFDC with custom data format. SBE FFDC 668 contains different packets, which include SBE internal failure related Trace and 670 PEL infrastructure provides support to process SBE FFDC packets created by FAPI 673 failure, just keeps the raw FFDC data in the user section to support SBE parser 679 To specify that an FFDC file contains SBE FFDC, the format value for that FFDC 690 0xCB, // SBE FFDC subtype 691 0x01, // SBE FFDC version, set to 0x01
|
/openbmc/openpower-proc-control/procedures/phal/ |
H A D | enter_mpreboot.cpp | 111 DumpType::SBE}; in sbeEnterMpReboot()
|