- 1b65880 Fix ICC build issues by mdkinney · 14 years ago
- 283d361 Fix the bug that WinNtBlockIo fails to properly allocate a buffer. by niruiyu · 14 years ago
- d7bc435 Order sections as [Defines], [Includes], [LibraryClasses], [Guids], [Ppis], [Protocols], [PcdsFeatureFlag], [PcdsFixedAtBuild], [PcdsPatchableInModule], [PcdsDynamic] and [PcdsDynamicEx]. by lzeng14 · 14 years ago
- 4c89154 Return scan code for Pause key. by vanjeff · 14 years ago
- 99df328 Clean up DEC files: by mdkinney · 14 years ago
- 58f8069 Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
- 66fe714 Fix NT32 Keyboard driver to call hotkey callback even no one is calling ReadKeyStroke(). by niruiyu · 14 years ago
- 75e55c5 Set EXECUTE flags in so RELEASE builds can tun correctly. by mdkinney · 14 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
- 831ff05 Add support for the GetTimerValue() to the CPU AP for NT32. This also requires some performance counter APIs to be added to the WinNtThunk Protocol. by mdkinney · 14 years ago
- d0a3ead Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. by vanjeff · 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
- b80022d Correct incoming buffer size comparison to the incoming buffer, not the existing buffer. by jcarsey · 14 years ago
- aaf779a Fixed a bug: when underlayer receives much more data, return EFI_BUFFER_TOO_SMALL. by hhuan13 · 14 years ago
- e74c367 Fix ICC 9.1 build break 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
- 5b31378 Use the correct length to copy KeyData. by niruiyu · 14 years ago
- 41e9426 Refile code to make code following the UEFI spec. by ydong10 · 14 years ago
- f515069 Fixed update file time error problem. by ydong10 · 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
- 1a2ae0f Change DxeNt32PeCoffExtraActionLib to not depend on the library constructor to initialize mWinNt pointer because DxeCore calls the library API before it calls the constructor. by niruiyu · 14 years ago
- 21ff163 Make PeCoffExtraActionLib more robust, in case it is called before its constructor gets called. This fixes a crash in TOT. by andrewfish · 14 years ago
- 7ee525b Report correct MediaPresentSupported value from Nt32 SNP mode data. by xdu2 · 15 years ago
- 57b3102 Update NT32 to produce the gEfiMemoryTypeInformation HOB by mdkinney · 15 years ago
- ea3cfce Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryTypeInformation by mdkinney · 15 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
- ff72001 Nt32SerialIo driver was changed to produce the flow control device path node when the remaining device path contains such node. And it will return unsupported when receiving a remaining device path only contains UART node and it’s already produced the flow control node. by niruiyu · 15 years ago
- 5b368e7 Fix ICC build failures by mdkinney · 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
- 8cc7e3e Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
- 2014a81 Add the missing OUTPUT directory for the EFI and depex file in Rule section. by lgao4 · 15 years ago
- a0b1646 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver. by lgao4 · 15 years ago
- 53f79f8 add debug agent null instance in DSC file. by vanjeff · 15 years ago
- 0b75797 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 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
- 6635217 Update PeCoffExtraActionLib for NT32 to allow an app or driver to be loaded more than once. Only the first instance will support source level debug. by mdkinney · 15 years ago
- a3deae0 Fix the build warning of potential uninitialized variable of "SizeOfHeaders". by qhuang8 · 15 years ago
- f7c58a9 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
- 225290e Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is needed for debug prints with PE/COFF images that started as ELF or Mach-O. Moved and debugged ARM semihosting lib for RVD that prints out the debugger symbol load commands in a window on the debugger. Trying to write a script file, but that crashes RVD. Added debug print to BeagleBoard Sec that prints out RVD debugger command to load symbols for the Sec. Synced the rest of the code. by AJFISH · 15 years ago
- 9c1d98d Fix parameter checking for CPU I/O 2 Protocol on NT32 platform. by xli24 · 15 years ago
- 49b3b3a Don't calculate the directory size and the caller of EFI_FILE protocol can calculate that for better UI. by qhuang8 · 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
- 5e973c9 Correct license's header. by klu2 · 15 years ago
- 2022142 Return EFI_UNSUPPORTED on NT32 platform. by xli24 · 15 years ago
- b8d5cb4 Update NT32 emulation platform to produce dummy CPU I/O 2 Protocol. 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
- c0cf06d Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
- 9be2900 1. updated "the Bus Driver that creates all of its child handles on the first call to Start()" not to create any child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
- af4a638 updated the Bus Driver that is able to create all or one of its child handles on each call to Start() not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
- f22911b updated WinNtSerialIoDxe driver not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
- dda34dc add UefiPxeBcDxe in Nt32 platform. by vanjeff · 15 years ago
- 5276f66 add UefiPxeBcDxe in Nt32 platform. by vanjeff · 15 years ago
- b06f85a Make end of line consistent caused by previous check in. by qhuang8 · 15 years ago
- 31dd4e2 Integrate the patch contributed by Andrew Fish to add ARM support. by qhuang8 · 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
- c9eb1ba add correct [Depex] section. by vanjeff · 15 years ago
- f51c8a9 ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 16 years ago
- 7075f41 Remove extra #includes where possible to make build more efficient by mdkinney · 16 years ago
- f928971 roll back the change on the naming of DataHubRecords.h for backward compatibility. by eric_tian · 16 years ago
- 989003b Remove unused PeiServiceLib header file. by lgao4 · 16 years ago
- 24cdd14 Move LockKeyboards API from GenericBdsLib to PlatformBdsLib by lgao4 · 16 years ago
- 83c4704 Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System Table and depend on BdsDxe in the IntelFrameworkModulePkg to do this instead. by mdkinney · 16 years ago
- d46f363 Retire Logo and Shell guid header file, which are replaced by gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile and gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile by lgao4 · 16 years ago
- 4b703d3 change the name of macro or data structure to follow DataHubSubclass/MemSubclass/CacheSubClass/ProcSubclass specs. by eric_tian · 16 years ago
- e900e19 Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg. by vanjeff · 16 years ago
- 2bda59e Fix Winnt file system will fail to read() a root "\" after call open(). by gikidy · 16 years ago
- 9485089 fixed one bug causing "sct -u" failure when running at twice or more times. by vanjeff · 16 years ago
- a00ec39 Fix ICC compatibility issues by mdkinney · 16 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
- c2bd20a Retire gEfiProcessorProducerGuid,gEfiMemoryProducerGuid, by lgao4 · 16 years ago
- d5275ee Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
- 5e335a5 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 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
- 6a729dc Fix <.><..> can not work correctly on NT32 platform. by gikidy · 16 years ago
- be71cc9 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago
- 1f53f7b Update SecMain for Nt32 to use WriteFile() for all status code related console output so the same mechanism is used for SEC, PEI, and DXE. Previously SEC and PEI were using printf() and DXE was using WriteFile() and the order of the messages was not correct in all cases. By using the same method for all status code output, the order of the messages is correct. by mdkinney · 16 years ago
- a776476 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
- 53d7408 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
- 53fafef change ISO 639-2 language codes to RFC 4646 codes in .UNI files by rsun3 · 16 years ago
- 51f1a2b Sync with PE/COFF Extra Action library class comments and add ASSERT() conditions if ImageContext is NULL. by mdkinney · 16 years ago
- 44c4024 Replace references to RFC 3066 with RFC 4646. by gikidy · 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