PeiServicesLib.h>externEFI_GUID gMyFirstPpiGuid;EFI_STATUS EFIAPI NotifiMyDriverCallBack(IN EFI_PEI_SERVICES**PeiServices,IN EFI_PEI_NOTIFY_DESCRIPTOR*NotifyDesc,IN VOID*Ppi){UINTN Temp;for(Temp=0;Temp<=5;Temp++){DEBUG((DEBUG_INFO,"\n"));}DEBUG((DEBUG_INFO,"Ppi Peim A is install!
- Add CPU and PCI IO PPI services into the PEI services table. - Change the GUID's of the CPU and PCI IO PPI services. - Add language about how Status Code, Reset, CPU I/O, and PCI I/O are installed into the service table by the PEI Modules. - Clarify that the PEI service ...
Progress and Error Code Operations: PEI Subclass Type of Code Operation Description Extended Data Progress EFI_SW_PS_PC_INSTALL_PPI Install a PPI. See the PEI CIS. None. EFI_SW_PS_PC_REINSTALL_PPI Reinstall a PPI. See the PEI CIS. None. EFI_SW_PS_PC_LOCATE_PPI Locate an existing PPI...