summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-31Use SmmStatusCode protocol in EfiInitializeSmmDriverLib() funciton.lgao4
2010-12-311. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new re...gdong1
2010-12-30Update the Timeout used for Write() operations to consider the case where the...mdkinney
2010-12-30Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEV...mdkinney
2010-12-30Show PEIM GUID in PERF log.lgao4
2010-12-30Enable number input for numeric, date and time opcodeydong10
2010-12-30Fix issue when BaseDebugLibSerialPort is combined with BaseSerialPortLibNull....mdkinney
2010-12-29Add mapping for PlatformHookLib to [LibraryClasses] sectionmdkinney
2010-12-29Update Ipsecconfig application.qianouyang
2010-12-28Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun3
2010-12-27Add missing @param to function header comment.mdkinney
2010-12-26Fix CYG GCC build fail on retf.jyao1
2010-12-25Replace @@ symbol since GCC does not recognize it.jyao1
2010-12-24Fix GCC build failure.jyao1
2010-12-24Remove ASSERT here for the zero attributes means deleting preexisting variable.gdong1
2010-12-24Add support for BootOption with USB Class or USB WWID device path node.xdu2
2010-12-241. update MatchUsbWwid() to check Vendor Id, Product Id and Interface Number. xdu2
2010-12-231. Support inconsistent if opcode used in string/password opcode.ydong10
2010-12-231. support numeric item +/- action generate callbackydong10
2010-12-23Fix boot script thunk issue that we need dispatch in PEI mode for Framework d...jyao1
2010-12-23Remove PcdSmmVariableEnable from MdeModulePkg since it is not used in core pa...gdong1
2010-12-23Revert patch 11146 about file guid.ydong10
2010-12-22Update inappropriate comments.ydong10
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