summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-22Fix a potential bug that SetVariable is invoked for NV variable prior to the ...gdong1
2010-12-22Fix boot script thunk issue that we need dispatch in PEI mode for Framework d...jyao1
2010-12-22Document the inconsistency of EFI_SMM_CPU_SAVE_STATE between the EDK2 code ba...rsun3
2010-12-22Update definition of EFI_SMM_CPU_SAVE_STATE to exclude Itanium save state. No...rsun3
2010-12-21Change the modifiers of the RegisterContext parameter of EFI SMM SW Dispatch2...rsun3
2010-12-20Fix ICC build issuesmdkinney
2010-12-18Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. ...mdkinney
2010-12-18Add CONSTRUCTOR to BaseDebugLibSerialPort to call SerialPortInitialize() in t...mdkinney
2010-12-18Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiP...mdkinney
2010-12-18Add an empty CONSTRUCTOR to the UefiLib to resolve library dependency issues.mdkinney
2010-12-17Fix DxeHobLib to also support a module type of SMM_CORE.mdkinney
2010-12-17Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implement...mdkinney
2010-12-17Removes the assumption in Supported() and Start() routine that the EFI_SIO_PR...niruiyu
2010-12-17Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size ...rsun3
2010-12-16Add support for ARM MOVW/MOVT instructions that were added in the latest PE/C...andrewfish
2010-12-16Minor code update to make TcpIo unchanged when return EFI_DEVICE_ERROR.tye1
2010-12-16Remove wrongly added SuperIoInit protocol.niruiyu
2010-12-15Fix ARM link issue.andrewfish
2010-12-15Update inappropriate comments.ydong10
2010-12-15Fix semihosting on gcc. We need to save lr as svc instruction will change it. andrewfish
2010-12-15Update inappropriate comments.gdong1
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish
2010-12-15Add support for semihosting with GCC. Still needs more testing.andrewfish
2010-12-15Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish
2010-12-14Fix build break on Apple Xcode, caused by fixing normal gcc build break.andrewfish
2010-12-14Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO...rsun3
2010-12-14Fix the IsaIo driver to not create ISA resource item when the ACPI resource r...niruiyu
2010-12-14Add the SuperIoInit protocol to MdePkg.niruiyu
2010-12-14Add a TcpIo library to facilitate usage of TCP service.tye1
2010-12-14update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible val...erictian
2010-12-14update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible val...erictian
2010-12-14Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun3
2010-12-13Update FrameworkSpecConformance.txt after adding new datahub definitions for ...li-elvin
2010-12-12Remove the unnecessary package from VariableSmmRuntimeDxe.inf.gdong1
2010-12-11Add typecast to remove warning with ICC.gdong1
2010-12-10MdeModulePkg VariableRuntimeDxe: Fix build for GCC44 toolchainjljusten
2010-12-10update copyright formathhtian
2010-12-10update copyright formathhtian
2010-12-10fix potential memory access violationydong10
2010-12-10Add SMM Variable implementation.gdong1
2010-12-10fix build error on ICC compile.ydong10
2010-12-10Add missing data record for Type 4.li-elvin
2010-12-10Add missing fields of Type 4 conversion.li-elvin
2010-12-10Enhance IdeBusDxe to check the class code for IDE mode only.lzeng14
2010-12-10Change the file guid value to avoid conflict as another file.ydong10
2010-12-09EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRo...lgao4
2010-12-09Add missing Handle parameter for UninstallMultipleProtocolInterfaces().xdu2
2010-12-09Refine code to make code run more safely.ydong10
2010-12-09when SMM Communication Protocol.Communicate() is called from within SMM, SMRA...rsun3
2010-12-09update the comments.ydong10