summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Add return status check for SetVariable.niruiyu2011-06-021-8/+10
* Update the comments to describe the purpose of Removable array.niruiyu2011-05-271-3/+6
* Originally BDS only creates boot options for removable media, the patch creat...niruiyu2011-05-261-70/+74
* Add more status code in drivers.li-elvin2011-05-262-0/+13
* Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupporte...ydong102011-05-205-505/+503
* Update PS/2 keyboard driver to return scan code for Pause key.vanjeff2011-05-162-107/+121
* Fix DEC files so any PCD declared as Dynamic is also declared as DynamicExmdkinney2011-05-041-2/+2
* Remove disabling keyboard/auxiliary interface in Driver Binding Protocol.Stop...li-elvin2011-05-043-14/+2
* Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu2011-04-251-9/+10
* The hotkey callback in BDS module should defer loading the boot option until ...niruiyu2011-04-203-63/+79
* Fix the PS2 keyboard driver to call hotkey callback even no one is calling Re...niruiyu2011-04-194-518/+398
* Add assertion check for TmpString against NULL.niruiyu2011-04-071-13/+4
* > When GetHealthStatus() returns NULL FormHiiHandle, DeviceManager shouldn't ...niruiyu2011-04-016-130/+154
* Update inf file to follow spec.ydong102011-03-302-4/+3
* Enhance inf to follow spec.ydong102011-03-146-9/+16
* 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