summaryrefslogtreecommitdiff
path: root/Nt32Pkg/PlatformBdsDxe
AgeCommit message (Collapse)Author
2007-10-05Update comments in Variable driver and removed references to FLASH Map Hob ↵AJFISH
in INF files git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4019 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-26Fix a memory leak issue.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3925 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30Remove '|' at end of PCD line.klu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3747 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC ↵qhuang8
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-30Added missing dependent packagejwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3738 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-17Use <> in #include statements instead of "" for include files from packagesmdkinney
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-06Correct a bug that allocate a fix size buffer as input buffer for ↵qwang12
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-07-31Added UEFI Boot Manager definitions to UEFISpec.h and removed from BDSAJFISH
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3515 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Remove Include/Common/FirmwareRevision.hklu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3476 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Remove CommonHeader.h for BdsPlatformDxe driver in Nt32Pkg.klu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3475 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Remove CommonHeader.h for BdsPlatformDxe driver in Nt32Pkg.klu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3474 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-26removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and ↵AJFISH
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-26CpuModel, CpuSpeed, Memory should be in gPlatformConnectSequence but not ↵klu2
gPlatformConsole git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3446 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-25Add virtual CpuModel, CpuSpeed and Memory driver into default connect device ↵klu2
list. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3430 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-24Retire the "Include/Common" of MdeModulePkg.yshang1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3425 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-24remove dxs files.qwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3422 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-20remove some comments introduced by tools.vanjeff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3383 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-16mass cleanup inf nameqwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3255 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-13Convert NT32 to use PCD settings for UEFI Timeout and language variables as ↵AJFISH
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-11Cleanups in PlatformBds.c. BDS will get rewritten, but his makes it easier ↵AJFISH
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-10Remove .DXS reference in .inf fileAJFISH
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3183 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-06Correct the dxs section for PlatformBdsDxe for Nt32Pkgklu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3117 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03Fixed build break by removing missing include file. Made code compile by not ↵AJFISH
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-03String.h confuse cl.exe. Its name collide with MS's std library.qwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3015 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03String.h confuse cl.exe. Its name collide with MS's std library.qwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3014 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03Use String.hqwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3012 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03Enable PlatformBdsDxeqwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3008 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-03Make some vfr buidable.qwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2991 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02Remove CommonHeader.h from VFR files.qwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2967 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02Rename Protocol/FrameworkHii.h to Protocol/HiiFramework.h to follow the ↵qwang12
naming convention. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2941 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-02add in PlatformBds.infqwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2932 6f19259b-4bc3-4df7-8a09-765794883524