summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2011-03-103-8/+10
* Fix the bug that BDS assumes any boot option resides in the FV is Shell which...niruiyu2011-03-011-3/+6
* 1.Refine all the goto and action opcode. When the menu link to the sub form, ...ydong102011-02-233-35/+37
* Enhance BMM to support changing FlowControl setting in Front Page.ydong102011-02-168-6/+137
* Add the missing up/down arrow in UNI string.lgao42011-02-011-0/+0
* Add assertion after memory allocation.niruiyu2011-01-311-0/+2
* Add back the BdsDeleteBootOption to pass build.niruiyu2011-01-281-0/+56
* BDS enhancement: enumerate & show all legacy boot options in Boot Manager so ...niruiyu2011-01-288-670/+778
* Enhance BDS to support Boot/Driver option whose option number >= 0xFF.niruiyu2011-01-105-61/+57
* Fix ICC9 compiler failureniruiyu2011-01-071-1/+1
* Fix the bug that duplicate HDD is shown in the BMM.niruiyu2011-01-061-13/+5
* in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed.erictian2011-01-051-1/+11
* Use REPORT_STATUS_CODExxx() macros directly.mdkinney2011-01-032-41/+38
* Update the Timeout used for Write() operations to consider the case where the...mdkinney2010-12-301-1/+33
* Add support for BootOption with USB Class or USB WWID device path node.xdu22010-12-243-2/+439
* Revert patch 11146 about file guid.ydong102010-12-231-1/+1
* Removes the assumption in Supported() and Start() routine that the EFI_SIO_PR...niruiyu2010-12-171-16/+3
* Update inappropriate comments.ydong102010-12-151-1/+0
* Fix the IsaIo driver to not create ISA resource item when the ACPI resource r...niruiyu2010-12-141-24/+32
* fix potential memory access violationydong102010-12-101-1/+1
* fix build error on ICC compile.ydong102010-12-101-3/+4
* 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
* [BDS] Device Manager was requested to add more sub-level menu about network d...ydong102010-12-095-28/+593
* Fix the bug that <continue> may not boot the first boot option but return bac...niruiyu2010-12-011-0/+11
* First try to get log time at TPL level <= TPL_CALLBACK, then fill time into D...lgao42010-11-291-3/+12
* Fix the checking logic for the boot option enumeration.niruiyu2010-11-261-2/+10
* Reduce DataHub TPL Level to TPL_CALLBACK, because DataHub uses GetTime() serv...lgao42010-11-261-1/+1
* 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CO...vanjeff2010-11-232-3/+10
* Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether ...niruiyu2010-11-224-30/+23
* Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report...vanjeff2010-11-101-4/+28
* 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