summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-09-13make branch for Nt32Pkgsvn/branches/Nt32Pkghche10x0-0/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/Nt32Pkg@3818 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-31Add <BR>svn/branches/Nt32Pkg@3760klu21-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3751 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30Remove '|' at end of PCD line.klu21-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3747 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30Fix wrong PCD definition in DEC file.klu21-4/+4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3746 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC ↵qhuang812-210/+210
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/Nt32Pkg@3744 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30Added missing dependent packagejwang365-3/+8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3738 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30Fix the wrong Maximum size for PcdUefiVariableDefaultPlatformLang qhuang81-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3736 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-29Update INF files to remove/update non-exist files listed in [sources] sections. qhuang83-3/+1
New build tool performs stricter check. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3733 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-17Use <> in #include statements instead of "" for include files from packagesmdkinney2-59/+59
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/Nt32Pkg@3674 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-17Remove several unprintable characters in commentsqhuang81-2/+2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3670 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16Remove use of CHECKSUM sections and leave an example in comments showing how ↵mdkinney1-10/+30
to use CHECKSUM sections git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3663 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16Added support for UART and Terminal PCD settingsAJFISH5-54/+42
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3662 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16Fix a typo in last check in. The token number should not have been duplicated.qhuang81-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3657 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16Add missing PcdWinNtFdBaseAddress declaration in DEC file.qhuang81-0/+1
It is referenced by Nt32Pkg.fdf. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3656 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16Move some datahub producer GUID from IntelFrameworkPkg to ↵klu21-0/+1
IntelFrameworkModulePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3655 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16Move some datahub producer GUID from IntelFrameworkPkg to ↵klu23-0/+3
IntelFrameworkModulePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3652 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16Fix a bug to relocate FTW space base for NT32 platform.qhuang81-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3650 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to ↵klu22-1/+3
IntelFrameworkModulePkg git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3649 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-151) Add type casting for argument "a" in EFI_ERROR(a), since if compare two ↵yshang11-1/+1
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/Nt32Pkg@3643 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-101) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h ↵klu24-19/+21
header file. 2) Move BaseReportStatusCodeLib, PeiDxeDebugLibReportStatusCode, DxeReportStatusCodeLibFramework,PeiReportStatusCodeLib to IntelFrameworkModulePkg git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3602 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-09Changed class name EdkPeCoffLoaderLib to PeCoffLoaderLibjwang361-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3591 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-09change "System Production Name" to "Nt32 Emulation Environment" and will ↵klu21-0/+0
change "Bios Version" name to "R9 Prime" git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3588 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-08Correct UefiDecompress library instancelgao41-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3574 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-08Changed the library class name to HiiLibFrameworkjwang361-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3572 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-071. Fixed STRING_TOKEN() matching issue during unicode file parsingjwang361-0/+0
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/Nt32Pkg@3566 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-06Correct a bug that allocate a fix size buffer as input buffer for ↵qwang121-13/+6
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/Nt32Pkg@3555 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-06Remove the invalid revision 3549.yshang11-3/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3553 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-06Fix bug in PciCfg to support PCI express address.yshang11-1/+3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3549 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-03Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, ↵yshang13-3/+0
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/Nt32Pkg@3545 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-03Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, ↵yshang111-341/+114
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/Nt32Pkg@3544 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-03PcdPei module should link BasePcdLibNull to avoid self dependency. qhuang81-1/+4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3542 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-02Change the patchableInModule type PCD to fixedAtBuild type PCD because NT32 ↵klu21-3/+1
platform is not for releasing binary module. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3531 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-02Remove duplicate PCD from DSC fileklu21-1/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3527 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-01Fix PCD bug in NT32Pkg DSC file.klu21-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3521 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-31Added UEFI Boot Manager definitions to UEFISpec.h and removed from BDSAJFISH2-13/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3515 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-30Removed unused library classesjwang361-10/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3502 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Removed unneeded $(WORKSPACE)\ in *.DSC files. Also synced MdePkg.dec file ↵AJFISH1-201/+204
with package specification update git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3490 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Removed IntelFrameworkPkg references from SECAJFISH3-107/+25
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3489 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Add license header for FDF file in nt32Pkgklu21-0/+11
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3479 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Remove fpd wordklu22-2/+2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3477 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Remove Include/Common/FirmwareRevision.hklu22-26/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3476 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Remove CommonHeader.h for BdsPlatformDxe driver in Nt32Pkg.klu21-49/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3475 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Remove CommonHeader.h for BdsPlatformDxe driver in Nt32Pkg.klu228-205/+106
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3474 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Remove [Include] from INF file.klu23-13/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3469 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Correct copy rightklu24-35/+32
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3468 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Removed non-existing filejwang361-1/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3465 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27No longer needed. Use USER_DEFINED module type instead.jwang362-232/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3464 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Recovered from deletionjwang361-0/+335
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3461 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-26Replaced file deleted by mistakeAJFISH1-0/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/Nt32Pkg@3459 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-26removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and ↵AJFISH24-1074/+298
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/Nt32Pkg@3458 6f19259b-4bc3-4df7-8a09-765794883524