summaryrefslogtreecommitdiff
path: root/Nt32Pkg
AgeCommit message (Expand)AuthorFilesLines
2010-12-08Fixed a bug: when underlayer receives much more data, return EFI_BUFFER_TOO_S...hhuan131-1/+4
2010-11-29Fix ICC 9.1 build breakmdkinney1-3/+10
2010-11-25Set PcdResetOnMemoryTypeInformationChange to FALSE in NT32 to avoid close dow...niruiyu1-0/+1
2010-10-21Use the correct length to copy KeyData.niruiyu1-2/+2
2010-10-15Refile code to make code following the UEFI spec.ydong101-1/+2
2010-10-09Fixed update file time error problem.ydong103-2/+37
2010-08-31Enlarge the maximum size of VOID* typed PCD to ensure it is greater or equal ...qhuang81-6/+6
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-07-02Report correct MediaPresentSupported value from Nt32 SNP mode data.xdu21-2/+2
2010-06-14Update NT32 to produce the gEfiMemoryTypeInformation HOBmdkinney2-3/+63
2010-06-14Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryType...mdkinney1-0/+1
2010-04-28Update the copyright notice formathhtian132-260/+260
2010-04-22Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI...lgao42-4/+0
2010-04-09Nt32SerialIo driver was changed to produce the flow control device path node ...niruiyu3-55/+214
2010-03-31Fix ICC build failuresmdkinney3-7/+9
2010-03-21Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Com...lgao41-140/+92
2010-03-14Clean up PCDs section in Nt32 DSCs by removing those PCDs that use the defaul...lgao41-73/+10
2010-03-03Add VlanConfigDxe to platform DSC/FDF.xdu22-0/+2
2010-03-03Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod...xli2410-17/+3
2010-03-01Add the missing OUTPUT directory for the EFI and depex file in Rule section.lgao41-15/+15
2010-03-01Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac...lgao41-15/+15
2010-02-26add debug agent null instance in DSC file.vanjeff1-7/+8
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu222-48/+0
2010-02-231. Correct File header to ## @filelgao433-128/+129
2010-02-14Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney1-2/+2
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-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney7-65/+35
2010-01-14Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH1-0/+47
2010-01-14Fix parameter checking for CPU I/O 2 Protocol on NT32 platform.xli241-3/+11
2010-01-12Don't calculate the directory size and the caller of EFI_FILE protocol can ca...qhuang81-45/+1
2010-01-04Implement the simulation version of StallPei for NT32 platform. It bases on w...klu24-0/+157
2009-12-29Refer to OEM status code hook library instances in MdeModulePkg.xli243-3/+3
2009-12-29Refer to status code library instances in MdeModulePkg.xli241-9/+9
2009-12-25Move Status Code Handler modules for PI implementation to MdeModulePkg.xli242-5/+5
2009-12-25Remove status code modules' dependency on IntelFrameworkModulePkg.xli243-2/+4
2009-12-23Correct license's header.klu210-187/+106
2009-12-21Return EFI_UNSUPPORTED on NT32 platform.xli241-4/+4
2009-12-07Update NT32 emulation platform to produce dummy CPU I/O 2 Protocol.xli244-15/+13
2009-11-26Add DxeSecurityManagementLib instance lgao41-0/+1
2009-11-201. PI SMBIOS Checkin. Major change include:davidhuang33-739/+1815
2009-11-10Update Nt32 package to remove UID support .qhuang85-79/+0
2009-11-10Enable UID support in NT32 platformgdong15-0/+79
2009-11-03Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE.xli246-6/+275
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang2-3/+3
2009-10-011) Update PE/COFF file alignment to 4KB to match 4KB section alignment.mdkinney2-5/+5
2009-09-22Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE qhuang82-54/+54
2009-09-161. updated "the Bus Driver that creates all of its child handles on the first...vanjeff1-11/+2
2009-09-14updated the Bus Driver that is able to create all or one of its child handles...vanjeff2-30/+56