X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FPeiServicesTablePointerLibKr7%2FPeiServicesTablePointer.c;fp=MdePkg%2FLibrary%2FPeiServicesTablePointerLibKr7%2FPeiServicesTablePointer.c;h=961aea9010ae0e8cea92a7660c75e8243b5028ff;hb=61296d0d5ea7f8840159e1d7d03f04e519587faa;hp=5986e54af7f134a31365851b978d114fb9b57942;hpb=81c7803cf4a49ca2633c706b7630c1cf2d9e9b55;p=mirror_edk2.git diff --git a/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointer.c b/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointer.c index 5986e54af7..961aea9010 100644 --- a/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointer.c +++ b/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointer.c @@ -62,6 +62,20 @@ PeiServicesTablePointerLibConstructor ( return EFI_SUCCESS; } +/** + The function set the pointer of PEI services immediately preceding the IDT table + according to PI specification. + + @param PeiServices The address of PeiServices pointer. +**/ +VOID +EFIAPI +SetPeiServicesTablePointer ( + EFI_PEI_SERVICES ** PeiServicesTablePointer + ) +{ +} + /** After memory initialization in PEI phase, the IDT table in temporary memory should be migrated to memory, and the address of PeiServicesPointer also need to be updated