andrewfish | 949f388 | 2011-05-11 18:31:20 +0000 | [diff] [blame] | 1 | ## @file
|
| 2 | # Component description file for Cpu module.
|
| 3 | #
|
| 4 | # This CPU module abstracts the interrupt subsystem of a platform and the CPU-specific setjump-long pair.
|
jljusten | 10d1be3 | 2011-05-16 04:47:40 +0000 | [diff] [blame] | 5 | #
|
| 6 | # Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
andrewfish | 949f388 | 2011-05-11 18:31:20 +0000 | [diff] [blame] | 7 | #
|
| 8 | # This program and the accompanying materials
|
| 9 | # are licensed and made available under the terms and conditions of the BSD License
|
| 10 | # which accompanies this distribution. The full text of the license may be found at
|
| 11 | # http://opensource.org/licenses/bsd-license.php
|
jljusten | 10d1be3 | 2011-05-16 04:47:40 +0000 | [diff] [blame] | 12 | #
|
andrewfish | 949f388 | 2011-05-11 18:31:20 +0000 | [diff] [blame] | 13 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
| 14 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 15 | #
|
andrewfish | 949f388 | 2011-05-11 18:31:20 +0000 | [diff] [blame] | 16 | ##
|
| 17 |
|
| 18 | [Defines]
|
| 19 | INF_VERSION = 0x00010005
|
| 20 | BASE_NAME = Cpu
|
| 21 | FILE_GUID = f3794b60-8985-11db-8e53-0040d02b1835
|
| 22 | MODULE_TYPE = DXE_DRIVER
|
| 23 | VERSION_STRING = 1.0
|
| 24 |
|
| 25 | ENTRY_POINT = InitializeCpu
|
| 26 |
|
| 27 | #
|
| 28 | # The following information is for reference only and not required by the build tools.
|
| 29 | #
|
| 30 | # VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
| 31 | #
|
| 32 |
|
| 33 | [Sources]
|
| 34 | CpuIo.c
|
| 35 | Cpu.c
|
| 36 | CpuDriver.h
|
| 37 | Strings.uni
|
andrewfish | c4671a6 | 2011-05-13 00:03:26 +0000 | [diff] [blame] | 38 | MpService.c
|
jljusten | d18d8a1 | 2011-06-28 16:50:26 +0000 | [diff] [blame] | 39 |
|
andrewfish | 949f388 | 2011-05-11 18:31:20 +0000 | [diff] [blame] | 40 |
|
| 41 | [Packages]
|
| 42 | MdePkg/MdePkg.dec
|
| 43 | MdeModulePkg/MdeModulePkg.dec
|
| 44 | IntelFrameworkPkg/IntelFrameworkPkg.dec
|
jljusten | bb89ec1 | 2011-06-28 16:47:23 +0000 | [diff] [blame] | 45 | EmulatorPkg/EmulatorPkg.dec
|
andrewfish | 949f388 | 2011-05-11 18:31:20 +0000 | [diff] [blame] | 46 |
|
| 47 |
|
| 48 | [LibraryClasses]
|
| 49 | UefiBootServicesTableLib
|
| 50 | MemoryAllocationLib
|
| 51 | BaseMemoryLib
|
| 52 | UefiDriverEntryPoint
|
| 53 | UefiLib
|
| 54 | HiiLib
|
| 55 | DebugLib
|
| 56 | BaseLib
|
| 57 | EmuThunkLib
|
andrewfish | c4671a6 | 2011-05-13 00:03:26 +0000 | [diff] [blame] | 58 | PcdLib
|
andrewfish | 949f388 | 2011-05-11 18:31:20 +0000 | [diff] [blame] | 59 |
|
| 60 | [Protocols]
|
| 61 | gEmuIoThunkProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
|
| 62 | gEfiSmbiosProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
|
| 63 | gEfiHiiProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
|
| 64 | gEfiCpuIo2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
| 65 | gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
jljusten | 10d1be3 | 2011-05-16 04:47:40 +0000 | [diff] [blame] | 66 | gEmuThreadThunkProtocolGuid
|
andrewfish | c4671a6 | 2011-05-13 00:03:26 +0000 | [diff] [blame] | 67 | gEfiMpServiceProtocolGuid
|
| 68 |
|
andrewfish | 57c7d70 | 2011-06-17 18:21:16 +0000 | [diff] [blame] | 69 | [Guids]
|
| 70 | gIdleLoopEventGuid ## CONSUMES ## GUID
|
| 71 |
|
andrewfish | c4671a6 | 2011-05-13 00:03:26 +0000 | [diff] [blame] | 72 | [Pcd]
|
jljusten | bb89ec1 | 2011-06-28 16:47:23 +0000 | [diff] [blame] | 73 | gEmulatorPkgTokenSpaceGuid.PcdEmuMpServicesPollingInterval
|
andrewfish | 949f388 | 2011-05-11 18:31:20 +0000 | [diff] [blame] | 74 |
|
| 75 | [Depex]
|
| 76 | gEfiSmbiosProtocolGuid
|