summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-17 21:04:00 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-17 21:04:00 +0000
commit2d85ada2ec519c27d445510afd97e3fc40899ac0 (patch)
tree8db5ef4ea338758f98a0b926985bf415980a0ebd
parent471808283e4b87e9bafbb6a7d3b054e31bd3fe25 (diff)
downloadedk2-2d85ada2ec519c27d445510afd97e3fc40899ac0.zip
edk2-2d85ada2ec519c27d445510afd97e3fc40899ac0.tar.gz
edk2-2d85ada2ec519c27d445510afd97e3fc40899ac0.tar.bz2
Use <> in #include statements instead of "" for include files from packages
Use '/' instead of '\' for all file references Remove redundant use of $(WORKSPACE) from DSC, FDF, INF, and DEC files git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3672 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/MdeModulePkg.dsc10
-rw-r--r--MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf10
-rw-r--r--MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c2
-rw-r--r--MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf7
4 files changed, 17 insertions, 12 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc
index 974ba6f..62546ed 100644
--- a/MdeModulePkg/MdeModulePkg.dsc
+++ b/MdeModulePkg/MdeModulePkg.dsc
@@ -273,6 +273,9 @@
[LibraryClasses.EBC.DXE_RUNTIME_DRIVER]
UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
+[LibraryClasses.EBC.PEI_CORE]
+ TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
+
[PcdsFeatureFlag.common]
PcdSupportUpdateCapsuleRest|gEfiMdeModulePkgTokenSpaceGuid|FALSE
PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE
@@ -346,6 +349,13 @@
PcdStatusCodeValueMouseInputError|gEfiMdePkgTokenSpaceGuid|0x01020007 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INPUT_ERROR
PcdStatusCodeValueMouseReset|gEfiMdePkgTokenSpaceGuid|0x01020001 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_RESET
+ PcdUartDefaultBaudRate|gEfiMdePkgTokenSpaceGuid|115200
+ PcdUartDefaultDataBits|gEfiMdePkgTokenSpaceGuid|8
+ PcdUartDefaultParity|gEfiMdePkgTokenSpaceGuid|1
+ PcdUartDefaultStopBits|gEfiMdePkgTokenSpaceGuid|1
+ PcdDefaultTerminalType|gEfiMdePkgTokenSpaceGuid|0
+
+
[PcdsFixedAtBuild.IPF]
PcdIoBlockBaseAddressForIpf|gEfiMdePkgTokenSpaceGuid|0x0ffffc000000
diff --git a/MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf b/MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf
index f5eaa0f..4bcd46e 100644
--- a/MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf
+++ b/MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf
@@ -48,17 +48,17 @@
Pxe_bc_udp.c
[Sources.IA32]
- Ia32\PxeArch.h
+ Ia32/PxeArch.h
[Sources.X64]
- X64\PxeArch.h
+ X64/PxeArch.h
[Sources.IPF]
- Ipf\PxeArch.h
+ Ipf/PxeArch.h
[Sources.EBC]
- Ebc\PxeArch.h
- Ebc\PxeArch.c
+ Ebc/PxeArch.h
+ Ebc/PxeArch.c
[Packages]
diff --git a/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c b/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c
index 3542bdd..9e478eb 100644
--- a/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c
+++ b/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c
@@ -20,7 +20,7 @@
#include <Library/PciLib.h>
#include <Library/PeimEntryPoint.h>
-#include <IndustryStandard\Pci.h>
+#include <IndustryStandard/Pci.h>
/**
Convert EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS to PCI_LIB_ADDRESS.
diff --git a/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf b/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
index b61d739..c62e705 100644
--- a/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
+++ b/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
@@ -53,15 +53,10 @@
BaseMemoryLib
-[Protocols.IA32]
+[Protocols]
gEfiVariableArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
gEfiVariableWriteArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
-[Protocols.X64]
- gEfiVariableArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
- gEfiVariableWriteArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
-
-
[Depex]
TRUE