summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Library
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Nt32Pkg: Replace [Ascii|Unicode]ValueToStringHao Wu1-3/+3
2016-11-15Nt32Pkg: Fix typos in comments and variablesGary Lin2-7/+7
2016-11-10Nt32Pkg/PlatformBds: Dispatch deferred images after EndOfDxeRuiyu Ni1-0/+5
2016-10-10Nt32Pkg/PlatformBootManagerLib: Signal the End of DXE EventCinnamon Shia2-0/+10
2016-09-28Nt32Pkg: Use the new LogoDxe driverRuiyu Ni2-4/+2
2016-09-28Nt32Pkg/PlatformBds: Do not call BootLogoEnableLogoRuiyu Ni1-2/+2
2016-09-12Nt32Pkg: Fix VS2010/VS2012 build failureDandan Bi1-0/+2
2016-09-02Nt32Pkg PlatformBootManagerLib: Enable BootManagerMenuApp.Dong, Eric3-3/+168
2016-08-01Nt32Pkg: Make Shell as the first boot optionLiming Gao1-0/+34
2016-08-01Nt32Pkg: Add LoadFileOnFv2 driver in DSC/FDFLiming Gao1-106/+17
2016-05-27Nt32Pkg/PlatformBootManagerLib: zero EFI_GRAPHICS_OUTPUT_BLT_PIXEL.ReservedLaszlo Ersek1-8/+8
2015-12-15Nt32Pkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-11-12Nt32Pkg: Use BootLogoLib for logo and progress bar drawing.Ruiyu Ni4-839/+8
2015-09-16Nt32Pkg: Fix PlatformBootManagerLib to respect PcdShellFile.Ruiyu Ni2-6/+4
2015-08-25Nt32Pkg: Keep boot behavior using new BDS almost same as that using old BDSRuiyu Ni5-82/+1235
2015-08-06Nt32Pkg: Platform BDS should test the untested memoryRuiyu Ni3-0/+92
2015-08-03Nt32Pkg: Remove old useless bds platform lib.Eric Dong4-970/+0
2015-08-03Nt32Pkg: Do connect all and Refresh boot option action after console is conne...Eric Dong1-0/+2
2015-05-18Nt32Pkg: Use different FILE_GUID.Ruiyu Ni1-1/+1
2015-05-11Nt32Pkg: Add PlatformBootManagerLib to Nt32 platform.Ruiyu Ni4-0/+508
2015-05-06Nt32Pkg: Use the new PCDs defined in MdePkg and MdeModulePkg.Ruiyu Ni1-2/+2
2013-10-12We enabled X64 native version NT32, and made it works on Windows 7 X64 OS.Jiamin Ma3-8/+8
2012-04-11Nt32Pkg: Add Secure Boot build option including Custom Mode setupleegrosenbaum2-0/+74
2010-08-06Change DxeNt32PeCoffExtraActionLib to not depend on the library constructor t...niruiyu2-12/+6
2010-08-05Make PeCoffExtraActionLib more robust, in case it is called before its constr...andrewfish1-0/+7
2010-06-14Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryType...mdkinney1-0/+1
2010-04-28Update the copyright notice formathhtian16-32/+32
2010-03-03Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod...xli247-14/+3
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu27-18/+0
2010-02-231. Correct File header to ## @filelgao47-29/+29
2010-02-11Update PeCoffExtraActionLib for NT32 to allow an app or driver to be loaded m...mdkinney1-3/+28
2010-02-01Fix the build warning of potential uninitialized variable of "SizeOfHeaders". qhuang81-33/+35
2010-01-14Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH1-0/+47
2009-12-25Remove status code modules' dependency on IntelFrameworkModulePkg.xli242-1/+3
2009-11-10Update Nt32 package to remove UID support .qhuang83-75/+0
2009-11-10Enable UID support in NT32 platformgdong13-0/+75
2009-08-24Make end of line consistent caused by previous check in.qhuang81-275/+275
2009-08-24Integrate the patch contributed by Andrew Fish to add ARM support.qhuang81-272/+275
2009-07-13ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, wh...eric_tian1-28/+25
2009-07-11Remove extra #includes where possible to make build more efficientmdkinney1-1/+1
2009-07-10Remove unused PeiServiceLib header file.lgao41-1/+0
2009-07-10Move LockKeyboards API from GenericBdsLib to PlatformBdsLiblgao41-2/+27
2009-07-10Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI ...mdkinney1-17/+0
2009-07-09Retire Logo and Shell guid header file, which are replaced by gEfiIntelFramew...lgao43-4/+3
2009-06-20Fix ICC compatibility issuesmdkinney1-1/+3
2009-06-07Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney1-10/+10
2009-06-07Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...mdkinney4-6/+4
2009-06-01Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SI...mdkinney2-16/+16
2009-05-30This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2-4/+4
2009-05-09Sync with PE/COFF Extra Action library class comments and add ASSERT() condit...mdkinney2-33/+34