- 14ae1b3 Nt32Pkg: Fix PlatformBootManagerLib to respect PcdShellFile. by Ruiyu Ni · 9 years ago
- 703da8b Nt32Pkg: Keep boot behavior using new BDS almost same as that using old BDS by Ruiyu Ni · 9 years ago
- 95ac0eb Nt32Pkg: Link separated VarCheckUefiLib NULL class library instance by Star Zeng · 9 years ago
- 5ad1e00 Nt32Pkg: Add VarCheckLib library mapping by Star Zeng · 9 years ago
- 4018f20 Nt32Pkg: Add HttpUtilitiesDxe module by Jiaxin Wu · 9 years ago
- 8f227c2 Nt32Pkg: Platform BDS should test the untested memory by Ruiyu Ni · 9 years ago
- e2f0fff Nt32Pkg: Remove old useless bds platform lib. by Eric Dong · 9 years ago
- 99eda88 Nt32Pkg: Do connect all and Refresh boot option action after console is connected. by Eric Dong · 9 years ago
- f2993c0 Enable NT32 platform to use new UiApp code. by Eric Dong · 9 years ago
- 2466280 Nt32Pkg: Update DSC/FDF to include drivers for HTTP boot. by Fu Siyuan · 9 years ago
- 6f88fb2 Nt32Pkg: Use the merged Variable driver by Star Zeng · 9 years ago
- 3c0e902 Nt32Pkg: Link AuthVariableLib for following merged variable driver deploy by Star Zeng · 9 years ago
- 44cff56 Nt32Pkg: Use different FILE_GUID. by Ruiyu Ni · 10 years ago
- 811e73a Nt32Pkg: Enable new BDS in NT32 platform. by Ruiyu Ni · 10 years ago
- 123e9f6 Nt32Pkg: Add PlatformBootManagerLib to Nt32 platform. by Ruiyu Ni · 10 years ago
- dd94583 Nt32Pkg: Use the new PCDs defined in MdePkg and MdeModulePkg. by Ruiyu Ni · 10 years ago
- ca04b83 NT32Pkg: Fix build errors from building secure boot with NT32 X64 by Cinnamon Shia · 10 years ago
- 16b6347 NT32Pkg: Bind NT32 process to a single core to avoid NT32 crash issue in some multi-core processors. by Qiu Shumin · 10 years ago
- 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
- 2790926 Change NT32 and DUET to use UEFI Shell by default. Use "-D USE_OLD_SHELL" for NT32 to use EDK Shell. by Ruiyu Ni · 10 years ago
- 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
- fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
- 47e255d Fix build error with VS2013 toolchain for NT32 Package caused by function redefinition, use #if fix the error. by Eric Dong · 10 years ago
- 78322c8 Follow UEFI spec to add the definition for EFI_SPECIFICATION_VERSION, and update other table version to refer to it. Remove the “/D TIANO_RELEASE_VERSION=0x00080006” option in Nt32Pkg DSC file, since it’s not used in source code. by Shumin Qiu · 11 years ago
- 3b9f94c MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GET_PCD_INFO_PPI support for PI 1.2.1 compliance. by Star Zeng · 11 years ago
- 61d8989 MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GET_PCD_INFO_PPI support for PI 1.2.1 compliance. by Star Zeng · 11 years ago
- f3a86f7 Separate NT32 build directory, so that we can build IA32 and X64 image at same time. by Yao, Jiewen · 11 years ago
- f66a43b We enabled X64 native version NT32, and made it works on Windows 7 X64 OS. by Jiamin Ma · 11 years ago
- 9dc2c78 resolve TpmMeasurementLib dependency introduced in r14687 by jyao1 · 11 years ago
- db44ea6 1. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file. by Fu Siyuan · 11 years ago
- 04492de Do not lock the volume when the volume maps to a file instead of a physical disk. by Ruiyu Ni · 11 years ago
- 99736b3 Nt32Pkg: Forbid creation of non-spec variables in EFI_GLOBAL_VARIABLE namespace. by Star Zeng · 11 years ago
- 6b1ac44 Update NT32/Duet platform to use new display engine and browser. by Eric Dong · 11 years ago
- 2536161 Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ersek, but i wrote it. by Eric Dong · 11 years ago
- b9feb4b Update Browser to provide the customization possibilities. by Eric Dong · 11 years ago
- 863986b Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. by Ruiyu Ni · 11 years ago
- 71e9d09 Nt32Pkg: Use FaultTolerantWritePei driver. by Star Zeng · 11 years ago
- 9773340 Use correct pointer to install DevicePath protocol. by Star Zeng · 12 years ago
- 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
- f01b91a Fixed build failed. by ydong10 · 13 years ago
- bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
- a974619 Remove the check of signature because the code which looks for the input NotifyHandle in the internal linked list is enough. by niruiyu · 13 years ago
- a95b604 Add logic to validate variable before use it. by ydong10 · 13 years ago
- bff8c6f Update copyright format by hhtian · 13 years ago
- cbc6b5e Add missing secure boot build option by hhtian · 13 years ago
- ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
- 0ff38cb Nt32Pkg: Add Secure Boot build option including Custom Mode setup by leegrosenbaum · 13 years ago
- 55b1753 Updated platform DSC files to add CPU Exception Library instances. by vanjeff · 13 years ago
- 572b0ad Override the base address to make LoadLibraryEx success in WIN7 SP1 OS. by ydong10 · 13 years ago
- 21e3aef Enable write file to USB from Shell in Win7 OS by ydong10 · 13 years ago
- 3e570e6 Append double-null for Type 19 data record. by lzeng14 · 13 years ago
- 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
- 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
- 7ee85aa According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
- 82b7604 Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INFO) to fix a bug when creating a file/directory with single char as file name in root directory. by niruiyu · 13 years ago
- af1600f Fix a bug which cause a CRTL, ALT, or SHIFT is pressed on the GOP console for NT32, it inserts a ' 'character character. by qianouyang · 13 years ago
- 7ad45ba Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are both pressed; SimpleTextIn implementation still returns CTRL+3. by niruiyu · 13 years ago
- 24e1291 Enable the SE_TIME_ZONE_NAME privilege for NT32 to fix SetTime function test running in Win7 by niruiyu · 13 years ago
- bb9f4ea Avoid using code name in comments. by niruiyu · 13 years ago
- df7499f 1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
- 46293a4 Clean up invalid keywords and missing keywords in [Define] section of INF/DEC files. by lzeng14 · 14 years ago
- 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 · 14 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