summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Csm/BiosThunk
Commit message (Expand)AuthorAgeFilesLines
* IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-284-43/+64
* Add type cast on variable before operation.Jeff Fan2014-08-082-5/+5
* Fix memory leak issues in BiosSnp module.Elvin Li2014-07-232-3/+14
* When EDID comes from hardware INT10 and does not include 800x600, 640x480 and...li-elvin2013-03-291-0/+9
* Take the highest horizontal resolution as highest video resolution.li-elvin2013-01-221-2/+6
* Parse full EDID data to get all video resolutions supported by monitors.li-elvin2013-01-222-40/+85
* Fix IA32 build failure to add UINTN type cast.li-elvin2012-11-261-1/+1
* Update FrameBufferSize aligned with UEFI spec.li-elvin2012-11-231-7/+7
* BiosVideo allocate wrong size of buffer for EDID override data. Fix this issu...li-elvin2012-11-121-1/+1
* Use ReadUnaligned16 function to access the buffer which is pointed by a possi...li-elvin2012-10-241-5/+11
* Add PcdFastPS2Detection to improve PS2 keyboard driver start performance.li-elvin2012-10-112-123/+132
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-302-12/+10
* To follow UEFI spec, update the code to make correct check to support multipl...li-elvin2012-07-181-1/+1
* Currently restoring PCI attributes are put in child uninstall logic, if one c...li-elvin2012-05-042-49/+108
* Improve robustness when scanning PCI Option ROM.rsun32012-03-141-1/+11
* Set video resolution to highest when PcdVideoHorizontalResolution or PcdVideo...li-elvin2011-10-282-0/+27
* 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-251-10/+11
* Change the Keyboard thunk driver to remove DevicePath reference.niruiyu2011-10-192-31/+16
* 1. Add Partial Keystroke Support in Ps2Kb drivers. See the Uefi2.3.1a chapter...qianouyang2011-09-301-1/+6
* The ParentDevicePath is not initialized when error happened and went to Done....li-elvin2011-09-261-12/+12
* Clean up the private GUID definition in module Level.lgao42011-09-183-16/+7
* Add a PcdPs2KbdExtendedVerification to let user to choose whether extend rese...li-elvin2011-08-253-3/+69
* Normalize data transfer buffer in BlockIo thunk driver to avoid INT 13 Functi...li-elvin2011-08-041-4/+14
* Put free the buffer GraphicsOutput.Mode in correct place.li-elvin2011-08-011-8/+15
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-066-14/+14
* IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) driversjljusten2011-06-2723-0/+19696