summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update EdkShellBinPkg to integrate a bug fix date & time command for x64 shel...qhuang82010-08-243-2/+2
* Change the check condition for 16 byte command, when HDD size is > 2TB, use 1...li-elvin2010-08-232-48/+53
* Add Local APIC library mapping.rsun32010-08-231-0/+1
* Update MpServicesOnFrameworkMpServicesThunk to consume Local APIC library.rsun32010-08-233-138/+9
* Add Local APIC Library class defining APIs for common Local APIC operations. ...rsun32010-08-238-1/+1772
* The definition of NumberOfSmmReservedRegions is incorrect in Framework SmmCis...xli242010-08-202-2/+11
* Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()...hhuan132010-08-202-11/+3
* Fix GCC build failureniruiyu2010-08-201-2/+2
* Check in the IsaIoDxe device driver that consumes EFI_SIO_PROTOCOL to produce...niruiyu2010-08-198-0/+3127
* Move ACPI_SMALL_RESOURCE_HEADER and ACPI_LARGE_RESOURCE_HEADER from SuperIo.h...niruiyu2010-08-192-23/+148
* Added support for an EFI X64 ABI compatible UnixPkg. With an internal only co...andrewfish2010-08-1818-200/+316
* clear the correct BAR register. Because for P2P device, only register from 0x...niruiyu2010-08-181-2/+8
* 1. Introduce PcdTftpBlockSize to let platform DSC customize block size.hhuan132010-08-184-1/+23
* SmmBaseHelper: Update MP state in Framework SMST before transferring control ...rsun32010-08-171-1/+2
* remove CpuBreakpoint ().vanjeff2010-08-171-1/+0
* Fixed one bug which may lead standard error handle could not be set into syst...vanjeff2010-08-171-2/+1
* Refine code.sfu52010-08-161-44/+8
* Roll back BlockSize to 0x8000 for PXE performance concern.hhuan132010-08-151-5/+1
* Minor refinement on source code.qhuang82010-08-141-2/+2
* If you install 64-bit kernel build will fail. This requires manually setting ...andrewfish2010-08-132-54/+58
* Add datahub status sode handler driver.xli242010-08-135-1/+625
* Update EdkShellBinPkg to integrate a bug fix in PCI command in Shell source r42.qhuang82010-08-138-1/+1
* Refine code.sfu52010-08-134-22/+23
* Add LZMA decompression to DXE Core.andrewfish2010-08-122-1/+3
* Fix bug in LoadFv command. Don't free the buffer the file was loaded into as ...andrewfish2010-08-121-1/+3
* Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in ...xdu22010-08-122-6/+8
* Fix PcAtChipsetPkg build failure by changing the PcAtChipsetPkg.dsc to refere...niruiyu2010-08-111-2/+2
* Add boundary check against variable MTRR count.xli242010-08-101-1/+6
* Add explicit type cast to suppress possible warning of precession loss.xli242010-08-105-10/+10
* Minor code refinement.rsun32010-08-101-2/+2
* Add explicit type cast to suppress possible warning of precession loss.xli242010-08-101-10/+10
* Add explicit type cast to suppress possible warning of precession loss.xli242010-08-102-2/+2
* Remove the EHCI/UHCI inter-dependency in GenericBdsLib since the EHCI/UHCI co...niruiyu2010-08-091-11/+6
* Fixed K9 scan issues.hhuan132010-08-094-12/+12
* Fixed K9 scan issues.hhuan132010-08-091-1/+1
* Fix reverse gasket issue that was breaking watch dog timer.andrewfish2010-08-087-14/+25
* Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney2010-08-062-16/+16
* Fix IP address text representation issue about leading zeros jjin92010-08-061-3/+56
* Change DxeNt32PeCoffExtraActionLib to not depend on the library constructor t...niruiyu2010-08-062-12/+6
* Make PeCoffExtraActionLib more robust, in case it is called before its constr...andrewfish2010-08-051-0/+7
* Fix crash in UnixPkg caused by r10769. The DxeCore is not calling the library...andrewfish2010-08-051-2/+6
* According to SCSI spec, ANSI version is 3 bits, so 0x7 should be used to get ...li-elvin2010-08-042-5/+5
* Fix a typo in Ip4ConfigDriverBindingStart(): it should be gEfiManagedNetworkS...xdu22010-08-041-1/+1
* Update MnpDxe to deliver VLAN tagged packet even when there is no VLAN is con...xdu22010-08-041-1/+8
* Clean up SEC implementation for Ovmf.mdkinney2010-08-0314-938/+701
* Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney2010-08-033-0/+14
* Update KbcResetDxe to be more generic by layering it on top of the ResetSyste...mdkinney2010-08-034-129/+48
* Add ResetSystemLib instances for PCAT that only supports cold reset and a war...mdkinney2010-08-031-0/+2
* Add ResetSystemLib instances for PCAT that only supports cold reset and a war...mdkinney2010-08-032-0/+124
* Inherit entries from previous IDT when new IDT is installed.mdkinney2010-08-031-6/+23