//************************************************************************* //************************************************************************* //** ** //** (C)Copyright 1987-2013, American Megatrends, Inc. ** //** ** //** All Rights Reserved. ** //** ** //** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** //** ** //** Phone: (770)-246-8600 ** //** ** //************************************************************************* //************************************************************************* //********************************************************************** // $Header: /Alaska/SOURCE/Modules/SharkBayRefCodes/Haswell/AMI Cpu PKG/CPU Core/CpuPei.dxs 1 2/07/12 3:58a Davidhsieh $ // // $Revision: 1 $ // // $Date: 2/07/12 3:58a $ //********************************************************************** // Revision History // ---------------- // $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/Haswell/AMI Cpu PKG/CPU Core/CpuPei.dxs $ // // 1 2/07/12 3:58a Davidhsieh // //********************************************************************** // //--------------------------------------------------------------------------- // Name: CPUPEI.dxs // // Description: Dependency expression for CPU PEI component. // Currently it is dependent on the CPU IO & PCI CFG PPI. // //--------------------------------------------------------------------------- // #include #include #include #include DEPENDENCY_START EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI AND EFI_PEI_MASTER_BOOT_MODE_PEIM_PPI AND EFI_PEI_CPU_IO_PPI_INSTALLED_GUID AND EFI_PEI_PCI_CFG_PPI_INSTALLED_GUID AND EFI_PEI_READ_ONLY_VARIABLE_PPI_GUID DEPENDENCY_END //************************************************************************* //************************************************************************* //** ** //** (C)Copyright 1987-2013, American Megatrends, Inc. ** //** ** //** All Rights Reserved. ** //** ** //** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** //** ** //** Phone: (770)-246-8600 ** //** ** //************************************************************************* //*************************************************************************