summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
...
* IntelFrameworkModulePkg-GenericBdsLib: Add type cast for conversion from INTN...xdu22011-11-071-2/+2
* IntelFrameworkModulePkg: Update GenericBdsLib to use BootLogo protocol to rep...xdu22011-11-046-54/+145
* Correct the logic to check EFI_FV2_WRITE_STATUS.lzeng142011-11-041-2/+2
* IntelFrameworkModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-4/+0
* Set video resolution to highest when PcdVideoHorizontalResolution or PcdVideo...li-elvin2011-10-282-0/+27
* Add core FFS3 support, FwVolDxe and SectionExtraction.lzeng142011-10-278-267/+510
* Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng142011-10-272-65/+147
* Check the device path protocol before opening the PciIo BY_DRIVER.niruiyu2011-10-271-12/+12
* Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2011-10-253-21/+23
* Fix BDS bug to signal ReadyToBoot event before loading the boot option.niruiyu2011-10-241-5/+6
* CSM should firstly set timer to enable state at first, then RestoreTpl is cal...li-elvin2011-10-211-4/+4
* Change the Keyboard thunk driver to remove DevicePath reference.niruiyu2011-10-192-31/+16
* Use a local variable and assign 0 to it, then use it as legacy interrupt tabl...li-elvin2011-10-191-3/+10
* InstallOpROM in CSM driver could be enhanced to start video when RomImage is ...li-elvin2011-10-101-0/+17
* Use PCD for PMM size and EndOpromShadowAddress to remove hard code value in C...li-elvin2011-10-105-39/+27
* 1. Add Partial Keystroke Support in Ps2Kb drivers. See the Uefi2.3.1a chapter...qianouyang2011-09-304-209/+261
* Add pointer check for NULL before dereference it.ydong102011-09-291-1/+2
* Add RomImage pointer NULL check.li-elvin2011-09-291-1/+1
* The ParentDevicePath is not initialized when error happened and went to Done....li-elvin2011-09-261-12/+12
* 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