Home
last modified time | relevance | path

Searched full:hostboot (Results 1 – 25 of 89) sorted by relevance

1234

/openbmc/phosphor-logging/extensions/openpower-pels/registry/
H A DB_component_ids.json2 "0100": "hostboot: errl",
3 "0200": "hostboot: devfw",
4 "0300": "hostboot: scom",
5 "0400": "hostboot: xscom",
6 "0500": "hostboot: initservice",
7 "0600": "hostboot: pnor",
8 "0700": "hostboot: i2c",
9 "0800": "hostboot: vfs",
10 "0900": "hostboot: hwpf",
11 "0A00": "hostboot: fsi",
[all …]
/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/
H A Dopenpower-yaml-config.bb10 file://ipmi-hostboot-fru-mrw.yaml \
11 file://ipmi-hostboot-volatile-sensor-mrw.yaml \
21 install -m 0644 -D ipmi-hostboot-fru-mrw.yaml \
22 ${D}${datadir}/${BPN}/ipmi-hostboot-fru-mrw.yaml
23 install -m 0644 -D ipmi-hostboot-volatile-sensor-mrw.yaml \
24 ${D}${datadir}/${BPN}/ipmi-hostboot-volatile-sensor-mrw.yaml
31 ${datadir}/${BPN}/ipmi-hostboot-fru-mrw.yaml \
32 ${datadir}/${BPN}/ipmi-hostboot-volatile-sensor-mrw.yaml \
/openbmc/openpower-hw-diags/attn/
H A Dti_handler.cpp38 // and it will be non-zero. Only hostboot will fill out source and in tiHandler()
70 * @param i_tiDataArea pointer to TI information filled in by hostboot
122 * @brief Handle a hostboot terminate immediate with SRC provided
125 * submitted by hostboot. In this case the attention handler does not need to
126 * create a PEL. A hostboot dump may be requested and the host will be
129 * @param i_tiDataArea pointer to TI information filled in by hostboot
164 requestDump(logId, DumpParameters{0, DumpType::Hostboot}); in handleHbTiWithEid()
172 * @brief Handle a hostboot terminate immediate with SRC provided
175 * to create a PEL on behalf of hostboot. A hostboot dump may be created
179 * @param i_tiDataArea pointer to TI information filled in by hostboot
[all …]
H A Dti_handler.hpp25 uint8_t hbTerminateType; // 0x05, hostboot only
31 uint8_t hbFlags; // 0x0c, hostboot only
32 uint8_t source; // 0x0d, hostboot only
42 uint32_t asciiData0; // 0x30, phyp/opal, hostboot error_data
43 uint32_t asciiData1; // 0x34, phyp/opal, hostboot EID
115 /** @brief Handle hostboot terminate immediately special attention */
127 * @brief Parse TI info data as hostboot data
129 * Read the TI data, parse as hostboot data and place into map.
H A DAttention_Handler.md31 Additionally a TI can be raised by either hostboot (HBTI) or the hypervisor
111 These attention types are indications from hostboot that an error has occurred
116 submit a PEL entry on behalf of hostboot, request a hostboot dump and upon
122 request a hostboot dump using the dbus interface. Upon completion, or timeout,
125 entry (hostboot has already done this).
H A Dattn_common.cpp17 /** @brief Traces some regs for hostboot */
58 // (Format should resemble FSP: HostBoot Reg:0000283C Data:AA801504 in addHbStatusRegs()
60 trace::inf("HostBoot Reg:%08x Data:%08x Proc:00000000", l_cfamAddr, in addHbStatusRegs()
62 trace::inf("HostBoot Reg:%08" PRIx64 " Data:%016" PRIx64 in addHbStatusRegs()
65 trace::inf("HostBoot Reg:%08" PRIx64 " Data:%016" PRIx64 in addHbStatusRegs()
H A Dattn_dump.cpp129 // normally. So a hardware or hostboot dump is collected and it in requestDump()
132 if (DumpType::Hostboot == i_dumpParameters.dumpType || in requestDump()
143 if (DumpType::Hostboot == i_dumpParameters.dumpType) in requestDump()
146 "com.ibm.Dump.Create.DumpType.Hostboot"; in requestDump()
H A Dattn_common.hpp44 * @brief Traces some regs for hostboot
47 * hostboot wants some regs added to the error log. We will do this
/openbmc/openpower-debug-collector/
H A Dmeson.options3 # Feature to enable hostboot dump collection when watchdog times out
4 option('hostboot-dump-collection',
7 description : 'Enables hostboot dump collection')
H A Dwatchdog_timeout.cpp27 CLI::App app{"Hostboot dump collector for watchdog timeout"}; in main()
56 // Collect hostboot dump only if the host is in 'Running' state in main()
65 // SBE boot done, Need to collect hostboot dump in main()
66 lg2::info("Handle Hostboot boot failure"); in main()
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/
H A DHostboot.interface.yaml2 Implement this to add Hostboot dump management.
4 Hostboot dump collects memory and hardware states in the case of a failure
5 during hostboot booting phase.
/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/
H A Dhostboot-pel-parsers_git.bb1 SUMMARY = "Hostboot PEL python parsers"
2 DESCRIPTION = "Used by peltool to parse Hostboot UserData sections and SRC details"
10 SRC_URI:p10bmc = "git://git@github.com/open-power/hostboot;branch="master-p10";protocol=ssh"
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Hostboot/
H A Dmeson.build3 sdbusplus_current_path = 'com/ibm/Dump/Entry/Hostboot'
7 input: ['../../../../../../yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml'],
26 'com/ibm/Dump/Entry/Hostboot',
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/
H A Dmeson.build3 subdir('Hostboot') subdir
33 input: ['../../../../../yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml'],
34 output: ['Hostboot.md'],
46 'com/ibm/Dump/Entry/Hostboot',
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_logging.cpp31 // Collect Hostboot dump if auto reboot is enabled in event()
34 dumpParameters.unitId = 0; // Not used for Hostboot dump in event()
36 dumpParameters.dumpType = DumpType::Hostboot; in event()
H A Dwatchdog_main.hpp5 * @brief Main function to initiate Hostboot dump
15 * @brief Initiate Hostboot dump collection
H A Dwatchdog_handler.cpp135 if (DumpType::Hostboot == dumpParameters.dumpType) in requestDump()
137 lg2::info("hostboot dump requested"); in requestDump()
139 "com.ibm.Dump.Create.DumpType.Hostboot"; in requestDump()
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/
H A DCreate.interface.yaml36 - name: "Hostboot"
38 Hostboot dump is collected during a boot failure during the
39 hostboot booting phase.
/openbmc/openbmc/meta-openpower/recipes-devtools/hostboot/
H A Dhostboot-debug-tools.bb1 SUMMARY = "Recipe for enabling hostboot-debug-tools"
2 DESCRIPTION = "Support to enable running hostboot-debug-tools"
/openbmc/openpower-hw-diags/attn/pel/
H A Dpel_common.hpp25 hostboot = 'B', enumerator
33 hostboot = 0x8a, enumerator
/openbmc/hiomapd/vpnor/
H A Dffs.h14 * https://github.com/open-power/hostboot/blob/master/src/usr/pnor/ffs.h */
36 * better match hostboot's layout[1]. The latter would avoid the headache of
40 …* [1] https://github.com/open-power/hostboot/blob/9acfce99596f12dcc60952f8506a77e542609cbf/src/usr…
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_defs.h14 * https://github.com/open-power/hostboot/blob/master/src/usr/pnor/ffs.h */
36 * better match hostboot's layout[1]. The latter would avoid the headache of
40 …* [1] https://github.com/open-power/hostboot/blob/9acfce99596f12dcc60952f8506a77e542609cbf/src/usr…
/openbmc/docs/designs/
H A Dpower-systems-memory-preserving-reboot.md26 - **Hostboot**: The firmware runs on the host processors and performs all
28 [read more](https://github.com/open-power/docs/blob/master/hostboot/HostBoot_PG.md)
163 #### 7 - Hostboot booting
165 Once SBE is started, it starts hostboot, hostboot copies the architected states
/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_version.cpp57 "hostboot-3f1f218-pea87ca7," in TEST()
62 "hostboot-binaries-hw121518a.930," in TEST()
/openbmc/phosphor-debug-collector/tools/dreport.d/openpower.d/plugins.d/
H A Ddumpfilelist41 #hostboot dumps
43 desc="Hostboot dumps"

1234