summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Add PCD for 1G page tablejyao12011-09-212-5/+8
* Correct 1G page table generation.jyao12011-09-191-2/+1
* Clean up the private GUID definition in module Level.lgao42011-09-1835-238/+401
* Update the BDS UI to keep the old behaviors after add exit action when Config...ydong102011-09-161-1/+1
* Fix Ps2KeyboardDxe driver to return correct key data when Shift/Ctrl/Alt and ...niruiyu2011-09-162-152/+170
* Remove useless pointer check.ydong102011-09-141-62/+60
* Fix build error.jyao12011-09-141-1/+1
* Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12011-09-132-30/+100
* Fixed issue that addition LEFT CTRL key was detected when press PAUSE key. P...vanjeff2011-09-082-14/+9
* Check the pointer before use it.ydong102011-09-061-11/+12
* IntelFrameworkModulePkg: Add DxeCapsuleLibjljusten2011-09-023-0/+189
* Add error debug information for capsule processing in Bds.li-elvin2011-09-021-1/+6
* IntelFrameworkModulePkg: Add UpdateDriverDxe driverjljusten2011-09-017-0/+3486
* IntelFrameworkModulePkg: Add FwVolDxe driverjljusten2011-09-019-0/+5541
* Check the pointer before use it.ydong102011-09-011-69/+72
* IntelFrameworkModulePkg: Add AcpiS3SaveDxe driverjljusten2011-08-315-0/+875
* Update CSM module to provide the general solution when the Timer Arch Protoco...li-elvin2011-08-304-5/+156
* MdeModulePkg, IntelFramworkModulePkg: Add S3 PCDsjljusten2011-08-291-0/+11
* IntelFrameworkModulePkg: Add AcpiSupportDxe driverjljusten2011-08-296-0/+2249
* IntelFrameworkModulePkg/GenericBdsLib: update GenericBdsLib to report status ...xdu22011-08-253-3/+19
* Add a PcdPs2KbdExtendedVerification to let user to choose whether extend rese...li-elvin2011-08-257-5/+79
* Raise TPL to prevent the BlockIo instance for USB device is removed during th...niruiyu2011-08-251-0/+11
* 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