- bbd53f7 Update the Package version. by niruiyu · 13 years ago
- b620a67 Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow which are specially for BIOS setup. by li-elvin · 13 years ago
- bb9f4ea Avoid using code name in comments. by niruiyu · 13 years ago
- 0929b78 Add right PCD Library instance mapping by hhtian · 14 years ago
- 9531873 Add PCD Library instance mapping for GraphicsConsole driver. by rsun3 · 14 years ago
- 48fff86 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 963b62e Set PcdResetOnMemoryTypeInformationChange to FALSE in NT32 to avoid close down in the first start up. by niruiyu · 14 years ago
- e527bd2 Enlarge the maximum size of VOID* typed PCD to ensure it is greater or equal to the actual size of data. by qhuang8 · 14 years ago
- 8f2a5f8 Update the copyright notice format by hhtian · 15 years ago
- 663ef02 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI NT32 platform. by lgao4 · 15 years ago
- 7cc9c45 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
- 5fa3085 Clean up PCDs section in Nt32 DSCs by removing those PCDs that use the default values/types from the DEC file. by lgao4 · 15 years ago
- 1b14ec4 Add VlanConfigDxe to platform DSC/FDF. by xdu2 · 15 years ago
- 53f79f8 add debug agent null instance in DSC file. by vanjeff · 15 years ago
- 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
- 70836cb Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
- ba82cb6 Implement the simulation version of StallPei for NT32 platform. It bases on window API Sleep(). by klu2 · 15 years ago
- 6f7978c Refer to OEM status code hook library instances in MdeModulePkg. by xli24 · 15 years ago
- 663ec9c Refer to status code library instances in MdeModulePkg. by xli24 · 15 years ago
- 164393a Move Status Code Handler modules for PI implementation to MdeModulePkg. by xli24 · 15 years ago
- bef09f3 Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
- 8273af4 Add DxeSecurityManagementLib instance by lgao4 · 15 years ago
- 1fdd39d 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
- 60f3d32 Update Nt32 package to remove UID support . by qhuang8 · 15 years ago
- aa11588 Enable UID support in NT32 platform by gdong1 · 15 years ago
- 25126a0 Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE. by xli24 · 15 years ago
- 061b1c2 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
- 2356592 1) Update PE/COFF file alignment to 4KB to match 4KB section alignment. by mdkinney · 15 years ago
- 5276f66 add UefiPxeBcDxe in Nt32 platform. by vanjeff · 15 years ago
- 6782e82 deleted PCD PcdUefiVariableDefaultTimeout by jchen20 · 15 years ago
- 9313111 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
- e900e19 Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg. by vanjeff · 15 years ago
- 4a2a9d7 Remove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnable by klu2 · 16 years ago
- d2c315e Retire the duplicate StatusCode PCD: by lgao4 · 16 years ago
- 9c11644 Build tool will translate the value of VOID* type PCD to byte array, and put value into database. So no need use esc character "\" in path value of UNICODE string. by klu2 · 16 years ago
- 72670d3 Add gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress by jljusten · 16 years ago
- 0299403 Update DSC&FDF files according to update of status code PEIM. by xli24 · 16 years ago
- 6693414 Update DSC files according to update of status code driver. by xli24 · 16 years ago
- 6d8ced2 Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe. by lgao4 · 16 years ago
- d6a6483 Remove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
- 3f07728 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
- f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
- 4d6c29c modify the format of DynamicHii type pcd in DSC file. We directly use Unicode string to describe the stored variable string name rather than original hex code. by eric_tian · 16 years ago
- 97ef8cf Add more usages in NT32 dsc and fdf by lgao4 · 16 years ago
- 0a20571 retire FvbServiceLib class in MdeModulePkg, and also remove the two instances in MdeModulePkg and ItaniumPlatformPkg. by eric_tian · 16 years ago
- e4ce8ea remove PcdNtEmulatorEnable. by vanjeff · 16 years ago
- 8e8fcb0 Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffExtraActionLibNull" by qhuang8 · 16 years ago
- ffdd18b Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
- ea2d908 retired PcdNtEmulatorEnable. by vanjeff · 16 years ago
- eba3ff4 Remove the lite version FaultTolerantWrite Dxe Driver. Use new full version FaultTolerantWriteDxe driver in MdeModulePkg. by lgao4 · 16 years ago
- 5bc18fe Make Nt32 Sec use PeiReportStatusCodeLib instance of BaseReportStatusCodeLib in IntelFrameworkModulePkg. by qhuang8 · 16 years ago
- 1f9fa1d 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification said, if PcdHardwareErrorRecordLevel is 0, platform does not provide feature of hardware error record. by klu2 · 16 years ago
- 34a2bb9 All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Application by eric_tian · 16 years ago
- 21e97c7 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago
- 996d5e2 Remove PCD setting same to default set. by lgao4 · 16 years ago
- ef0028a Fix typo by klu2 · 16 years ago
- 2743172 Add sample PlatformDriOverrideDxe and PlatOverMngr application in NT32 package by lgao4 · 16 years ago
- 41ae2c7 Remove reference to gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt by qhuang8 · 16 years ago
- 842b46a Update SecMain code to remove unused logic. by lgao4 · 16 years ago
- fcf24ba Update Nt32 platform to use dynamic HII pcd to save console output mode. by qhuang8 · 16 years ago
- d73be1d Remove BaseMemoryTest PPI and related producers and consumers. by xli24 · 16 years ago
- dcbb35e Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
- d5469f4 Corrected the case of file name by jwang36 · 16 years ago
- 693e49c Add comments in platform DSC files to remind that binaries are only listed in FDF, not in DSC. by xli24 · 16 years ago
- 4213ce8 Split out Synchronization Library from Base Library by mdkinney · 16 years ago
- 5c5a2ca Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification. by klu2 · 16 years ago
- 9a8fe60 Remove the capsule PCD value setting. This value is same to the default value. No setting is required. by lgao4 · 16 years ago
- 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
- 4797d4c Update NT32 platform DSC file for library class/instances renaming. by qhuang8 · 16 years ago
- 008698a 1, Add <Library/DevicePathLib.h> for all source that use device path utility macros by klu2 · 16 years ago
- a7e883d Move FvbServiceLib, GraphicsLib, and DxePalLib from MDE package due to package dependency issue, and update all DSC files accordingly. by xli24 · 16 years ago
- 0a525ec Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
- 01a59a8 Changing source filename to match name changing. by vanjeff · 16 years ago
- eb5bb28 Set PcdPlatformBootTimeOutDefault to 10 to enable test automation. by qhuang8 · 16 years ago
- ae8432d Rename Nt32 Fd image name to Nt32.Fd by lgao4 · 16 years ago
- e6422a3 Fix a typo in Pcd name by qhuang8 · 16 years ago
- 880cfb9 Change default PcdLib instances for UEFI drivers and applications for Nt32 platform by qhuang8 · 16 years ago
- fb53e6c Switch DxeCore to use DxeCoreMemoryAllocationLib for NT32 platform. by qhuang8 · 16 years ago
- 45fb148 Remove duplicate PCD by klu2 · 16 years ago
- d37be74 Fixed a case error in referencing DxeNt32PeCoffLib.inf. by ywang · 16 years ago
- 7f4d210 Add library instance for UEFI_DRIVER by qhuang8 · 16 years ago
- b3149ea [Description] by eric_tian · 17 years ago
- 58dcdad Merge Temporary Ram support patch. by klu2 · 17 years ago
- 764e3bf remove EdkGenericBdsLib|Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf which is removed. by qwang12 · 17 years ago
- 350c543 Remove the wrong changes. by qwang12 · 17 years ago
- 20d2ed1 Replaced by Y:\work\MdeModulePkg\Library\GenericBdsLib\GenericBdsLib.inf which complies to UEFI HII. by qwang12 · 17 years ago
- ff8ff13 Update PeiReportStatusCodeLib instance, which will support report data prior to installed the REPORT STATUSCODE PPI. by yshang1 · 17 years ago
- 2a5726b 1) Cleanup HiiLib, IfrSupportLib. by qwang12 · 17 years ago
- db9c423 Rollback. by jwang36 · 17 years ago
- bb447e1 Fixed the incorrect library instance setting for "PerformanceLib" library class by jwang36 · 17 years ago
- 5fd5fcd UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
- be0187b Comment out unused ECP library which no any module referenced, by klu2 · 17 years ago
- 2529e5e Added following line under [BuildOptions] for R8 modules build by jwang36 · 17 years ago
- cd46d8f Added [Libraries] for R8 modules' build by jwang36 · 17 years ago
- 95be2c9 by lgao4 · 17 years ago
- 706e753 Modify minor error in Nt32Pkg.dsc by lgao4 · 17 years ago
- 1964846 Add PeiPiLib for PeiMain module by lgao4 · 17 years ago
- 2b642e5 Fix some bugs in DSC/INF file Nt32 platform by klu2 · 17 years ago
- 55fd33e Remove AtapiPassThru driver in NT32 DSC file by qhuang8 · 17 years ago
- 36ee91c 1. Add DPC protocol and DpcLib library in MdeModulePkg. by vanjeff · 17 years ago