summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-12-09update the comments.ydong10
2010-12-09Co-work with patch V11137 to refine the Hii menu.ydong10
2010-12-09Co-work with patch V11137 to refine the Hii menu.ydong10
2010-12-09[BDS] Device Manager was requested to add more sub-level menu about network d...ydong10
2010-12-08Move away from 0x40 block size (worked around a DXE core bug assuming the FV ...andrewfish
2010-12-08add progress code definitions defined in Framework Specification.vanjeff
2010-12-08add note for EFI_SW_PEI_EC_INVALID_CAPSULE_DESCRIPTOR and EFI_SW_PEI_PC_RECOV...vanjeff
2010-12-08updated progress code definitions to match PI Spec 1.2.vanjeff
2010-12-08Fixed a bug: when underlayer receives much more data, return EFI_BUFFER_TOO_S...hhuan13