summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Nt32Pkg.dec
AgeCommit message (Collapse)AuthorFilesLines
2009-02-23Update Nt32 platform to use dynamic HII pcd to save console output mode.qhuang81-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7579 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-11Make doxygen type comment for Nt32Pkg.dec file.klu21-52/+52
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5454 6f19259b-4bc3-4df7-8a09-765794883524
2008-03-04Remove EdkGenericBdsLib as it is replaced by ↵qwang121-2/+0
MdeModulePkg/Include/Library/GenericBdsLib.h. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4792 6f19259b-4bc3-4df7-8a09-765794883524
2008-02-29Merge Temporary Ram support patch.klu21-0/+2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4782 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-01Removed PCD entries for CPU properties as they should be defined in UNI ↵AJFISH1-2/+0
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-08-31Add <BR>klu21-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3751 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@3746 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC ↵qhuang81-26/+26
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-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@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@3656 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-03Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, ↵yshang11-0/+11
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-07-27Remove fpd wordklu21-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3477 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-26removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and ↵AJFISH1-3/+0
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-20Remove gEfiEndOfPeiSignalPpiGuid and gEfiPeiMemoryDiscoveredPpiGuid from ↵yshang11-3/+0
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-05Check in following modules,xgu31-0/+2
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-03Porting SecMain module for Nt32Pkg, but not enable PI, so it currently ↵klu21-2/+4
dependent on IntelFrameworkPkg temporary. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2998 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-021. Add FrameworkFormBrowser.hvanjeff1-5/+11
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-06-28Updated *.dec files and .h files to support correct include path schemeAJFISH1-5/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2863 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-281. Added depex file generationjwang361-2/+3
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-27Add WinNtBusDriverDxe into Nt32Pkg.klu21-3/+3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2775 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-271) Add include path into MdeModulePkg.decklu21-1/+1
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-271) Porting the original WinNtStuff Peim to new Nt32Pkgklu21-2/+5
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-26Success to build first Nt32 module.klu21-17/+17
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2753 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-26Initialize the dsc and dec file for Nt32Pkgklu21-0/+119
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2747 6f19259b-4bc3-4df7-8a09-765794883524