summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Remove the code added originally to restore 8254 timer to 54ms.li-elvin2011-08-093-38/+0
* Print PCI Interrupt Line/Interrupt Pin registers before booting legacy OS.niruiyu2011-08-041-3/+71
* Normalize data transfer buffer in BlockIo thunk driver to avoid INT 13 Functi...li-elvin2011-08-041-4/+14
* Fixed the issue in RuntimeStatusCode library that may not work on the early d...lgao42011-08-021-1/+9
* Put free the buffer GraphicsOutput.Mode in correct place.li-elvin2011-08-011-8/+15
* Clean and split AcpiVariable.h in IntelFrameworkModulePkg into 2 new .h files...rsun32011-08-013-173/+69
* IntelFrameworkModulePkg: Add ExitPmAuth protocol definitionjljusten2011-07-192-0/+28
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-066-14/+14
* Enhance BDS to avoid the additional reset when the platform pre-allocated mem...niruiyu2011-07-061-11/+18
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-0521-43/+43
* Fix the BDS to show UEFI hard drive boot option as "EFI Hard Drive" instead o...niruiyu2011-07-052-12/+23
* Add the support for Boot Option with all 0xff USB class Device Path.qianouyang2011-07-051-143/+180
* IntelFrameworkModulePkg: Add PalLib library class mappingjljusten2011-06-301-0/+1
* IntelFrameworkModulePkg: Fix clang compielr warning.andrewfish2011-06-281-1/+1
* IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) driversjljusten2011-06-2746-1/+30571
* IntelFrameworkModulePkg: Add Guid/AcpiVariable.hjljusten2011-06-272-0/+176
* Refine code to follow coding style.ydong102011-06-231-1/+1
* IntelFrameworkModulePkg: Add IsaFloppyPei driverjljusten2011-06-176-0/+2325
* IntelFrameworkModulePkg GenericBdsLib: Remove unwanted assert conditionjljusten2011-06-161-2/+6
* 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