summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update Shell binaries to integrate recent updates in EDK shell project and in...qhuang82010-06-0992-9/+5
* Fix the issue that if OEM SMBIOS data includes string, it will cause SmbiosFl...li-elvin2010-06-093-23/+78
* fix GCC X64 build brokenklu22010-06-051-1/+3
* fix X64 build brokenklu22010-06-051-0/+1
* Change MaxBlock to HEX value to avoid GCC build failure.li-elvin2010-06-041-4/+4
* Do the following fix up in SetupBrowser driver:lgao42010-06-043-57/+51
* Fix the issue that ASSERT() at line 1391 incorrectly asserts when order list ...xli242010-06-031-4/+6
* Convert some C-style comments to Doxygen style for coding standard compliance.darylm5032010-06-032-97/+98
* Fixed tracker #203752, Dhcp4 assert issue.hhuan132010-06-021-2/+4
* Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao42010-06-025-2/+44
* Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao42010-06-028-140/+306
* Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read op...geekboy15a2010-06-012-2/+2
* Update EdkShellPkg.dsc read me to add a note to remind developers to update p...qhuang82010-06-011-2/+5
* Correct the svn repository linkklu22010-05-311-1/+1
* Add DMA Lib for generic ARM cache coherency model.andrewfish2010-05-292-0/+319
* Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abst...andrewfish2010-05-2911-365/+14
* NullDmaLib:DmaMap() function needs to return valid DeviceAddress.andrewfish2010-05-281-0/+2
* Make the [BuildOption] match the others for GCC.andrewfish2010-05-281-2/+1
* Set the default compilers arch flags for these packagesandrewfish2010-05-283-4/+25
* Add a DMA lib that works like PCI_IO protocl. Add a NULL version that would w...andrewfish2010-05-284-2/+350
* If SCSI version support Read/Write (16) command, use both commands to access ...li-elvin2010-05-282-41/+244
* Add Read/Write (16) command to SCSI library.li-elvin2010-05-283-18/+311
* remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib.niruiyu2010-05-284-75/+0
* Fix line ending issue. Update DMA Map primatives to double buffer if buffer d...andrewfish2010-05-282-179/+223
* Add a little more code for SD Card DMA, but make sure it is turned off until...andrewfish2010-05-281-1/+37
* Remove references to a package that does not exist.andrewfish2010-05-272-19/+3
* Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreate...lgao42010-05-272-5/+265
* synchronize interget type definition from MdePkg's processbinding.h to make b...klu22010-05-262-37/+21
* Library interface should be declared as EFIAPIklu22010-05-251-0/+1
* Status code handler callback should be declared as EFIAPIklu22010-05-253-3/+7
* Use the ASSERT() for parameter checking as the 4th parameter of internal work...lgao42010-05-241-0/+7
* Add the missing PalLib NULL instance.lgao42010-05-241-1/+1
* Add the missing PalLib NULL instance.lgao42010-05-231-0/+1
* Fixed the issue of that IP4driver can’t correctly reassemble the Out of Seq...qianouyang2010-05-211-1/+1
* For BdsDxe module,xli242010-05-214-14/+12
* Clean up package/platform DSC files by the following steps:lgao42010-05-212-229/+74
* Clean up package/platform DSC files by the following steps:lgao42010-05-211-12/+6
* Clean up package/platform DSC files by the following steps:lgao42010-05-211-2/+0
* Clean up package/platform DSC files by the following steps:lgao42010-05-211-8/+3
* Clean up package/platform DSC files by the following steps:lgao42010-05-211-16/+0
* Clean up package/platform DSC files by the following steps:lgao42010-05-211-99/+46
* Clean up package/platform DSC files by the following steps:lgao42010-05-211-5/+0
* Clean up package/platform DSC files by the following steps:lgao42010-05-211-68/+10
* Clean up package/platform DSC files by the following steps:lgao42010-05-211-2/+0
* MdeModulePkg AcpiTableDxe: Fix GCC build warningjljusten2010-05-201-0/+2
* MdePkg BaseLib: Fix GCC build breakjljusten2010-05-201-1/+2
* fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K va...erictian2010-05-201-1/+1
* Waiting for redeye so I added some memory map comments to ArmEb.h. Also fixed...andrewfish2010-05-202-1/+83
* Fix GCC build break as MemoryFence() API has already been included in GccInli...qhuang82010-05-201-1/+2
* Fix some typosqhuang82010-05-202-4/+4