60 lines
1.5 KiB
INI
60 lines
1.5 KiB
INI
## @file
|
|
# Component description file for CpuArch PEIM.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2015 - 2017, Insyde Software Corporation. All Rights Reserved.
|
|
#*
|
|
#* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
#* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
#* any part of this publication in any form, by any means, without the prior
|
|
#* written permission of Insyde Software Corporation.
|
|
#*
|
|
#******************************************************************************
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = CpuArchPei
|
|
FILE_GUID = 25BED09B-0300-4a2f-86F6-63C392E9256A
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = CpuArchInit
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
#
|
|
# HOB Guid C Name: gEfiHtBistHobGuid Hob Type: GUID_EXTENSION
|
|
#
|
|
|
|
[Sources]
|
|
CpuArchPei.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
UefiCpuPkg/UefiCpuPkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[Sources.Ia32]
|
|
IA32/CpuAsm.asm | MSFT
|
|
IA32/CpuAsm.asm | INTEL
|
|
IA32/CpuAsm.S | GCC
|
|
|
|
[LibraryClasses]
|
|
PeiServicesLib
|
|
BaseMemoryLib
|
|
BaseLib
|
|
PeimEntryPoint
|
|
|
|
[Guids]
|
|
|
|
[Ppis]
|
|
gH2OCpuArchPpiGuid
|
|
gH2OLegacy8259PpiGuid
|
|
|
|
[Pcd]
|
|
|
|
[Depex]
|
|
gH2OLegacy8259PpiGuid
|
|
|