summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
diff options
context:
space:
mode:
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-26 21:33:37 +0000
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-26 21:33:37 +0000
commitb397fbbbf952ce05c4552d5f2aabeac74aec8aad (patch)
tree55057e3936adb9c6b001f7a39ef9c126df953da3 /Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
parent0963b13df50273487a38784a64f7003e95981dea (diff)
downloadedk2-b397fbbbf952ce05c4552d5f2aabeac74aec8aad.tar.gz
edk2-b397fbbbf952ce05c4552d5f2aabeac74aec8aad.tar.bz2
edk2-b397fbbbf952ce05c4552d5f2aabeac74aec8aad.zip
removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and gEfiWinNtMemoryGuid. Replaced them with the PCD values they represent. There was no need to use the driver model, when you could get PCD value directly. Also removed local copies of Atoi() in several modules. Fixed bug in reporting of memory size.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3458 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf')
-rw-r--r--Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf6
1 files changed, 4 insertions, 2 deletions
diff --git a/Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf b/Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
index dedc893bd5..de8f93bf2d 100644
--- a/Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
+++ b/Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
@@ -50,8 +50,6 @@
DebugLib
[Guids]
- gEfiWinNtCPUSpeedGuid # SOMETIMES_CONSUMED
- gEfiWinNtCPUModelGuid # SOMETIMES_CONSUMED
gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED
gEfiProcessorProducerGuid # SOMETIMES_CONSUMED
@@ -63,5 +61,9 @@
gEfiCpuIoProtocolGuid # PROTOCOL ALWAYS_PRODUCED
gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
+[PcdsDynamic.common]
+ PcdWinNtCpuSpeed|gEfiNt32PkgTokenSpaceGuid
+ PcdWinNtCpuModel|gEfiNt32PkgTokenSpaceGuid
+
[Depex]
gEfiDataHubProtocolGuid AND gEfiHiiProtocolGuid