summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-121. Fix bugs for PXE-IPv6 to accommodate the situation: hhuan138-28/+352
2011-08-11OvmfPkg AcpiTimerLib: Fix issue with I/O address initializationjljusten1-1/+1
2011-08-11EmulatorPkg: Remove UnixPkg instance of the BaseLib and use PcdDxeIplBuildPag...andrewfish1-12/+2
2011-08-11EmulatorPkg: Make the library work with DXE Core.andrewfish1-0/+4
2011-08-11EmulatorPkg: Make early DEBUG prints in DXE Core work.andrewfish1-0/+2
2011-08-10ShellPkg: bug fix for edit search/replace functionjcarsey1-13/+16
2011-08-10MdeModulePkg: Don't build SmmLockBoxPeiLib for IPFjljusten1-1/+1
2011-08-09Disable building socket applications.darylm5031-17/+17
2011-08-09This adds support for @ prefixed commands in script files.jcarsey1-1/+17
2011-08-09Fix the bug in AcpiTableDxe drivers that doesn't work when more than 20 Acpi ...lgao41-44/+49
2011-08-09Fix X64 VS2005 and VS2008 compile error.lgao41-1/+1
2011-08-09Fix X64 compile error.lgao41-1/+1
2011-08-09Remove the code added originally to restore 8254 timer to 54ms.li-elvin3-38/+0
2011-08-08clarify the logic of the print length counting functions in both PrintLib lib...jcarsey2-65/+25
2011-08-08EmbeddedPkg: Fix mispellingsoliviermartin21-146/+146
2011-08-08remove CatSPrint from ShellPkg.jcarsey2-77/+0
2011-08-08Better handle transmit errorslpleahy2-224/+251
2011-08-08add IPv4 address copy macro.jcarsey1-0/+1
2011-08-08MdeModulePkg/Dxe: Move assertions inside CoreInsertGcdMapEntry()oliviermartin1-2/+4
2011-08-08Remove SocketPkg referenceslpleahy2-2/+0
2011-08-08Add non null assertion before using the bridge instance.niruiyu1-0/+6
2011-08-05Fix @return Doxygen commands to be singular instead of plural.darylm50324-5092/+5092
2011-08-05Update or add comments to files and functions for use by Doxygen.darylm5038-131/+193
2011-08-05Get rid of some rcsid blocks. The EDK II build options cause a build break o...darylm5034-246/+241
2011-08-05OvmfPkg/PlatformPei: Add Xen supportjljusten4-14/+197
2011-08-04Update or add comments to files and functions for use by Doxygen.darylm50311-194/+253
2011-08-04Update or add comments to files and functions for use by Doxygen.darylm5039-203/+436
2011-08-04Print PCI Interrupt Line/Interrupt Pin registers before booting legacy OS.niruiyu1-3/+71
2011-08-04Print resource allocation/bar programming when PciBus driver does PCI BUS enu...niruiyu6-288/+324
2011-08-04Fix X64 compile error.lgao41-1/+1
2011-08-04UefiCpuPkg: Replace the un-necessary WBINVD instruction at the reset vector w...rsun37-2/+3
2011-08-04Normalize data transfer buffer in BlockIo thunk driver to avoid INT 13 Functi...li-elvin1-4/+14
2011-08-03Fix send to properly wait while long transmits are in progresslpleahy2-49/+3
2011-08-03ShellPkg: Added the Ctrl based hot key for hexeditjcarsey2-10/+10
2011-08-02Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey7-46/+1240
2011-08-02Add plain-text ReadMe files and delete the PDF version.darylm5039-9/+1337
2011-08-02MdePkg: Fixed hang/reset in thunk code when building with GCC X64geekboy15a1-6/+6
2011-08-02MdeModulePkg: Add SmmLockBox PEI implementationjljusten3-0/+799
2011-08-02Fix GCC build breaks.darylm5034-7/+5
2011-08-02Make it easy to build the socket applicationslpleahy1-0/+24
2011-08-02Fixed the issue in RuntimeStatusCode library that may not work on the early d...lgao41-1/+9
2011-08-02Fixed the issue in RuntimeStatusCode library that may not work on the early d...lgao42-5/+46
2011-08-02Fixed the issue in RuntimeStatusCode library that may not work on the early d...lgao41-1/+9
2011-08-02Fix 32-bit bios build error.li-elvin1-1/+1
2011-08-01fix typojcarsey1-1/+1
2011-08-01cleanup function and eliminate build error.jcarsey1-6/+12
2011-08-01When status code handler unregister itself, status code dispatch in status co...li-elvin3-13/+43
2011-08-01Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. I...li-elvin2-113/+191
2011-08-01Create smbios table before ReadyToBoot event. For SMBIOS thunk driver, create...li-elvin1-5/+23
2011-08-01Put free the buffer GraphicsOutput.Mode in correct place.li-elvin1-8/+15