summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 13:17:50 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 13:17:50 +0000
commitb98da1b1f9b726f580d05f8680455122ba924da6 (patch)
tree044866ae28f1a5ce4696f75bc350fda37faa3cfb /MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
parentf8ea30263caf89a7ebefa417a642beea3db15ad7 (diff)
downloadedk2-platforms-b98da1b1f9b726f580d05f8680455122ba924da6.tar.xz
Code Scrub DxeIpl module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5502 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf')
-rw-r--r--MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf12
1 files changed, 4 insertions, 8 deletions
diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf b/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
index 33d9bfc1f7..0e7f382a5c 100644
--- a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
+++ b/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
@@ -1,8 +1,9 @@
#/** @file
#
-# Component description file for DxeIpl module
+# Component description file for DxeIpl module
#
-# The responsibility of this module is to load the DXE Core from a Firmware Volume. This implementation i used to load a 32-bit DXE Core.
+# The responsibility of this module is to load the DXE Core from a Firmware Volume.
+# This implementation is used to load a 32-bit DXE Core.
#
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials
@@ -29,7 +30,7 @@
#
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+# VALID_ARCHITECTURES = IA32 X64 IPF
#
[Sources.common]
@@ -52,11 +53,6 @@
Ipf/DxeLoadFunc.c
Ipf/ImageRead.c
-[Sources.EBC]
- X64/DxeLoadFunc.c
- Ia32/ImageRead.c
-
-
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec