Commit Graph

538 Commits

Author SHA1 Message Date
lhauch d8f31a2dc8 Moved the build options from the defines section to the BuildOptions section
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3932 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-26 21:58:22 +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
qhuang8 804604b6f8 Fix a memory leak issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3925 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-26 08:21:53 +00:00
klu2 b0d803fe3e Merge branch of PI tree to main trunk
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3918 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-24 11:38:43 +00:00
qhuang8 2807acc305 Fix a typo in the display string of MEMMAP_DEVICE_PATH.The precision flag is useless.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3894 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-19 08:04:22 +00:00
klu2 f15a200e03 Remove OldPeiCoreEntryPoint library instance from MdePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3870 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-17 04:02:23 +00:00
klu2 d4b7ad5263 PeiCore and DxeCore should use MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf library instance for PcdLib library class
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3859 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-17 03:04:55 +00:00
klu2 5aae0aa7d8 PI Enable:
1) The entry point of PeiCore has been changed to EFI_PEI_CORE_ENTRY_POINT defined in PI. 
2) Nt32, Tiger and lakeport platform's SecCore has been updated.
3) Autogen tools also has been updated.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3804 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-12 09:52:37 +00:00
lgao4 c4396d6609 Update Nt32Pkg.fdf by using new rule and Pcd format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3790 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-10 05:46:12 +00:00
vanjeff 593a8308cc 1. Import SnpNt32Dxe. That is a thunk driver could produce SNP protocol on NT32 platform. It needs cowork with Network I/O driver.
2. Add network stack in Nt32Pkg.dsc.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3774 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-04 08:42:53 +00:00
qwang12 e1001af1d4 Merge the PI enabling works from the branch
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 Nt32Pkg and real platform for S3.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3771 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-04 06:10:44 +00:00
AJFISH 8877e89785 Removed unused PCD entries.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3763 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-01 16:09:27 +00:00
AJFISH e0f06862e7 Removed PCD entries for CPU properties as they should be defined in UNI file. Added some French translations to the MiscSubClass for things used on the front page.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3762 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-01 16:01:35 +00:00
klu2 faaef11d62 Add <BR>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3751 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-31 03:10:39 +00:00
klu2 4d69586b3b Remove '|' at end of PCD line.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3747 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30 18:19:56 +00:00
klu2 aed990428d Fix wrong PCD definition in DEC file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3746 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30 17:21:54 +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
jwang36 e75fe0ebba Added missing dependent package
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3738 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30 06:12:06 +00:00
qhuang8 e30eb28cba Fix the wrong Maximum size for PcdUefiVariableDefaultPlatformLang
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3736 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30 03:21:33 +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
mdkinney a5b8a503b0 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@3674 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-17 21:04:53 +00:00
qhuang8 8df425cb51 Remove several unprintable characters in comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3670 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-17 06:57:21 +00:00
mdkinney 29c3622cdf Remove use of CHECKSUM sections and leave an example in comments showing how to use CHECKSUM sections
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3663 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16 21:47:44 +00:00
AJFISH b83e2500ef Added support for UART and Terminal PCD settings
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3662 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16 21:29:09 +00:00
qhuang8 1a2e381e2b Fix a typo in last check in. The token number should not have been duplicated.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3657 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16 10:16:39 +00:00
qhuang8 21c9b90b75 Add missing PcdWinNtFdBaseAddress declaration in DEC file.
It is referenced by Nt32Pkg.fdf.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3656 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16 10:15:19 +00:00
klu2 f3f0c2f9ef Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3655 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16 03:19:26 +00:00
klu2 ffc048d641 Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3652 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16 03:15:36 +00:00
qhuang8 2765c473be Fix a bug to relocate FTW space base for NT32 platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3650 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16 03:05:08 +00:00
klu2 184cf4043a Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3649 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16 02:57:25 +00:00
yshang1 cdebf6c68a 1) Add type casting for argument "a" in EFI_ERROR(a), since if compare two constants without specify data type, compiler maybe could not understand what is the actual data type of constant. The default would treat it as unsigned data. therefore, if the argument a of EFI_ERROR(a) is constant, for instance the EFI_LOAD_ERROR, the EFI_ERROR(a) would always be FALSE.
2) Remove PcdDriverPcdLibNull.
3) Add more ASSERT() in BasePcdLibNull to detect the incorrect usage of Pcd Library.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3643 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-15 06:17:29 +00:00
klu2 2f053c925f 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@3602 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-10 05:29:46 +00:00
jwang36 39fcdcaa68 Changed class name EdkPeCoffLoaderLib to PeCoffLoaderLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3591 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-09 08:01:02 +00:00
klu2 6cf4cca98f change "System Production Name" to "Nt32 Emulation Environment" and will change "Bios Version" name to "R9 Prime"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3588 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-09 07:20:42 +00:00
lgao4 39a4d28652 Correct UefiDecompress library instance
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3574 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-08 14:54:14 +00:00
jwang36 c76af11785 Changed the library class name to HiiLibFramework
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3572 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-08 10:00:18 +00:00
jwang36 65ddc26edc 1. Fixed STRING_TOKEN() matching issue during unicode file parsing
2. Added "#include" support in unicode file
3. Removed an non-existing unicode file included in MiscSubclassDriver.uni


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3566 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-07 10:03:39 +00:00
qwang12 6bfce83ac4 Correct a bug that allocate a fix size buffer as input buffer for Hii->GetString. We will allocate it before we use it and free it after use.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3555 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-06 09:42:56 +00:00
yshang1 4be464d0fe Remove the invalid revision 3549.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3553 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-06 08:06:56 +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
yshang1 58ece2ec9d Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3545 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-03 08:54:27 +00:00
yshang1 6d3aa33ed0 Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3544 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-03 08:52:48 +00:00
qhuang8 76b0f6ab84 PcdPei module should link BasePcdLibNull to avoid self dependency.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3542 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-03 06:02:26 +00:00
klu2 13759165e8 Change the patchableInModule type PCD to fixedAtBuild type PCD because NT32 platform is not for releasing binary module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3531 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-02 09:02:47 +00:00
klu2 b7273e6bc8 Remove duplicate PCD from DSC file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3527 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-02 03:07:18 +00:00
klu2 75fe518220 Fix PCD bug in NT32Pkg DSC file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3521 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-01 15:09:20 +00:00
AJFISH 95cba3ee15 Added UEFI Boot Manager definitions to UEFISpec.h and removed from BDS
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3515 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-31 15:52:44 +00:00
jwang36 c247746b1a Removed unused library classes
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3502 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-30 09:27:07 +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
AJFISH d0dc913e41 Removed IntelFrameworkPkg references from SEC
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3489 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27 16:55:19 +00:00
klu2 a9ce57547c Add license header for FDF file in nt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3479 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27 05:33:01 +00:00
klu2 d10385cde1 Remove fpd word
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3477 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27 04:34:27 +00:00
klu2 e54209ba21 Remove Include/Common/FirmwareRevision.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3476 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27 04:31:14 +00:00
klu2 c6bfcabbd2 Remove CommonHeader.h for BdsPlatformDxe driver in Nt32Pkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3475 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27 03:54:35 +00:00
klu2 40f18da12b Remove CommonHeader.h for BdsPlatformDxe driver in Nt32Pkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3474 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27 03:52:06 +00:00
klu2 246f0e3e9d Remove [Include] from INF file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3469 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27 03:20:06 +00:00
klu2 0cc5b7b4de Correct copy right
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3468 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27 03:03:15 +00:00
jwang36 85d48d91eb Removed non-existing file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3465 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27 01:52:34 +00:00
jwang36 a695d1356f No longer needed. Use USER_DEFINED module type instead.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3464 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27 01:51:31 +00:00
jwang36 9d0c70ffbd Recovered from deletion
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3461 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27 00:19:02 +00:00
AJFISH 479d97cf5e Replaced file deleted by mistake
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3459 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-26 21:53:33 +00:00
AJFISH b397fbbbf9 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
2007-07-26 21:33:37 +00:00
lgao4 d88bd7a502 Update Nt32.fdf to fix incorrect " character.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3449 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-26 06:35:29 +00:00
klu2 a5a40d6fdd CpuModel, CpuSpeed, Memory should be in gPlatformConnectSequence but not gPlatformConsole
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3446 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-26 02:05:02 +00:00
jwang36 0f363e7d60 Fixed MaxDatumSize of PcdWinNtPhysicalDisk
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3440 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-25 07:56:35 +00:00
jwang36 fdcc2fdc6d Added library instance for USER_DEFINED module type
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3437 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-25 06:24:23 +00:00
jwang36 4a561bc16b Changed customized build to USER_DEFINED
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3435 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-25 06:13:30 +00:00
klu2 c8c8116cfb Add virtual CpuModel, CpuSpeed and Memory driver into default connect device list.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3430 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-25 05:04:55 +00:00
yshang1 3cfb790c94 Retire the "Include/Common" of MdeModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3425 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-24 10:52:02 +00:00
qwang12 d19862fe4f remove dxs files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3422 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-24 09:52:29 +00:00
qwang12 e433c6c402 remove dxs
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3421 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-24 09:47:50 +00:00
qwang12 1f874e69c9 remove dxs
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3420 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-24 09:47:03 +00:00
klu2 f9bef4b3ac Fix the issue that A: floppy can not be connect in Nt32 shell environment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3415 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-24 08:04:50 +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
yshang1 ca58ec60a9 Remove gEfiEndOfPeiSignalPpiGuid and gEfiPeiMemoryDiscoveredPpiGuid from Nt32Pkg.dec, because it is introduced in PI1.0 and defined in MdePkg.
Remove gEfiPeiFvFileLoaderPpiGuid from Nt32Pkg.dec, because it is introduced in Intel Framework specification and defined in IntelFrameworkPkg.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3396 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-20 14:18:51 +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
yshang1 8d3a5c82a4 Move VariablePei/VariableDxe/EmuVarible to /Variable folder of MdeModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3370 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19 10:09:07 +00:00
yshang1 d87750555d Rename the SecurityStub.inf to SecurityStubDxe.inf.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3366 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19 09:01:25 +00:00
yshang1 f2abdc918b Move RuntimeDxe to /Core of MdeModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3363 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19 08:36:30 +00:00
yshang1 05177bef44 Rename the MemoryTest Pei and Dxe.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3361 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19 08:26:33 +00:00
qwang12 f7b671acb0 move PcdStatusCodeValueEfiWatchDogTimerExpired to FixedAtBuild
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3348 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19 03:45:09 +00:00
qhuang8 9468e24193 Adjust directory structures.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3327 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-18 14:36:12 +00:00
klu2 4cb7c2aff4 Add RuntimeDxe as postfix for Variable driver
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3283 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 04:07:57 +00:00
klu2 23545f1e8f Add Dxe as postfix for WinNtBusDriver driver
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3282 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 04:01:44 +00:00
klu2 06733a9e45 Add DxAdd Dxe as postfix for devicepath driver
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3279 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 02:26:33 +00:00
klu2 08523b0faf Add DxAdd Dxe as postfix for Terminal driver
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3278 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 02:23:15 +00:00
klu2 9e851ec711 Add Dxe as postfix for FvbServiceRuntimeDxe and WinNtFirmwareVolumePei driver in Nt32 Platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3277 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 02:18:39 +00:00
klu2 9b4fb0a600 Add Pei as postfix for WinNtThunkPpiToProtocol driver in Nt32 Platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3275 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 01:54:43 +00:00
klu2 cba9a2424f Add Dxe as postfix for WinNtThunk driver in Nt32 Platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3274 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 01:51:56 +00:00
klu2 98d797cfa2 Add Dxe as postfix for WinNtThunk driver in Nt32 Platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3273 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 01:51:00 +00:00
klu2 a1ad1ca8cd Add Dxe as postfix for WinNtSimpleFileSystem driver in Nt32 Platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3272 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 01:49:53 +00:00
klu2 7955800735 Add Dxe as postfix for WinNtSerialIo driver in Nt32 Platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3269 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 01:46:50 +00:00
klu2 2ad8b20d47 Add Dxe as postfix for WinNtGop driver in Nt32 Platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3268 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 01:44:30 +00:00
klu2 03e9fdbeff Add Dxe as postfix for WinNtFlashMapPei driver in Nt32 Platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3267 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 01:31:48 +00:00
klu2 01b6051080 Add Dxe as postfix for WinNtConsole driver in Nt32 Platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3266 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-17 01:24:53 +00:00
mdkinney 49ddf6127c Fix bug in FDF file to use Logo from MdeModulePkg instead of the old EdkNt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3263 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 23:34:46 +00:00
klu2 590d33cc71 Add postfix as PEI or DXE
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3262 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 18:10:40 +00:00
klu2 fd79032e48 Add Pei postfix to variable peim driver
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3261 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 17:57:30 +00:00
klu2 42d600c2d5 Add Dxe as postfix to Scsi related driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3260 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 17:30:02 +00:00
klu2 425152fa5c Correct driver inf name
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3259 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 17:19:46 +00:00
qwang12 911f192e1d mass cleanup inf name
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3256 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 08:18:12 +00:00
qwang12 6c24017693 mass cleanup inf name
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3255 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 08:17:35 +00:00
vanjeff 7800ef49bb update the the last path of some modules
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3248 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 06:38:10 +00:00
vanjeff 4eadd52333 update to use the late modules path.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3247 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 06:05:56 +00:00
vanjeff 929e7bd142 update to use the late modules path.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3246 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16 05:55:31 +00:00
AJFISH 7658d609a3 Convert NT32 to use PCD settings for UEFI Timeout and language variables as a POC for new BDS.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3241 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-13 22:51:36 +00:00
AJFISH d1477e4d0d Cleanups in PlatformBds.c. BDS will get rewritten, but his makes it easier to look at the current BDS
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3187 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-11 03:08:05 +00:00
AJFISH 5724d205a3 Remove .DXS reference in .inf file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3183 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 18:46:02 +00:00
AJFISH d99e8cb4fe Deleted CommonHeader.h that was not being used
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3182 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 17:17:53 +00:00
AJFISH f25695723b Removed CommonHeader.h from NT32Pkg. Did not fix BDS as it will get re-written
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3181 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 17:16:14 +00:00
klu2 276be2de38 1) Use Dynamic Pcd for hold the base address and length of Flash-related block.
2) Remove flash map hob for Nt32Pkg platform

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3178 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 14:51:34 +00:00
klu2 cba9012a92 Enable dynamic PCD for windowBusDriver
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3167 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-10 08:57:25 +00:00
AJFISH 97a079edfb Updated modules to not depend on the IntelFrameworkPkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3162 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-09 23:39:54 +00:00
qhuang8 d4b81622db Rename Internal directory of FatBinPkg to make it more descriptive.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3151 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-09 05:09:42 +00:00
klu2 b3002098af Remove the EDK prefix from library instance folder's name
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3138 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-09 01:36:16 +00:00
klu2 77cd7ff21f Remove the EDK prefix from library instance folder's name
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3137 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-09 01:34:14 +00:00
qhuang8 e0086b58f4 Add FatBinary to Nt32Pkg.fdf
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3136 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-07 05:40:48 +00:00
klu2 b79cf16550 Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3132 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 17:04:09 +00:00
klu2 3111e7b4c3 Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3131 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 16:09:37 +00:00
klu2 04eced5b52 Adjust all driver dispatch order in fdf files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3129 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 14:56:41 +00:00
lgao4 388afff870 Use EdkFatBinPkg binary fat module in Nt32Pkg.fdf, becuase the binary fat module of FatBinPkg is not correct.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3126 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 12:53:54 +00:00
klu2 3c8eac95ea Add ConsoleSplitter into Nt32fpd.fdf file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3125 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 11:28:30 +00:00
qhuang8 361c9fed90 Add PciBus module to Nt32Platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3121 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 09:59:10 +00:00
klu2 535fa3223b Correct the dxs section for PlatformBdsDxe for Nt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3117 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 09:25:28 +00:00
qhuang8 0c1a5ce8b4 Add MonotonicCounter driver
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3116 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 09:15:40 +00:00
klu2 911cad134a Use Hob to get the variable base address in NV storage, but this need to be changed as use PCD when build tool is ready
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3111 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 09:07:47 +00:00
klu2 6fa9d09be2 Fix some { error in Nt32Pkg platform dsc file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3108 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 08:25:28 +00:00
klu2 e15fbaf473 1) PcdFlashNvStorageFtwWorkingSize, PcdFlashNvStorageFtwWorkingBase, PcdFlashNvStorageFtwSpareSize, PcdFlashNvStorageFtwSpareBase, PcdFlashNvStorageVariableSize PcdFlashNvStorageVariableBase should in gEfiMdeModulePkgTokenSpaceGuid.
2) Use FlashMapHob to get the address and length of FV instead of using PCD. 
3) Use hard code environment in WinNtBusDriver but not dynamic PCD.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3106 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 08:08:57 +00:00
jwang36 2cb630b10e Enabled PCD DXE/PEI module build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3104 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 07:41:51 +00:00
klu2 be29ac91de 1) PcdDxeIplSupportCustomDecompress, PcdDxeIplSupportTianoDecompress, PcdDxeIplSupportEfiDecompress, PcdDxeIplBuildShareCodeHobs should in gEfiMdeModulePkgTokenSpaceGuid token space
2) Add DxePeCoffLoaderFromHobLib library instance for DxeCore

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3098 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 05:19:36 +00:00
klu2 7d421cff2b Select correct library instance of PeCoffLoaderLib for DXE_CORE
Open the debug print flag.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3095 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 03:54:26 +00:00
klu2 ab7136ad81 Update [PcdsDynamicDefault.common] because build.exe has been update.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3090 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 02:36:29 +00:00
klu2 afc4d4e0f4 Add cleanall target
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3089 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 02:24:51 +00:00
klu2 877723ae5d Remove addtional debuglib library instance for SEC module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3085 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 02:12:05 +00:00
klu2 8514044087 SecMain should use BaseDebugNullLib.lib for DebugLib library class.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3084 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 02:09:34 +00:00
klu2 910f969c93 Fix the issue that Sec lost library build dependency
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3083 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06 02:07:57 +00:00
AJFISH d695558b20 Split out DebugLib for different module types
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3082 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-05 22:17:00 +00:00
klu2 28ea281313 Use UefiDecompressLib|${WORKSPACE}/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf for make build going.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3077 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-05 15:41:41 +00:00
klu2 56a71b557e Porting WinNtFwhPei and WinNtFlashMapPei to produce FvHob.
Help to build DxeCore in Nt32Pkg platform.
Fix the wrong DebugLib used in Nt32Pkg platform.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3076 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-05 15:27:43 +00:00
klu2 2e7a663de4 Enable Nt32 platform boot to DXE phase.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3073 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-05 09:41:22 +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
klu2 14a71bf34c git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3070 6f19259b-4bc3-4df7-8a09-765794883524 2007-07-05 07:10:59 +00:00
xgu3 95276127e3 Check in following modules,
DxeIpl
ConPlatform
ConSplitter
GraphicsConsole
Terminal
DevicePath

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3069 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-05 07:05:28 +00:00
klu2 af05f8b667 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3065 6f19259b-4bc3-4df7-8a09-765794883524 2007-07-05 06:37:16 +00:00
yshang1 a6f8e804a5 Fixed the "{" in makefile
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3064 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-05 06:31:49 +00:00
klu2 9c0f45b21b fix path error
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3063 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-05 06:28:23 +00:00
klu2 f534206a00 Add PeiCore
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3059 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-05 05:57:27 +00:00
klu2 033655ddb4 Close all compiler's options for debug Sec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3058 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-05 05:57:19 +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
klu2 192f6d4c29 Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does follows PI specification except some FV definitions.
Also the old definition of MdeModulePkg/Include/Ppi/LoadFile.h and EFI_PEI_STARTUP_DESCRIPTOR in MdePkg/Include/PiPei.h will be removed when enabling PI.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3029 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-04 07:51:48 +00:00
vanjeff 2010c81bcd add SKU section in dsc file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3023 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-04 02:30:58 +00:00
AJFISH 1d58cfb2c6 Fixed build break by removing missing include file. Made code compile by not assuming every FLASH device is a FW Hub.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3021 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 19:38:58 +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 9938f405b9 String.h confuse cl.exe. Its name collide with MS's std library.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3015 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 13:05:01 +00:00
qwang12 06335580ec String.h confuse cl.exe. Its name collide with MS's std library.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3014 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 13:04:05 +00:00
qwang12 131d8667c9 enable PlatformBdsDxe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3013 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 12:44:02 +00:00
qwang12 9ef4650724 Use String.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3012 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 12:39:53 +00:00
qwang12 37935d9ff9 remove dxs fie
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3011 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 12:39:10 +00:00
qwang12 559cb091a9 add in FirmwareRevision.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3010 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 12:32:52 +00:00
qwang12 97ccbf276e Enable PlatformBdsDxe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3009 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 12:32:00 +00:00
qwang12 851d410b54 Enable PlatformBdsDxe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3008 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 12:31:15 +00:00
vanjeff 2ff82e8d10 changed gEfiMdeModulePkgTokenSpaceGuid to gEfiEdkModulePkgTokenSpaceGuid temporary. They are need cleaning up later.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3007 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 10:08:09 +00:00
vanjeff efb6503afe add PCD Dxe and Pei module in Nt32Pkg.dsc, but they are commented.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3005 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 10:04:45 +00:00
vanjeff 8706c60e2a clean up
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3001 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 09:37:51 +00:00
klu2 2e19fd0ff6 Porting SecMain module for Nt32Pkg, but not enable PI, so it currently dependent on IntelFrameworkPkg temporary.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2998 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 09:18:19 +00:00
lgao4 f5d74f6d00 Add comments for FDF file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2996 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 09:10:26 +00:00
qwang12 49cc0d3aa6 Make some vfr buidable.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2991 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 06:49:18 +00:00
vanjeff dd356cc4b9 Enable MiscSubclassDriver.inf in Nt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2989 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 06:07:51 +00:00
vanjeff 6d2b4f2204 Adjust the default Library Class instances list in Library Class section.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2984 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 05:30:36 +00:00
lgao4 29afc51b4c Correct DSC to specify the new AtapiPassThru directory.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2981 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 03:25:43 +00:00
lgao4 24491cf692 Add Nt32 fdf file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2980 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 03:10:14 +00:00
qwang12 7c1939e118 delete dxs file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2978 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 02:44:27 +00:00
qwang12 7928840e6f delete dxs file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2977 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 02:42:52 +00:00
qwang12 00fac19080 delete dxs file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2976 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 02:42:05 +00:00
qwang12 24c585104b delete dxs file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2975 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 02:38:48 +00:00
qwang12 1897b70ba8 Change MonotonicCounterRuntimeDxe to MetronomeDxe. This is a typo ininitally. MonotonicCounterRuntimeDxe should be in MdeModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2974 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 02:34:30 +00:00
qwang12 ca34da0766 delete dxs file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2973 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 02:22:34 +00:00
qwang12 49d77b4008 delete dxs file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2972 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03 02:21:14 +00:00
qwang12 e638b5e129 Remove CommonHeader.h from VFR files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2967 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 13:06:49 +00:00
qwang12 0847a6418f change reference to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL_GUID EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2966 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 13:05:27 +00:00
qwang12 71339b0da0 Change NameGuid to FvFileName
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2961 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 09:53:14 +00:00
qwang12 29b052646a Make EdkGenericBdsLib compile.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2954 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 09:33:33 +00:00
lgao4 9921414053 Add IntelFrameworkModulePkg dependency for status code library instances and Correct Nt32Pkg.dsc file sync with mdemodule directory change.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2945 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 08:40:26 +00:00
qwang12 af162ac5f9 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@2941 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 08:18:26 +00:00
vanjeff ecd9cd15e7 1. Remove IntelFrameworkPkg.dec package dependency from EdkFvbServiceLib.inf and VariableRuntimeDxe/Variable.inf
2. Remove IntelFrameworkModulePkg.dec package dependency from DxeNt32OemHookStatusCodeLib.inf and PeiNt32OemHookStatusCodeLib.inf.
3. Enable StatusCode Dxe and Peim modules in Nt32Pkg.dsc 

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2938 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 07:28:50 +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
qwang12 bc11b82964 add in PlatformBds.inf
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2932 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 05:08:32 +00:00
vanjeff 5520659643 1. Clean up DxeNt32OemHookStatusCodeLib.inf and PeiNt32OemHookStatusCodeLib.inf
2. Updated Dsc file 

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2928 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02 03:11:11 +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
qwang12 29aa45b4fe Rename Frame*Lib to *LibFramework to improve the speed that a module could be found in the tree.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2909 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 08:47:14 +00:00
qhuang8 35ccc74df9 Add PciBus & Crc32SectionExtract to Nt32 build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2904 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 08:10:42 +00:00
klu2 273393ca7d comment CpuRuntimeDxe driver to not break Nt32Pkg build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2885 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 05:12:55 +00:00
klu2 6ad55b150b Add ScsiDiskDxe driver for Nt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2879 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 03:44:58 +00:00
klu2 3a10d47190 Porting ScsiBus module for Nt32Pkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2876 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 03:33:17 +00:00
qwang12 c7f262410d add in CpuRuntimeDxe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2872 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 03:20:12 +00:00
qwang12 770bcbb646 add in CpuRuntimeDxe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2871 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29 03:02:40 +00:00
AJFISH 3a98b778ab Updated *.dec files and .h files to support correct include path scheme
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2863 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 20:26:24 +00:00
vanjeff 480d38acd4 remove duplicated definitions of gEfiAlternateFvBlockGuid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2861 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 15:31:12 +00:00
vanjeff 4cf1c1b554 add helloworld, diskio, partition and varibleruntime modules in Nt32.dsc
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2859 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 15:16:51 +00:00
jwang36 32f148f8a3 1. Added depex file generation
2. Added file type filter per the toolcode/toolchain/toolchain family/etc., and fixed the BaseLib.inf
3. Added unicode file parse support but commented out temporarily because of bugs
4. Fixed the unicode file format in Nt32Pkg/MiscSubClassPlatformDxe
5. Removed duplicated [Ppis.common] in MdePkg.dec
6. Added declaration of gEfiPeiMemoryDiscoveredPpiGuid in Nt32Pkg.dec

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2858 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 15:08:08 +00:00
qhuang8 6ec032f84a Add IdeBus, DataHub, DataHubStdErr to Nt32 build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2855 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 14:21:17 +00:00
klu2 b76623c183 Enable VariablePei into DSC file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2839 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 09:14:58 +00:00
klu2 7ff7768df2 Add variablePei module into MdeModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2838 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 09:00:08 +00:00
klu2 de4c8a3080 1) Add MdeModulePkg\Universal\WatchDogTimerDxe driver. Because this driver use ReportStatus so this module is dependent on IntelFrameworkPkg now.
2) Write ReportStatusCodeLib.inf for  IntelFrameworkPkg\Library\ReportStatusCodeLibFramework and add it into IntelFrameworkPkg.dec

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2837 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 08:36:46 +00:00
qwang12 2a90cfc201 add in a few modules
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2836 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 08:27:22 +00:00
qwang12 66cb9385e5 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2835 6f19259b-4bc3-4df7-8a09-765794883524 2007-06-28 07:58:29 +00:00
qwang12 4abb21937c Remove the Includes section from a few INF file and Nt32.dsc buildable by commenting out some inf.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2834 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 07:33:33 +00:00
qhuang8 30d4a0c7ec Include several modules in MdeModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2831 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 06:23:38 +00:00
klu2 076606899f Add [depex] in inf file and dxs from file list in inf's [source] section.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2826 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 03:14:08 +00:00
klu2 b665a407eb git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2825 6f19259b-4bc3-4df7-8a09-765794883524 2007-06-28 02:41:13 +00:00
klu2 36c5c3aea4 Change Peim postfix to Pei for WinNtAutoScanPeim driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2824 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 02:39:52 +00:00
klu2 2ff7c28039 Change some file name for WinNtThunkPPIToProtocolPei driver
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2823 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 02:39:02 +00:00
klu2 a189123aa2 Rename Peim to Pei
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2820 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-28 02:34:29 +00:00
klu2 c53dbcfc44 Use / in place of \ in path
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2804 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 09:18:20 +00:00
klu2 55e6660f6b Add FvbServicesRuntimeDxe into Nt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2802 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 09:04:08 +00:00
qwang12 8a4a9d2125 add in Metronome.inf
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2797 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 08:43:57 +00:00
qwang12 49993bedb1 add RealTimeClockRuntimeDxe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2796 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 08:38:05 +00:00
qwang12 9c296d3b52 Remove includes from INF
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2795 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 08:36:56 +00:00
qwang12 30bfcad382 remove include from inf
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2794 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 08:34:53 +00:00
qwang12 8681bee282 Added in ResetRuntimeDxe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2793 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 08:15:43 +00:00
qwang12 f40c9d1799 Add in gEfiWinNtThunkProtocolGuid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2792 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 08:09:13 +00:00
qwang12 e331c50d08 Add in TimerDxe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2791 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 08:08:24 +00:00
klu2 5f44f5b9bb Add WinNtSerialIoDxe driver into Nt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2785 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 07:00:49 +00:00
klu2 c9fc89a313 Add WinNtGop driver into Nt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2784 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 06:48:58 +00:00
qwang12 8879d432af add in MiscSubClassPlatformDxe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2783 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 06:46:00 +00:00
klu2 068eac814d Add WinNtSimpleFileSystemDxe driver into Nt32Pkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2782 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 06:39:45 +00:00
klu2 af4d71fcda Add WinNtConsole driver into Nt32Pkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2779 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 06:23:37 +00:00
klu2 420fc8e584 Add WinNtBusDriverDxe into Nt32Pkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2775 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 05:46:08 +00:00
klu2 2516153c16 wrong package name
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2773 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 05:44:28 +00:00
klu2 1016045636 Add WinNtBlockIoDxe module into Nt32Pkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2770 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 05:06:50 +00:00
klu2 6c25c60e6c 1) Add include path into MdeModulePkg.dec
2) Add WinNtAutoScanPeim module into new Nt32Pkg

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2767 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 03:57:21 +00:00
klu2 66f0059f35 1) Porting the original WinNtStuff Peim to new Nt32Pkg
2) Adding PeiHobLib to MdePkg 

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2765 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 03:41:18 +00:00
klu2 3747c59bbf Remove CommonHeader.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2762 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-27 02:54:54 +00:00
qwang12 89b6542cc4 add in BootModePei
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2754 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-26 10:10:18 +00:00
klu2 869f8e34d2 Success to build first Nt32 module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2753 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-26 09:35:19 +00:00
klu2 45a20a7fd8 Initialize the include folder for NT32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2749 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-26 08:25:56 +00:00
klu2 25a201c66e Initialize the dsc and dec file for Nt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2747 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-26 08:15:15 +00:00