Theo0208

Results 6 comments of Theo0208

Excuse me, could I understand it this way: Because PHYP system will not load and start PMC in the "call_host_runtime_setup" function during IPL, PMC can only be loaded and started...

Thank you for your reply. In function "loadLid()" of P10 code, there are three branches to reload OCC, as shown below: if(iv_isLidInHbResvMem) {... ...} else if(iv_isLidInVFS) {... ...} else if(...

Excuse me, in the src/usr/runtime/populate_hbruntime.C file of the P10 Hostboot module, the “populate_HbRsvMem” function contains the following code: else if(TARGETING::is_sapphire_load()) { l_hbrtPsuAddr = l_prevDataAddr -SBEIO::SbePsu::MAX_HBRT_PSU_OP_SIZE_BYTES; } I would like to...