| Commit message (Expand) | Author | Age | Files | Lines |
* | Separate memory allocation for FPDT S3 performance table and boot performance... | lzeng14 | 2013-05-16 | 6 | -91/+196 |
* | Add Copyright notices and comments for Red Hat contributor. | sfu5 | 2013-05-14 | 2 | -6/+11 |
* | Update Code to pass EBC compiler. | lgao4 | 2013-05-13 | 3 | -7/+14 |
* | MdeMdeModulePkg/Xhci: Clear BIOS_OWN semaphore before halting XHCI controller | erictian | 2013-05-10 | 1 | -4/+4 |
* | MdeMdeModulePkg/UsbBusDxe: Break device enumeration process if the device des... | erictian | 2013-05-10 | 1 | -3/+6 |
* | Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set. | sfu5 | 2013-05-09 | 2 | -3/+13 |
* | 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h... | lzeng14 | 2013-05-07 | 7 | -129/+225 |
* | Fix the bug which incorrectly programs the 64bit base address register in the... | niruiyu | 2013-04-27 | 1 | -4/+42 |
* | 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo... | lzeng14 | 2013-04-25 | 6 | -39/+211 |
* | Update dual network stack drivers to produce multiple Driver Binding Protocol. | sfu5 | 2013-04-25 | 1 | -21/+22 |
* | Fix ping command issue in IP4 driver. | sfu5 | 2013-04-25 | 2 | -21/+48 |
* | Get ParentDevicePath by using attribute EFI_OPEN_PROTOCOL_GET_PROTOCOL instea... | sfu5 | 2013-04-25 | 1 | -12/+2 |
* | Mallicious code may use SmmFaultTolerantWriteHandler() to update some flash a... | lzeng14 | 2013-04-24 | 3 | -5/+63 |
* | Remove unused [Guids] section from PXE inf file. | sfu5 | 2013-04-23 | 1 | -4/+1 |
* | Fix potential overflow for SetVariable interface | czhang46 | 2013-04-22 | 3 | -9/+28 |
* | Add transit bit check for detecting partial response in iSCSI stack. | tye1 | 2013-04-19 | 1 | -2/+2 |
* | Fix a potential SMM memory dump issue. If pass communication buffer with Data... | czhang46 | 2013-04-19 | 1 | -0/+13 |
* | MdeModulePkg/AtaBus: AtaBusDxe module would ignore ATA Pass Thru Protocol ins... | erictian | 2013-04-18 | 1 | -1/+26 |
* | Revert change 14281, should not check in here. | ydong10 | 2013-04-17 | 2 | -200/+0 |
* | Split browser with browser core and display engine. | ydong10 | 2013-04-17 | 2 | -0/+200 |
* | Update the browser logic, make the storage as browser level instead of form s... | ydong10 | 2013-04-16 | 3 | -342/+327 |
* | MdeMdeModulePkg/BootScriptExecutorDxe: Replaces absolute addressing that requ... | erictian | 2013-04-16 | 1 | -4/+4 |
* | Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS... | czhang46 | 2013-04-15 | 1 | -10/+28 |
* | Fix build failure by adding UINT16 type cast. | niruiyu | 2013-04-12 | 1 | -4/+4 |
* | Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ... | czhang46 | 2013-04-12 | 2 | -11/+32 |
* | Fix several bugs in the implementation of converting SAS/SASEX device path no... | niruiyu | 2013-04-11 | 2 | -38/+98 |
* | If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu... | lzeng14 | 2013-04-08 | 2 | -0/+35 |
* | MdeMdeModulePkg/UsbBusDxe: Fixed a possible memory leak bug introduced at r14226 | erictian | 2013-04-07 | 1 | -5/+14 |
* | Refine code to follow coding style. | ydong10 | 2013-04-02 | 2 | -2/+2 |
* | Fill SMBIOS BCD revision field. | li-elvin | 2013-04-02 | 1 | -4/+5 |
* | Don't assume HiiDatabase has been present at the entrypoint and don't assume ... | lzeng14 | 2013-04-02 | 1 | -32/+6 |
* | MdeMdeModulePkg/Usb: two tunings for better device identification behind hub | erictian | 2013-03-29 | 3 | -6/+21 |
* | MdeMdeModulePkg/Usb: Fixed two usb issues | erictian | 2013-03-29 | 3 | -9/+6 |
* | Update the traversal path logic. | ydong10 | 2013-03-27 | 3 | -27/+66 |
* | Update the code to follow UEFI spec, do the discard action when return EFI_BR... | ydong10 | 2013-03-27 | 1 | -0/+1 |
* | Guarantee that free memory in the 4K page starting at address 0 is always cle... | mdkinney | 2013-03-22 | 1 | -1/+14 |
* | Fix a bug in the DXE Core that generates an ASSERT() when the page at address... | mdkinney | 2013-03-22 | 1 | -2/+13 |
* | MdeModulePkg: Fixed 'variable set but not used' build warning. | erictian | 2013-03-20 | 2 | -11/+2 |
* | Add debug message to output video resolution used by GraphicsConsole. | li-elvin | 2013-03-15 | 1 | -0/+2 |
* | Add the backslash to C12 mapping in keyboard layout mapping table to fix the ... | niruiyu | 2013-03-15 | 2 | -3/+4 |
* | Refine the logic about gFunctionKeySetting, avoid some HII drivers can't show... | ydong10 | 2013-03-15 | 2 | -3/+4 |
* | Revert error check in code by patch 14206. | ydong10 | 2013-03-15 | 1 | -1/+1 |
* | Update the logic: | ydong10 | 2013-03-15 | 1 | -80/+67 |
* | Fix a bug in IP4 driver which may cause “reconnect –r” hang. | sfu5 | 2013-03-11 | 2 | -19/+48 |
* | Initialize DefaultInfo before using it. | sfu5 | 2013-03-11 | 1 | -0/+1 |
* | Fix a bug in IP4 driver that the broadcast/multicast mac address is overrided... | sfu5 | 2013-03-11 | 1 | -36/+30 |
* | Enhance the ConPlatform driver to take care of the optional Controller device... | niruiyu | 2013-03-05 | 1 | -3/+7 |
* | Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify becaus... | lzeng14 | 2013-03-04 | 1 | -2/+2 |
* | Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD i... | lgao4 | 2013-02-27 | 1 | -11/+17 |
* | Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, R... | lgao4 | 2013-02-27 | 2 | -1/+120 |