summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the IsaIo driver to not create ISA resource item when the ACPI resource r...niruiyu2010-12-141-24/+32
* Add the SuperIoInit protocol to MdePkg.niruiyu2010-12-142-0/+45
* Add a TcpIo library to facilitate usage of TCP service.tye12010-12-145-0/+1303
* update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible val...erictian2010-12-141-2/+2
* update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible val...erictian2010-12-141-2/+2
* Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun32010-12-144-0/+17
* Update FrameworkSpecConformance.txt after adding new datahub definitions for ...li-elvin2010-12-131-4/+48
* Remove the unnecessary package from VariableSmmRuntimeDxe.inf.gdong12010-12-121-1/+0
* Add typecast to remove warning with ICC.gdong12010-12-113-6/+5
* MdeModulePkg VariableRuntimeDxe: Fix build for GCC44 toolchainjljusten2010-12-101-2/+3
* update copyright formathhtian2010-12-1013-15/+15
* update copyright formathhtian2010-12-106-3/+3
* fix potential memory access violationydong102010-12-101-1/+1
* Add SMM Variable implementation.gdong12010-12-1024-1332/+3912
* fix build error on ICC compile.ydong102010-12-101-3/+4
* Add missing data record for Type 4.li-elvin2010-12-101-1/+38
* Add missing fields of Type 4 conversion.li-elvin2010-12-101-1/+79
* Enhance IdeBusDxe to check the class code for IDE mode only.lzeng142010-12-101-4/+41
* Change the file guid value to avoid conflict as another file.ydong102010-12-101-1/+1