summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary mBdsImageHandle.niruiyu2010-11-086-20/+9
* Fix bug in DataHub where it would skip the first record in a set when a filte...mdkinney2010-11-051-52/+63
* Fix the corner case when there is only "\0\0" appended and the Index is 1. Re...niruiyu2010-10-111-1/+5
* Add the missing EFIAPI for StatusCode handler.lgao42010-09-252-0/+2
* Add additional reset when Memory Type Information settings change.niruiyu2010-09-161-12/+27
* Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SMM_DRIVE...mdkinney2010-09-101-1/+1
* Fix a bug in GetOptionalStringByIndex() that doesn't handle the case when Ind...niruiyu2010-08-261-40/+16
* 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
* Add datahub status sode handler driver.xli242010-08-135-1/+625
* Add explicit type cast to suppress possible warning of precession loss.xli242010-08-105-10/+10
* Remove the EHCI/UHCI inter-dependency in GenericBdsLib since the EHCI/UHCI co...niruiyu2010-08-091-11/+6
* Add NULL pointer checking against Data.xli242010-07-302-2/+4
* Handle gEfiStatusCodeDataTypeStringGuid in status code drivers.xli242010-07-304-4/+26
* Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao42010-07-281-40/+52
* Fix bug that cursor position will change when enter newly registered HII Form...xdu22010-07-221-63/+43
* Fix the issues that StatusCode can't work when PcdStatusCodeUseMemory is set ...lgao42010-07-053-129/+96
* Use ASSERT to check the expression.lgao42010-07-011-1/+1
* roll back last check-in.vanjeff2010-06-293-19/+13
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10612 6f...vanjeff2010-06-293-13/+19
* Allow gEfiMemoryTypeInformation bins to shrink if boot mode is BOOT_WITH_DEFA...mdkinney2010-06-141-7/+28
* Fix the issue that ASSERT() at line 1391 incorrectly asserts when order list ...xli242010-06-031-4/+6
* Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao42010-06-025-2/+44
* remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib.niruiyu2010-05-284-75/+0
* Use the ASSERT() for parameter checking as the 4th parameter of internal work...lgao42010-05-241-0/+7
* For BdsDxe module,xli242010-05-214-14/+12
* Clean up package/platform DSC files by the following steps:lgao42010-05-211-68/+10
* Fix ICC 11.1 build errormdkinney2010-05-071-1/+1
* Update the copyright notice formathhtian2010-04-23173-319/+319
* Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu2010-04-211-7/+7
* Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShift...erictian2010-04-191-3/+3
* Fix minor coding style issue.qhuang82010-04-141-3/+3
* Fix ICC build failure.niruiyu2010-04-121-3/+6
* 1. IsaSerialIo driver was changed to produce the flow control device path nod...niruiyu2010-04-094-114/+321
* Not maintained.hhtian2010-03-251-64/+0
* Per Liming request: 1)remove duplicate header disclaimer lines IntelFramework...myronporter2010-03-222-6/+20
* Don't create a dummy string with new language.lgao42010-03-221-4/+1
* fix ia32 build error.erictian2010-03-171-2/+2
* The ATA alignment_logic_in_phy_blocks field doesn’t directly report the low...erictian2010-03-171-1/+2
* Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter2010-03-1612-354/+367
* Fix the hardware flow control logic in SerialIo driver.niruiyu2010-03-101-2/+2
* Update package version for IntelFrameworkPkg and IntelFrameworkModulePkg.xli242010-03-042-2/+2
* Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao42010-03-042-7/+55
* Fixed the build issue which is caused by movement of S3Resume.h is moved fro...jchen202010-03-031-0/+1
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-2511-11/+0
* Remove <b></b> from File header.lgao42010-02-241-1/+1
* 1. Correct File header to ## @filelgao42010-02-2428-109/+111
* Driver health entry in device manager page is not totally hidden, the origina...li-elvin2010-02-232-16/+17
* To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for ...niruiyu2010-02-111-0/+5
* Leverages SMM Status Code Protocol, instead of OemHookStatusCodeLib.xli242010-02-103-36/+71