vanjeff
cfe9de5244
1. CoreOpenImageFile(): FilePath should be IN OUT.
...
2. Use offset address to build device path instead of absolute address.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4294 6f19259b-4bc3-4df7-8a09-765794883524
2007-11-09 07:26:24 +00:00
qhuang8
f0b425b4c0
Fix a memory leak issue.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4278 6f19259b-4bc3-4df7-8a09-765794883524
2007-11-07 03:19:35 +00:00
qhuang8
d6b50e78d7
Fix a memory leak issue.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4276 6f19259b-4bc3-4df7-8a09-765794883524
2007-11-07 02:59:26 +00:00
qhuang8
ebc1ca5a1b
Fix two issues:
...
1. EDK II StrnCpy does not necessarily "0" terminate destination string if the source string length is larger than "n". Caller needs to terminate it itself.
2. The definition of EFI_HII_CALLBACK_PACKET has been changed to follow framework HII spec 0.92, we need to change the corresponding code correctly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4270 6f19259b-4bc3-4df7-8a09-765794883524
2007-11-06 01:38:25 +00:00
gtian
518d395c3b
define the variable related to PCD for supporting big variable (>32K) easily.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4268 6f19259b-4bc3-4df7-8a09-765794883524
2007-11-05 16:11:50 +00:00
qhuang8
dfc4846489
Add Add Driver Diagnostic 2 Protocol support for IdeBus driver.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4241 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-30 06:45:44 +00:00
klu2
8e5b17b25e
Update following library class/Protocol for puting 'Framework' as prefix
...
FrameworkHii
FrameworkFormBrowser
FrameworkFormCallback
FrameworkIfrSupportLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4196 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-22 09:36:00 +00:00
qhuang8
f3d1e94028
Update to support EFI_SIMPLE_INPUT_EX protocol
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4179 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-19 02:35:55 +00:00
lgao4
e6c560aad6
Make GuidedSection library instance to follow the value of GuidedSectionExtraction protocol/PPI defined in PI spec.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4165 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-18 09:12:59 +00:00
jwang36
f66a2a1741
Removed reference to non-existing library class
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4163 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-18 06:29:56 +00:00
vanjeff
62409219a1
Merger trackers #7807 and #8372 .
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4153 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-17 06:55:15 +00:00
lgao4
cb33842e8a
Add back the trick logic on EFI_PCI_DEVICE_ENABLE in PciBus driver so that some old vendor drivers can still work well.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4131 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-16 09:58:55 +00:00
lgao4
96f6af14d6
Remove the special logic on EFI_PCI_DEVICE_ENABLE in PciBus driver. And update drivers that use this macro. The reason is that
...
PciIoAttributes() in PciIo.c treats EFI_PCI_DEVICE_ENABLE specially so that when EFI_PCI_DEVICE_ENABLE is passed in, only the supported bits of driver will be enabled. Now many drivers use EFI_PCI_DEVICE_ENABLE to enable PCI device even if some of them don't support some of the attributes like EFI_PCI_IO_ATTRIBUTE_MEMORY. This doesn't conform to UEFI 2.0 spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4115 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-15 07:44:27 +00:00
lgao4
2ad4dad029
1. Update internal EfiPrint protocol to contain all print interfaces provided by PrintLib class of MdePkg. 2. Update SetupBrowserDxe driver to produce new EfiPrint protocol.
...
3. Update EdkDxePrintLib instance to implement all interfaces defined in PrintLib class based on new EfiPrint protocol.
4. Update Nt32Pkg platform.dsc to use EdkDxePrintLib instance for UEFI_APPLICATION modules.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4109 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-12 08:13:33 +00:00
eric_tian
6979fd9382
fixed the following problems:
...
1) DMA interrupt don't been cleaning up after one UDMA operation
2) Global variable mHobStart is not updated after invoking CoreInitializeGcdServices() func in the dxemain.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4107 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-12 05:41:48 +00:00
qhuang8
d1aeb0bdc3
Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicode string table linked into final image if both PcdComponentNameDisabled and PcdComponentName2Disabled are set to TRUE.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4084 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-11 03:36:31 +00:00
jwang36
23bd66f425
Changed to pass the build with Visual Studio 2005
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4076 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-10 07:04:47 +00:00
AJFISH
6deef76382
Fixed NT32 Build break.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4064 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-09 19:38:25 +00:00
jwang36
0c6bbb63f9
Cleaned the code for passing Visual Studio 2005 build
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4061 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-09 09:30:40 +00:00
qhuang8
1307dcd745
Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component name structures linked into final image if PcdComponentNameDisabled or PcdComponentName2Disabled is set to TRUE.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4057 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-09 07:08:08 +00:00
vprabhal
af3c1a5107
added the CpuLib
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4026 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-05 20:05:42 +00:00
qhuang8
866e8172e7
Update change log to include the enabling of component name 2 protocol.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3999 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-30 02:39:37 +00:00
qhuang8
9d64ff86b1
Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3998 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-30 02:33:34 +00:00
qhuang8
733f03aa90
Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3997 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-30 02:32:16 +00:00
qhuang8
f3d08ccf1a
Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3996 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-30 02:30:46 +00:00
lgao4
18fd8d651d
1. Add ExtractGuidedSectionLib library to replace customdecompress library.
...
2. Add PeiDxeExtractGuidedSectionLib library instance and one PCD PcdMaximumGuidedExtractHandler in MdePkg.
3. Update DxeIpl and DxeMain to consume new library.
4. Update BaseUefiTianoCustomDecompressLib to register TianoDecomress extractguidedsection handler.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3980 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-29 08:04:29 +00:00
xli24
ff62de3730
PCI Bus Driver Enhancement
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3960 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-28 04:40:49 +00:00
mdkinney
3048d63c26
Add SEC as a supported Module Type for all libraries that are also compatible with the PEI_CORE
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3955 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-27 16:54:53 +00:00
qhuang8
1f771698b2
translate Ctrl + alpha to control value for simple text input protocol
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3952 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-27 12:00:18 +00:00
klu2
e8da1266b9
Change the function name.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3933 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-27 03:20:28 +00:00
klu2
4fb31c2c58
1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg
...
2) Add NULL instance for above library classes in MdeModulePkg
3) Add Framework implement library instance for above two library classes in IntelFrameworkModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3930 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-26 09:35:36 +00:00
qwang12
179a2e9731
Fix a bug which leave BLOCKSIZE of BloIO produced by IsaFloppy to be zero when the driver detect no media is changed in the driver.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3896 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-20 00:38:28 +00:00
yshang1
d940d5e59f
Bug fix for the runtime memory status code.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3891 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-19 02:07:04 +00:00
klu2
bba9ad98f1
FixedPcd macro should *not* be used in Library's inf file.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3868 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-17 03:57:13 +00:00
mdkinney
2d9d2abf04
Build a valid device path to an EFI driver loaded from a PCI Option ROM
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3852 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-14 21:29:45 +00:00
zliu3
1b7f7985bd
Add the "ChangeLog.txt" to record packages' all non-compatible changes and important compatible changes.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3830 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-13 06:38:20 +00:00
vanjeff
67996c4197
Module clean up.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3798 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-12 05:41:53 +00:00
vanjeff
d4ff9b4446
Tracker merger. "There is no "NV" display when change the certain option in NT32"
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3788 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-10 05:39:46 +00:00
vanjeff
7f0f1b8f45
Merge tracker. Add check whether CreateResourceNode successful or not.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3787 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-10 03:45:28 +00:00
qwang12
507b36ca9e
First round of PI enabling work:
...
1) PiPeiCis changes (CONST, EFI_PEI_FILE_HANDLE.. etc)
2) Make use of FirmwareVolume 2 protocol.
3) Verified for LakeportX64Pkg (S3) and Nt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3769 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-04 06:09:28 +00:00
vanjeff
8fb6b714d3
Add missing packages dependency.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3760 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-31 07:38:59 +00:00
jwang36
888b8afbd3
Added missing dependent package
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3750 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-31 03:02:29 +00:00
qhuang8
b3af5df67b
Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40.
...
Mainly PCD syntax update.
Check in new build.exe and GenFds.exe
Check in PcdSyntaxUpdate.exe tool.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3744 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30 09:11:54 +00:00
klu2
fd2537eff6
Fix the invalid return code for OemHookStatusCodeLibNull library instance.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3737 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30 03:32:27 +00:00
qhuang8
1cf79a5e65
Update INF files to remove/update non-exist files listed in [sources] sections.
...
New build tool performs stricter check.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3733 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-29 12:38:21 +00:00
klu2
a02c7e152d
Fix the CYGWIN GCC build issue.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3721 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-28 03:59:37 +00:00
vanjeff
d01c093a58
1. Sync Tcp4 protocol definitions to match UEFI 2.1
...
2. Clean up codes.
3. Remove struct definition content for big-endian, because UEFI 2.1 declare only little-endian supported.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3714 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-27 07:02:05 +00:00
klu2
6bee163234
Fix building issue for Intel Compiler
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3695 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-23 08:37:33 +00:00
yshang1
702887db45
Update PciCfg2.c to follow strict ANSI C spec.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3687 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-22 08:42:13 +00:00
mdkinney
471808283e
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@3671 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-17 21:01:20 +00:00
AJFISH
6b88ceec9b
Updated to use new PCD settings
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3664 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16 22:15:08 +00:00
AJFISH
656f6e6686
Added support for UART and Terminal PCD settings
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3661 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16 21:27:06 +00:00
klu2
3da07a7bd1
Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3654 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16 03:17:49 +00:00
klu2
d026a74698
Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3651 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16 03:15:17 +00:00
klu2
551ed06f60
Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3648 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16 02:57:03 +00:00
yshang1
df809f3d34
1) Fix bug in StatusCodeDxe about the nested DataHub->Log in callback.
...
2) Close a small window which may result in the data collision of records.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3641 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-15 03:34:39 +00:00
lgao4
d35be2a434
Sync code with MdePkg spec for Scsi library class and CustomDecompress library class.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3636 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-14 07:58:32 +00:00
klu2
5da9710399
Fix missing PCD issue for IntelFrameworkModulePkg.dsc
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3634 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-14 02:51:36 +00:00
mdkinney
a1e3528b31
Replace EFI_MAX() with MAX()
...
Replace EFI_MIN() with MIN()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3631 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-14 00:00:01 +00:00
klu2
f0e78fc989
Add VaraiblePei into IntelFrameworkModulePkg
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3626 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-13 09:35:24 +00:00
klu2
7ba905c909
Add VariablePei into IntelFrameworkModulePkg
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3624 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-13 08:37:06 +00:00
qwang12
c3e02ca573
Fix a bug that when user can't presses F9 to restore the NV Map data into default values.
...
Setup Browser implementation has a bug to only restore the NV Map data for the first varstore ID.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3622 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-13 06:09:22 +00:00
klu2
afdf8fd9c9
1) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_GUID and EFI_STATUS_CODE_DATA_TYPE_STRING_GUID from IntelFrameworkPkg\Framework/StatusCodeDataTypeId.h to IntelFrameworkPkg\Guid/StatusCodeDataTypeId.h
...
2) Remove IntelFrameworkPkg/Framework/StatusCodeDataTypeId.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3610 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-10 09:49:16 +00:00
klu2
bbdeca9b09
1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file.
...
2) Move BaseReportStatusCodeLib, PeiDxeDebugLibReportStatusCode, DxeReportStatusCodeLibFramework,PeiReportStatusCodeLib to IntelFrameworkModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3604 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-10 05:51:27 +00:00
klu2
2287f237ee
1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file.
...
2) Move BaseReportStatusCodeLib, PeiDxeDebugLibReportStatusCode, DxeReportStatusCodeLibFramework,PeiReportStatusCodeLib to IntelFrameworkModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3601 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-10 05:29:45 +00:00
jwang36
30bb47495f
Fixed the LIBRARY_CLASS format error
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3594 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-09 09:00:55 +00:00
jwang36
159baf3fe3
Changed class name EdkGraphicsLib to GraphicsLib
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3590 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-09 07:58:12 +00:00
klu2
a43264f451
Remove all *_PAYLOAD structures definition in IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h file, they are *not* in any specification and should be moved to user's header file.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3587 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-09 05:31:14 +00:00
klu2
2697c1713d
Synchronize with StatusCode Specification.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3585 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-09 04:46:32 +00:00
klu2
3f07ea9ca6
Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from IntelFrameworkPkg to IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3582 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-09 02:54:21 +00:00
lgao4
9f256ee58a
Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3578 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-08 15:23:09 +00:00
lgao4
d8c79a815f
Update CustomDecompress library to support algorithm guid and Update DxeIpl and DxeCore to support custom decompress guid section parse.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3573 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-08 10:17:57 +00:00
klu2
e8ed7184f8
Remove duplicate module in IntelFrameworkModulePkg
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3551 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-06 07:05:44 +00:00
yshang1
d8b61daacc
Fix bug in PciCfg to support PCI express address.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3549 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-06 03:52:01 +00:00
klu2
38d64b3250
Remove ${WORKSPACE}
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3548 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-06 03:06:55 +00:00
vanjeff
c7fd9a364a
Remove gEfiCpuIoProtocolGuid from [Depex] section.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3547 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-06 02:39:44 +00:00
AJFISH
409f67804d
Removed unneeded $(WORKSPACE)\ in *.DSC files. Also synced MdePkg.dec file with package specification update
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3490 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27 19:07:27 +00:00
yshang1
03d69fa4c2
Remove the duplicated "All rights reserved" from license header.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3486 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27 10:28:06 +00:00
qhuang8
3f187a734e
Fix the wrong copyright statements.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3454 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-26 08:29:27 +00:00
qwang12
b7b0078eec
change TokenSpaceGuid to the package Token Space Guid
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3444 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-26 01:05:13 +00:00
yshang1
1223277822
1) Add PcatSingleSegmentPciCfg2Pei in MdeModulePkg.
...
2) Add PcatSingleSegmentPciCfgPei in IntelFrameworkModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3442 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-25 11:00:27 +00:00
klu2
53bd6e4c89
Correct license header.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3432 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-25 05:41:27 +00:00
klu2
3db510989e
Correct all header files for doxygen format and correct the license issue for VgaClass driver.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3401 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-23 07:06:23 +00:00
yshang1
351986ae7d
1) Remove Protocol/AcpiS3Save.h from IntelFrameworkPkg, which should be defined in TianoModulePkg.
...
2) Move Crc32 GuidedSectionExtraction GUID definition to MdeModulePkg.
3) Move Protocol/FirmwareVolumeDispatch.h to MdeModulePkg.
4) Remove Protcol/GuidedSectionExtraction.h of IntelFrameworkPkg, since it has been introduced in PI.
5) Clean up PROTOCOL/PPI/GUID declaration in MdeModulePkg.dec, IntelFrameworkModulePkg.dec, IntelFrameworkPkg.dec to match package spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3400 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-23 06:43:10 +00:00
klu2
f8cd287bbc
Cleanup the license header
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3389 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-20 09:34:04 +00:00
vanjeff
ed7748fe4a
remove some comments introduced by tools.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3387 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-20 06:10:09 +00:00
klu2
977bdf030b
PcdIoBlockBaseAddressForIpf is required by IPF platform so need add it back
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3386 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-20 05:40:19 +00:00
vanjeff
dd0687a4b1
remove some comments introduced by tools.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3383 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-20 04:33:45 +00:00
klu2
d0288e1722
Remove unused library instance
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3376 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19 13:27:34 +00:00
klu2
731f78aafe
Clean up the unused PCD from IntelFrameworkModulePkg
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3375 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19 10:50:20 +00:00
yshang1
c21fc3e8ae
Clean up the Isa related DXE in IntelFrameworkMoudlePkg.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3359 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19 07:57:59 +00:00
klu2
31c4d76a2c
Remove Pcat definition and these definition should be put into module itself.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3346 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19 03:28:14 +00:00
klu2
98ca253647
Move PcatCompatible/RealTimeClockRuntimeDxe module to MdeModulePkg from IntelFrameworkModulePkg.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3342 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19 02:57:58 +00:00
klu2
5c45a97b4d
Remove PciHotPlugInit protocol from IntelFrameworkModulePkg because it is defined in Framework specification.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3341 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19 02:35:53 +00:00
klu2
29941df6a6
1) Change the file name of StatusCode.h to DataHubStatusCodeRecord.h
...
2) Change gEfiStatusCodeGuid to gEfiDataHubStatusCodeRecordGuid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3340 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19 02:23:08 +00:00
klu2
ffcabb0412
Add comment
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3339 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19 01:46:11 +00:00
klu2
dcab253b05
1) Add _MSC_VER judgment for usage of #pragma intrinsic
...
2) Change EFI_FVB_ATTRIBUTE to EFI_FVB2_ATTRIBUTE, As Zimmer, Vincent’s PI1.0 errata document said, in PI we need use EFI_FVB2_ATTRIBUTE to differ the specification change.
3) Remove duplicate definition of SERIAL_MODE, PARALLEL_MODE in Include\Framework\Legacy16.h
4) Remove EFI_FV_FILE_ATTRIB_FIXED and EFI_FV_FILE_ATTRIB_ALIGNMENT from IntelFrameworkPkg\Include\Protocol\FirmwareVolume.h, because they defined in PI specification.
5) Remove EFI_FORM_LABEL from IntelFrameworkPkg\Include\Protocol\HiiFramework.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3333 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18 17:30:13 +00:00
qhuang8
69b26c155a
Adjust directory structures.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3322 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18 14:24:10 +00:00
klu2
34480eaca4
Correct the name of library class
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3315 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18 06:54:06 +00:00
qwang12
3e3dc0c456
remove GraphicsLib.h
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3293 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 06:54:44 +00:00
vanjeff
5c86d6c771
Updated modules reference for different Arch.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3289 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 05:55:43 +00:00
vanjeff
ae5852b2ef
Modified to meet EBC compile.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3285 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 05:32:47 +00:00
qwang12
e04a94737c
mass cleanup inf name
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3258 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 08:20:02 +00:00
qwang12
2fdd0eafcc
mass cleanup inf name
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3257 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 08:19:29 +00:00
qwang12
7b88e93c70
rename Ps2keyboard.inf to Ps2keyboardDxe.inf
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3253 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 07:33:18 +00:00
qwang12
9ade24365c
rename Ps2keyboard.inf to Ps2keyboardDxe.inf
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3252 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 07:32:10 +00:00
qwang12
752f2e26c7
clean up CommonHeader.h
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3251 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 07:31:16 +00:00
qwang12
9b4b2dcdd7
clean up package dependecy.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3243 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 05:19:00 +00:00
vanjeff
ececc2eb4b
Modules clean up.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3242 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 03:28:26 +00:00
qwang12
514387bc9f
Add in VgaMiniPortDxe
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3239 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-13 12:54:15 +00:00
qwang12
bbcf90a9af
Add in VgaMiniPortDxe
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3238 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-13 12:53:35 +00:00
qwang12
5db09a6d88
Add in VgaClassDxe
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3237 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-13 12:04:00 +00:00
qwang12
e081218df7
Add in VgaClassDxe
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3236 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-13 12:03:09 +00:00
yshang1
5522230ba1
Update the comments header.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3233 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-13 06:52:50 +00:00
yshang1
31eb2170f6
Remove .dxs.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3232 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-13 06:48:33 +00:00
yshang1
c8126ad9ca
Remove "Common" directory in StatusCodeDxe.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3231 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-13 06:45:00 +00:00
yshang1
6f2b45bb67
Remove CommonHeader.h in StatusCodeDxe.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3230 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-13 06:15:56 +00:00
qwang12
1e23bd8d8a
Enable Idebus to use the Atapi.h defined in MdePkg/Include/IndustryStandard
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3220 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-13 02:08:18 +00:00
klu2
8500e48447
Change the path for IsaFloppyDxe
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3209 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-12 05:47:26 +00:00
klu2
5b05586798
Move the files of IsaFloppy to upper directory
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3208 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-12 05:45:18 +00:00
klu2
ee54525fd1
Rename IsaFloppy to IsaFloppyDxe
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3207 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-12 05:28:18 +00:00
yshang1
da2b0a8fef
Remove BootScriptLib from IntelFrameworkPkg.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3204 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-12 03:31:34 +00:00
klu2
881a7ba4b3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3196 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-11 09:40:24 +00:00
klu2
ee217261ff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3195 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-11 09:39:51 +00:00
AJFISH
a8498707b9
Removed *.dxs reference in .inf file
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3186 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-11 03:06:57 +00:00
yshang1
c55fa8cc3c
Remove CommonHeader.h from IsaBusDxe.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3176 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 10:03:21 +00:00
qwang12
92a428e1c4
Update to BSD license header.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3175 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 10:02:04 +00:00
qwang12
df0dcb5e91
Update to BSD license header.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3174 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 09:58:06 +00:00
yshang1
366565e096
Update copyright header of IsaSerialDxe.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3173 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 09:47:40 +00:00
yshang1
e72a8ec54e
Update Copyright header of IsaFloppyPei.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3172 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 09:44:48 +00:00
yshang1
6db49ee6b4
Update the copyright headers of IsaFloppyDxe.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3171 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 09:42:12 +00:00
yshang1
637ff81988
Import IsaSerialDxe in IntelFrameworkModulePkg.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3170 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 09:38:02 +00:00
yshang1
99bda0fd20
Remove the EntryPoint.c from FloppyDxe.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3169 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 09:24:34 +00:00
yshang1
11f43dfd8b
Import IsaFloppy Dxe and Pei in IntelFrameworkModulePkg.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3168 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 09:04:15 +00:00
qwang12
3b2265b283
add in RealTimeClockRuntimeDxe
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3154 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-09 05:59:25 +00:00
qwang12
9ba7440c6c
add in RealTimeClockRuntimeDxe
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3153 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-09 05:50:12 +00:00
klu2
5a9d3040b1
Use () but not {} in dsc file for file path.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3146 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-09 03:03:39 +00:00
qhuang8
307e7596be
Fix UINT64 multi const issues.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3120 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 09:57:16 +00:00
qwang12
75d51bcc56
Add in Ps2keyboard.inf and Ps2Mouse.inf to IntelFrameworkModuelPkg
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3114 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 09:11:10 +00:00
qwang12
a534fc0b34
Add in Ps2keyboard.inf and Ps2Mouse.inf to IntelFrameworkModuelPkg
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3113 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 09:10:21 +00:00
qwang12
05fbd06d91
Add in Ps2keyboard.inf and Ps2Mouse.inf to IntelFrameworkModuelPkg
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3112 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 09:09:42 +00:00
jwang36
7a4ba07fae
Added the SkuIds section
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3109 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 08:34:47 +00:00
hche10x
b4c658d041
Change section pcd from [PcdsDynamic] to [PcdsDynamicDefault] as defined in spec
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3072 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-05 08:21:20 +00:00
bxing
694b922c0b
Corrected uses of IntelFrameworkPkg header files.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3051 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-04 12:13:24 +00:00
AJFISH
ba23773287
Removed IntelframeworkPkg contamination from MdeModulePkg modules.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3019 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 18:34:24 +00:00
qwang12
72d4944464
add MaxBbsEntries.h
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3016 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 13:42:42 +00:00
qwang12
15c2f6f421
Rename Protocol/FormCallback.h to Protocol/FormCallbackFramework.h to follow the naming convention.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2965 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 10:12:38 +00:00
yshang1
3e0578d234
Update License Headers.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2958 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 09:41:34 +00:00
qwang12
3cf8274e8b
Rename Protocol/FormCallback.h to Protocol/FormCallbackFramework.h to follow the naming convention.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2950 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 09:10:08 +00:00
yshang1
c3902377a9
Add DxeBootScriptLibNull in IntelFrameworkPkg.
...
Add IsaBusDxe in IntelFrameworkModulePkg.
Add Pcat.h in "IntelFrameworkModulePkg/IndustryStandard"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2948 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 09:09:00 +00:00
qwang12
1c740695b5
Rename Protocol/FrameworkHii.h to Protocol/HiiFramework.h to follow the naming convention.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2942 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 08:19:59 +00:00
vanjeff
4bd1b0f173
1. remove FirmwareVolumeBlock.h for IntelFrameworkPkg
...
2. add [Depex] section in .inf files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2936 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 06:37:16 +00:00
vanjeff
35fec2c47f
1. Add FrameworkFormBrowser.h
...
2. Add SetupBrowserDxe.inf, HiiDataBaseDxe.inf and DriverSampleDxe in IntelFrameworkModulePkg.dsc and Nt32Pkg.dsc
3. Update Vfr.vfr to declare MyIfrNVData
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2933 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 05:52:03 +00:00
AJFISH
0dea993c5a
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2920 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 21:03:06 +00:00
vanjeff
103b65209d
Port DriverSample.inf, HiiDatabase.inf and SetupBrowser.inf
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2915 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 15:14:00 +00:00
qhuang8
1d6d9e7ef0
Use the "PAY_LOAD" StatusCode definitions defined in IntelFrameworkPkg.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2913 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 09:23:03 +00:00
qhuang8
938f2b4f0a
Use the "PAY_LOAD" StatusCode definitions defined in IntelFrameworkPkg.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2912 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 09:20:01 +00:00
qhuang8
a97a7e7973
Cleanup to remover CommonHeader.h files
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2906 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 08:40:03 +00:00
qhuang8
58ca4e8bdb
Remove "Edk" Prefix
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2905 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 08:15:24 +00:00
qhuang8
b1ef40155e
Add PciBus Module
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2903 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 08:10:13 +00:00
qhuang8
13fd5084c7
Rename library base name
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2899 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 08:06:16 +00:00
qwang12
76474b5766
add in GraphicsLib
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2898 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 07:52:09 +00:00
qwang12
479922d78b
add in GraphicsLib
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2896 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 07:23:08 +00:00
qwang12
45e6322cd0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2895 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 07:07:06 +00:00
vanjeff
904a7775d4
remove EdkSerialPortLibNull.inf from IntelFrameworkModulePkg
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2887 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 05:32:45 +00:00
vanjeff
ad1a179818
1. add EdkSerialPortLibNull.inf
...
2. add StatusCode Dxe and Pei modules
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2877 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 03:38:49 +00:00
qhuang8
ead42efc6b
Add PciBus & IdeBus
...
PciBus cannot build for now for some definition missing.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2852 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 14:02:17 +00:00
qhuang8
83f6d1a03b
Add DataHub & DataHubStdErr modules
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2851 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 14:01:00 +00:00
qhuang8
9fade9bdaf
Add IntelFrameworkModulePkg to build its libraries and modules.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2811 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 09:32:47 +00:00
qhuang8
54bd896eb4
Complete the library instances in IntelFrameworkModulePkg
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2810 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 09:31:57 +00:00
qhuang8
157d0d3a87
Add missing PcdPciIncompatibleDeviceSupportMask.
...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2808 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 09:31:18 +00:00
qhuang8
55b4e522d7
Add missing PcdPciIncompatibleDeviceSupportMask
...
Add Library instances
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2807 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 09:30:55 +00:00
qhuang8
a9102619d4
1. Create Intel Framework Module Package directory
...
2. Complete the public inclusion files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2746 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-26 08:14:44 +00:00