summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1. Add new API supports for PEM & X509 key retrieving & verification;qlong2010-12-3119-4/+1223
* Use SmmStatusCode protocol in EfiInitializeSmmDriverLib() funciton.lgao42010-12-312-46/+52
* 1. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new re...gdong12010-12-312-26/+31
* Update the Timeout used for Write() operations to consider the case where the...mdkinney2010-12-301-1/+33
* Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEV...mdkinney2010-12-301-23/+23
* Show PEIM GUID in PERF log.lgao42010-12-302-3/+3
* Enable number input for numeric, date and time opcodeydong102010-12-303-44/+98
* Fix issue when BaseDebugLibSerialPort is combined with BaseSerialPortLibNull....mdkinney2010-12-301-3/+1
* Add mapping for PlatformHookLib to [LibraryClasses] sectionmdkinney2010-12-291-0/+1
* Update Ipsecconfig application.qianouyang2010-12-295-62/+125
* Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun32010-12-2810-178/+170
* Add missing @param to function header comment.mdkinney2010-12-271-1/+2
* Fix CYG GCC build fail on retf.jyao12010-12-261-3/+3
* Replace @@ symbol since GCC does not recognize it.jyao12010-12-251-2/+2
* Fix GCC build failure.jyao12010-12-241-3/+3
* Remove ASSERT here for the zero attributes means deleting preexisting variable.gdong12010-12-241-1/+0
* Add support for BootOption with USB Class or USB WWID device path node.xdu22010-12-243-2/+439
* 1. update MatchUsbWwid() to check Vendor Id, Product Id and Interface Number. xdu22010-12-243-19/+48
* 1. Support inconsistent if opcode used in string/password opcode.ydong102010-12-238-69/+89
* 1. support numeric item +/- action generate callbackydong102010-12-231-0/+2
* Fix boot script thunk issue that we need dispatch in PEI mode for Framework d...jyao12010-12-231-0/+4
* Remove PcdSmmVariableEnable from MdeModulePkg since it is not used in core pa...gdong12010-12-231-4/+0
* Revert patch 11146 about file guid.ydong102010-12-231-1/+1
* Update inappropriate comments.ydong102010-12-221-3/+3
* Fix a potential bug that SetVariable is invoked for NV variable prior to the ...gdong12010-12-221-18/+17
* Fix boot script thunk issue that we need dispatch in PEI mode for Framework d...jyao12010-12-229-17/+860
* Document the inconsistency of EFI_SMM_CPU_SAVE_STATE between the EDK2 code ba...rsun32010-12-221-0/+14
* Update definition of EFI_SMM_CPU_SAVE_STATE to exclude Itanium save state. No...rsun32010-12-221-1/+3
* Change the modifiers of the RegisterContext parameter of EFI SMM SW Dispatch2...rsun32010-12-211-11/+15
* Fix ICC build issuesmdkinney2010-12-201-9/+10
* Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. ...mdkinney2010-12-187-0/+526
* Add CONSTRUCTOR to BaseDebugLibSerialPort to call SerialPortInitialize() in t...mdkinney2010-12-182-4/+25
* Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiP...mdkinney2010-12-182-91/+70
* Add an empty CONSTRUCTOR to the UefiLib to resolve library dependency issues.mdkinney2010-12-182-0/+23
* Fix DxeHobLib to also support a module type of SMM_CORE.mdkinney2010-12-171-2/+1
* Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implement...mdkinney2010-12-171-1/+0
* Removes the assumption in Supported() and Start() routine that the EFI_SIO_PR...niruiyu2010-12-171-16/+3
* Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size ...rsun32010-12-171-1/+1
* Add support for ARM MOVW/MOVT instructions that were added in the latest PE/C...andrewfish2010-12-161-5/+164
* Minor code update to make TcpIo unchanged when return EFI_DEVICE_ERROR.tye12010-12-161-2/+4
* Remove wrongly added SuperIoInit protocol.niruiyu2010-12-162-45/+0
* Fix ARM link issue.andrewfish2010-12-151-0/+9
* Update inappropriate comments.ydong102010-12-151-1/+0
* Fix semihosting on gcc. We need to save lr as svc instruction will change it. andrewfish2010-12-151-1/+7
* Update inappropriate comments.gdong12010-12-154-10/+10
* Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish2010-12-1538-7/+145
* Add support for semihosting with GCC. Still needs more testing.andrewfish2010-12-153-1/+59
* Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish2010-12-159-2/+51
* Fix build break on Apple Xcode, caused by fixing normal gcc build break.andrewfish2010-12-141-1/+4
* Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO...rsun32010-12-142-0/+10