summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add new FV extension type 0x0002 and its related structure per PI1.2B.lgao42011-02-121-2/+21
* UEFI table also need to be in ACPI NVS memory, because some data fieldjyao12011-02-111-3/+8
* Add SmmPeriodicSmiLib to MdePkg.mdkinney2011-02-115-3/+1406
* 1) Add PcdSerialDetectCable to MdeModulePkg to enable/disable cable detection...mdkinney2011-02-103-6/+38
* Clean up BaseSerialPortLib16550 to remove references and checks for Carrier D...mdkinney2011-02-041-7/+6
* Make the default toolchain for Linux CodeSourcery. andrewfish2011-02-031-1/+1
* Fixes to get CodeSourcery GCC and RVCT 3.1 compiling.andrewfish2011-02-033-16/+20
* Fix issue with fixing tabs.andrewfish2011-02-0273-2692/+2692
* Remove tabs.andrewfish2011-02-021-120/+239
* Remove tabs from all text files in the package.andrewfish2011-02-0251-1293/+1295
* Update to match changes in the ArmPkg.andrewfish2011-02-022-3/+2
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-02113-964/+7979
* Add the missing up/down arrow in UNI string.lgao42011-02-011-0/+0
* Add ArmPlatformPkg from ARM Ltd. patch.andrewfish2011-02-01103-0/+14402
* Fix EBL GetCurrentIpAddress & GetCurrentMacAddress commands. Add variable ser...andrewfish2011-02-017-16/+218
* Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update...andrewfish2011-02-019-44/+39
* Add assertion after memory allocation.niruiyu2011-01-311-0/+2
* Correct comments for EFI_LEGACY_PIRQ_ENTRY.jyao12011-01-311-12/+5
* OvmfPkg NvVarsFileLib: Leverage SerializeVariablesLibjljusten2011-01-304-536/+94
* OvmfPkg: Add SerializeVariablesLib library instancejljusten2011-01-306-0/+941
* OvmfPkg: Add SerializeVariablesLib library classjljusten2011-01-302-1/+234
* Add back the BdsDeleteBootOption to pass build.niruiyu2011-01-281-0/+56
* Don't need to update its copy right. It is same to previous version. lgao42011-01-281-1/+1
* PcAtChipsetPkg/PciHostBridgeDxe: Fix enum type mismatchjljusten2011-01-281-1/+1
* Roll back previous change. GCC assembly file should use .S postfix. lgao42011-01-281-2/+2
* BDS enhancement: enumerate & show all legacy boot options in Boot Manager so ...niruiyu2011-01-288-670/+778
* Remove ; from end of EFI_PEI_PCI_CFG_ADDRESS() macro that prevents the macro ...mdkinney2011-01-271-2/+2
* Update comments of BIT1 and BIT2 to align UEFI Spec 2.3d for EFI_PARTITION_EN...niruiyu2011-01-271-4/+8
* OvmfPkg ResetSystemLib: Fix build issue with VS2005jljusten2011-01-271-1/+1
* Updated IntelFrameworkPkg\Include\Guid\DataHubRecords.h same with ECP definitionli-elvin2011-01-262-3/+16
* If RSC_HANDLER_CALLBACK_ENTRY is allocated as boot service memory, the status...li-elvin2011-01-261-2/+2
* fix word typoerictian2011-01-262-4/+4
* fix arm gcc build errorerictian2011-01-261-2/+2
* NetworkPkg: Update the IpsecConfig application to fix the GCC4.5 build issue.qianouyang2011-01-251-5/+6
* Support proportional Font and Font output flags. lgao42011-01-242-182/+351
* Correct file name. lgao42011-01-241-1/+1
* Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaxi...mdkinney2011-01-211-1/+1
* MdeModulePkg HiiDatabaseDxe: Fix build error on GCC 4.4jljusten2011-01-211-4/+4
* OvmfPkg: Add support for memory above 4GBjljusten2011-01-213-7/+81
* OvmfPkg: Add NullMemoryTestDxe driverjljusten2011-01-216-1/+6
* OvmfPkg: Add DEBUG messages to dump the contents of CMOSjljusten2011-01-211-0/+24
* NetworkPkg: comments clean up.xdu22011-01-2119-64/+63
* NetworkPkg: Add IN/OUT modifier.xdu22011-01-215-17/+17
* Enhance code to avoid build error.ydong102011-01-211-6/+6
* ProcessCumulative() function always calculates the average performance by div...lzeng142011-01-201-13/+15
* NetworkPkg-IpSecDxe: Remove extra space in function type definition to beauti...xdu22011-01-201-13/+13
* NetworkPkg: Update the IpsecDxe driver related PCDs in NetworkPkg.dec.qianouyang2011-01-203-35/+47
* Fixed HiiSetString failed. Tracker NUM:204479ydong102011-01-203-18/+198
* Export EDKII_GLUE_DebugPrintErrorLevel and EDKII_GLUE_DebugPropertyMask macro lgao42011-01-181-1/+5
* Enhance the code to avoid the potential of return address of local variable t...tye12011-01-172-20/+30