summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-15Fix semihosting on gcc. We need to save lr as svc instruction will change it. andrewfish1-1/+7
2010-12-15Update inappropriate comments.gdong14-10/+10
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish38-7/+145
2010-12-15Add support for semihosting with GCC. Still needs more testing.andrewfish3-1/+59
2010-12-15Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish9-2/+51
2010-12-14Fix build break on Apple Xcode, caused by fixing normal gcc build break.andrewfish1-1/+4
2010-12-14Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO...rsun32-0/+10
2010-12-14Fix the IsaIo driver to not create ISA resource item when the ACPI resource r...niruiyu1-24/+32
2010-12-14Add the SuperIoInit protocol to MdePkg.niruiyu2-0/+45
2010-12-14Add a TcpIo library to facilitate usage of TCP service.tye15-0/+1303
2010-12-14update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible val...erictian1-2/+2
2010-12-14update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible val...erictian1-2/+2
2010-12-14Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun34-0/+17
2010-12-13Update FrameworkSpecConformance.txt after adding new datahub definitions for ...li-elvin1-4/+48
2010-12-12Remove the unnecessary package from VariableSmmRuntimeDxe.inf.gdong11-1/+0
2010-12-11Add typecast to remove warning with ICC.gdong13-6/+5
2010-12-10MdeModulePkg VariableRuntimeDxe: Fix build for GCC44 toolchainjljusten1-2/+3
2010-12-10update copyright formathhtian13-15/+15
2010-12-10update copyright formathhtian6-3/+3
2010-12-10fix potential memory access violationydong101-1/+1
2010-12-10Add SMM Variable implementation.gdong124-1332/+3912
2010-12-10fix build error on ICC compile.ydong101-3/+4
2010-12-10Add missing data record for Type 4.li-elvin1-1/+38
2010-12-10Add missing fields of Type 4 conversion.li-elvin1-1/+79
2010-12-10Enhance IdeBusDxe to check the class code for IDE mode only.lzeng141-4/+41
2010-12-10Change the file guid value to avoid conflict as another file.ydong101-1/+1
2010-12-09EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRo...lgao41-3/+6
2010-12-09Add missing Handle parameter for UninstallMultipleProtocolInterfaces().xdu21-0/+1
2010-12-09Refine code to make code run more safely.ydong102-1/+5
2010-12-09when SMM Communication Protocol.Communicate() is called from within SMM, SMRA...rsun31-2/+2
2010-12-09update the comments.ydong101-1/+1
2010-12-09update the comments.ydong102-3/+3
2010-12-09Co-work with patch V11137 to refine the Hii menu.ydong102-3/+3
2010-12-09Co-work with patch V11137 to refine the Hii menu.ydong105-5/+5
2010-12-09[BDS] Device Manager was requested to add more sub-level menu about network d...ydong105-28/+593
2010-12-08Move away from 0x40 block size (worked around a DXE core bug assuming the FV ...andrewfish1-4/+4
2010-12-08add progress code definitions defined in Framework Specification.vanjeff1-0/+19
2010-12-08add note for EFI_SW_PEI_EC_INVALID_CAPSULE_DESCRIPTOR and EFI_SW_PEI_PC_RECOV...vanjeff1-1/+3
2010-12-08updated progress code definitions to match PI Spec 1.2.vanjeff1-6/+6
2010-12-08Fixed a bug: when underlayer receives much more data, return EFI_BUFFER_TOO_S...hhuan131-1/+4
2010-12-08Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can u...andrewfish2-0/+9
2010-12-07Older tools rounded down the size of the FV, and the new tools round up. Our ...andrewfish1-1/+1
2010-12-07Add MtrrLib and LocalApicLib declarations to the UefiCpuPkg DEC file.mdkinney1-0/+9
2010-12-061) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney4-109/+18
2010-12-06Roll back comment change for SOR. SOR does not apply to SMM.mdkinney1-1/+1
2010-12-06fixes for NULL verification.jcarsey3-103/+107
2010-12-06Fix dec file to pass new stricter error checking.andrewfish1-2/+2
2010-12-06Refine code to make code more safely.ydong104-4/+4
2010-12-06DuetPkg: Update create boot disk script to not modify bootsect.comjljusten1-3/+4
2010-12-06MdePkg: Fix GCC Thunk support for IA32jljusten1-2/+2