projects
/
mirror_edk2.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Change the PcdSrIovSystemPageSize from type of [PcdFixedAtBuild] to [PcdFixedAtBuild...
2013-07-16
Ruiyu Ni
Change the PcdSrIovSystemPageSize from type of [PcdFixedAtBu...
commit
|
commitdiff
|
tree
2013-07-10
Ruiyu Ni
Fill the ImageHandle and DriverBindingHandle field...
commit
|
commitdiff
|
tree
2013-06-17
Laszlo Ersek
The list of locked variables is traversed at runtime...
commit
|
commitdiff
|
tree
2013-06-17
Ruiyu Ni
Revert the changes made in 14403 because it incorrectly...
commit
|
commitdiff
|
tree
2013-06-14
Laszlo Ersek
The list of locked variables is traversed at runtime...
commit
|
commitdiff
|
tree
2013-05-20
niruiyu
Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation...
commit
|
commitdiff
|
tree
2013-05-20
niruiyu
Remove the complex buffer since the _LOCK_VARIABLE...
commit
|
commitdiff
|
tree
2013-05-17
niruiyu
New EDK Shell binary(r63).
commit
|
commitdiff
|
tree
2013-05-17
niruiyu
Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation...
commit
|
commitdiff
|
tree
2013-04-27
niruiyu
Fix the bug which incorrectly programs the 64bit base...
commit
|
commitdiff
|
tree
2013-04-18
niruiyu
Enhance DebugCommunicationLibUsb to reset the debug...
commit
|
commitdiff
|
tree
2013-04-12
niruiyu
Fix build failure by adding UINT16 type cast.
commit
|
commitdiff
|
tree
2013-04-11
niruiyu
Fix several bugs in the implementation of converting...
commit
|
commitdiff
|
tree
2013-04-03
niruiyu
New EDK Shell binary(r62).
commit
|
commitdiff
|
tree
2013-03-28
niruiyu
Fix SourceLevelDebugPkg build failure when the debug...
commit
|
commitdiff
|
tree
2013-03-27
niruiyu
Correct the location where the HOST software can be...
commit
|
commitdiff
|
tree
2013-03-19
niruiyu
Remove BdsLibConnectConsoleVariableWithoutDispatch...
commit
|
commitdiff
|
tree
2013-03-15
niruiyu
Add the backslash to C12 mapping in keyboard layout...
commit
|
commitdiff
|
tree
2013-03-05
niruiyu
Enhance the ConPlatform driver to take care of the...
commit
|
commitdiff
|
tree
2013-02-21
niruiyu
Shouldn't free the PciDev structure because the PciDev...
commit
|
commitdiff
|
tree
2013-02-17
niruiyu
Fix CpuIdEx.asm to return correct ECX/EDX value.
commit
|
commitdiff
|
tree
2013-01-09
niruiyu
Fix the bug that the device claiming too much resource...
commit
|
commitdiff
|
tree
2012-11-15
niruiyu
Enhance CreatePopup to call ReadKeyStroke() before...
commit
|
commitdiff
|
tree
2012-11-15
niruiyu
Enhance CreatePopup to call ReadKeyStroke() before...
commit
|
commitdiff
|
tree
2012-11-14
niruiyu
Enhance SetupBrowser to call ReadKeyStroke() before...
commit
|
commitdiff
|
tree
2012-11-02
niruiyu
Add missing PCI class code definition.
commit
|
commitdiff
|
tree
2012-10-23
niruiyu
Add assertion to make sure the pointer is not NULL.
commit
|
commitdiff
|
tree
2012-10-19
niruiyu
Fix a bug that causes GCC build failure.
commit
|
commitdiff
|
tree
2012-10-18
niruiyu
Fix a bug that incorrectly uses && instead of !! in...
commit
|
commitdiff
|
tree
2012-10-18
niruiyu
Use %lx to print UINT64 value instead of %x.
commit
|
commitdiff
|
tree
2012-10-18
niruiyu
Fix a bug that BCFG creates Key#### variable bigger...
commit
|
commitdiff
|
tree
2012-10-18
niruiyu
Remove the KeyOrder variable dependency from BDS
commit
|
commitdiff
|
tree
2012-09-27
niruiyu
Reset system only when the pre-allocated memory is...
commit
|
commitdiff
|
tree
2012-09-26
niruiyu
Remove local function IsValidDevicePath and use new...
commit
|
commitdiff
|
tree
2012-09-24
niruiyu
Add new API IsDevicePathValid() to UefiDevicePathLib.
commit
|
commitdiff
|
tree
2012-09-24
niruiyu
Handle the case when OpROM wants to completely remove...
commit
|
commitdiff
|
tree
2012-09-10
niruiyu
When SerialPortWrite() is called with a non-NULL Buffer...
commit
|
commitdiff
|
tree
2012-09-07
niruiyu
Cache the state whether the ROM image contains EFI...
commit
|
commitdiff
|
tree
2012-08-27
niruiyu
Change Bcfg.c to use the new definition of EFI_KEY_OPTION.
commit
|
commitdiff
|
tree
2012-08-27
niruiyu
Change Bcfg.c to use the new definition of EFI_KEY_OPTION.
commit
|
commitdiff
|
tree
2012-08-23
niruiyu
Fix the bug in PciBusNoEnumerationDxe driver to correct...
commit
|
commitdiff
|
tree
2012-08-23
niruiyu
Fix the bug in PciBus driver to correct parse the 64bit...
commit
|
commitdiff
|
tree
2012-08-22
niruiyu
Change the EFI_BOOT_KEY_DATA definition to use macro...
commit
|
commitdiff
|
tree
2012-07-30
niruiyu
Change the type of NotifyHandle from EFI_HANDLE to...
commit
|
commitdiff
|
tree
2012-07-25
niruiyu
Fix the typo in InstallMultipleProtocolInterfaces comments
commit
|
commitdiff
|
tree
2012-07-24
niruiyu
Correct a typo in EFI_EDID_ACTIVE_PROTOCOL and EFI_EDID_DISC...
commit
|
commitdiff
|
tree
2012-06-06
niruiyu
Fix memory leak issues.
commit
|
commitdiff
|
tree
2012-06-01
niruiyu
Refine BdsDxe driver and GenericBdsLib library so that...
commit
|
commitdiff
|
tree
2012-05-30
niruiyu
New EDK Shell binary(r59).
commit
|
commitdiff
|
tree
2012-05-28
niruiyu
Update to use correct file name for video option.
commit
|
commitdiff
|
tree
2012-05-25
niruiyu
Correct a bug in AsmCpuidEx() to return correct ECX...
commit
|
commitdiff
|
tree
2012-05-24
niruiyu
Remove the check of signature because the code which...
commit
|
commitdiff
|
tree
2012-05-24
niruiyu
Enhance the ConPlatform driver's matching algorithm...
commit
|
commitdiff
|
tree
2012-05-09
niruiyu
Use PartitionHeader->SizeOfPartitionEntry instead of...
commit
|
commitdiff
|
tree
2012-04-05
niruiyu
New Shell binaries based on EDKII core r12898 and Shell...
commit
|
commitdiff
|
tree
2012-02-07
niruiyu
Generic solution to handle reset failure in some special...
commit
|
commitdiff
|
tree
2012-01-31
niruiyu
New Fat binaries for EBC/IA32/IPF/X64 built from UDK2010...
commit
|
commitdiff
|
tree
2011-12-20
niruiyu
Remove the redundancy commas when converting the SASEx...
commit
|
commitdiff
|
tree
2011-12-14
niruiyu
Refine wording in SourceLevelDebugPkg/Readme.txt.
commit
|
commitdiff
|
tree
2011-12-13
niruiyu
Update the Package version.
commit
|
commitdiff
|
tree
2011-12-13
niruiyu
Update the Package version.
commit
|
commitdiff
|
tree
2011-12-13
niruiyu
Update the Package version.
commit
|
commitdiff
|
tree
2011-12-13
niruiyu
Update the Package version.
commit
|
commitdiff
|
tree
2011-12-13
niruiyu
Update the Package version.
commit
|
commitdiff
|
tree
2011-12-13
niruiyu
Missing declaration of the GUID gEfiSystemNvDataFvGuid.
commit
|
commitdiff
|
tree
2011-11-30
niruiyu
Roll back the change which doesn't call LocateProtocol...
commit
|
commitdiff
|
tree
2011-11-17
niruiyu
Regenerate the related EDK Shell binaries after fixing...
commit
|
commitdiff
|
tree
2011-11-17
niruiyu
Change IPF version AuthVariable driver to support multiple...
commit
|
commitdiff
|
tree
2011-11-17
niruiyu
Correct the code to use SIZE_OF_EFI_FILE_INFO instead...
commit
|
commitdiff
|
tree
2011-11-17
niruiyu
Correct the code to use SIZE_OF_EFI_FILE_INFO instead...
commit
|
commitdiff
|
tree
2011-11-15
niruiyu
Do not call LocateProtocol when the current TPL is...
commit
|
commitdiff
|
tree
2011-11-14
niruiyu
Fix a typo in the comments
commit
|
commitdiff
|
tree
2011-11-08
niruiyu
Add the missing (UINTN) type cast when calculating...
commit
|
commitdiff
|
tree
2011-11-08
niruiyu
Check the return status of booting against EFI_SUCCESS...
commit
|
commitdiff
|
tree
2011-11-08
niruiyu
Roll back an incorrect change that causes EmuGetVariable...
commit
|
commitdiff
|
tree
2011-10-28
niruiyu
Add the missing HEADER_ALIGN macro.
commit
|
commitdiff
|
tree
2011-10-27
niruiyu
Check the serial buffer empty status before performing...
commit
|
commitdiff
|
tree
2011-10-27
niruiyu
Check the device path protocol before opening the PciIo...
commit
|
commitdiff
|
tree
2011-10-26
niruiyu
Adopt new IPv4/IPv6 device path for network modules.
commit
|
commitdiff
|
tree
2011-10-25
niruiyu
Change the SimpleTextInEx implementation to return...
commit
|
commitdiff
|
tree
2011-10-25
niruiyu
Change the SimpleTextInEx implementation to return...
commit
|
commitdiff
|
tree
2011-10-25
niruiyu
Change the SimpleTextInEx implementation to return...
commit
|
commitdiff
|
tree
2011-10-24
niruiyu
Enable the SE_TIME_ZONE_NAME privilege for NT32 to...
commit
|
commitdiff
|
tree
2011-10-24
niruiyu
Fix BDS bug to signal ReadyToBoot event before loading...
commit
|
commitdiff
|
tree
2011-10-19
niruiyu
Support Variable driver (VariableAuthenticatedPei/VariableAu...
commit
|
commitdiff
|
tree
2011-10-19
niruiyu
Support Variable driver (EmuRuntimeDxe) to support...
commit
|
commitdiff
|
tree
2011-10-19
niruiyu
Avoid using code name in comments.
commit
|
commitdiff
|
tree
2011-10-19
niruiyu
Avoid using code name in comments.
commit
|
commitdiff
|
tree
2011-10-19
niruiyu
Avoid using code name in comments.
commit
|
commitdiff
|
tree
2011-10-19
niruiyu
Change the Keyboard thunk driver to remove DevicePath...
commit
|
commitdiff
|
tree
2011-10-18
niruiyu
Fix GCC build failure.
commit
|
commitdiff
|
tree
2011-10-14
niruiyu
Fix the clang compilation failure to handle all the...
commit
|
commitdiff
|
tree
2011-10-14
niruiyu
Change Variable driver (Pei/RuntimeDxe) to support...
commit
|
commitdiff
|
tree
2011-10-13
niruiyu
Check in the new EBC Fat binary to have correct file...
commit
|
commitdiff
|
tree
2011-10-12
niruiyu
Grub4Dos copies the BPB of the first partition to the...
commit
|
commitdiff
|
tree
2011-10-08
niruiyu
MdeModulePkg: TerminalDxe driver code clean up
commit
|
commitdiff
|
tree
2011-10-08
niruiyu
MdeModulePkg: Fix TerminalDxe FIFO Data Loss
commit
|
commitdiff
|
tree
2011-09-22
niruiyu
Return empty string when END device path is passed...
commit
|
commitdiff
|
tree
2011-09-19
niruiyu
The patch enhances the Partition driver to return the...
commit
|
commitdiff
|
tree
2011-09-16
niruiyu
Fix Ps2KeyboardDxe driver to return correct key data...
commit
|
commitdiff
|
tree
next