From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- CRB/CRBPei.DXS | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 CRB/CRBPei.DXS (limited to 'CRB/CRBPei.DXS') diff --git a/CRB/CRBPei.DXS b/CRB/CRBPei.DXS new file mode 100644 index 0000000..cf0ab1b --- /dev/null +++ b/CRB/CRBPei.DXS @@ -0,0 +1,66 @@ +//************************************************************************* +//************************************************************************* +//** ** +//** (C)Copyright 1985-2013, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//************************************************************************* +//************************************************************************* + +//************************************************************************* +// $Header: /Alaska/Projects/Intel/Haswell/LynxPoint_SharkBay-DT_Crb_1AQQW/CRB/CRBPei.DXS 2 4/16/13 5:32a Thomaschen $ +// +// $Revision: 2 $ +// +// $Date: 4/16/13 5:32a $ +//************************************************************************* +// Revision History +// ---------------- +// $Log: /Alaska/Projects/Intel/Haswell/LynxPoint_SharkBay-DT_Crb_1AQQW/CRB/CRBPei.DXS $ +// +// 2 4/16/13 5:32a Thomaschen +// +// 1 2/12/12 10:38p Victortu +// Intel SharkBay CRB initially releases. +// +//************************************************************************* +// +// +// Name: CRBPEI.DXS +// +// Description: This file is the dependency file for the CRB PEIM. +// +// +//************************************************************************* + +#include +#include "ppi\CpuIo.h" +#include "ppi\PciCfg2.h" +#include +#include "ppi\CspLibPpi.h" + +DEPENDENCY_START + EFI_PEI_CPU_IO_PPI_INSTALLED_GUID AND + EFI_PEI_PCI_CFG2_PPI_GUID AND + EFI_PEI_READ_ONLY_VARIABLE2_PPI_GUID AND + AMI_PEI_PCI_TABLE_INIT_PPI_GUID +DEPENDENCY_END + +//************************************************************************* +//************************************************************************* +//** ** +//** (C)Copyright 1985-2013, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//************************************************************************* +//************************************************************************* -- cgit v1.2.3