summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/BiosVideo.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Remove IntelFrameworkModulePkgHao A Wu1-3289/+0
2019-04-09IntelFrameworkModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-8/+1
2018-06-28IntelFrameworkModulePkg: Clean up source filesLiming Gao1-37/+37
2017-03-06IntelFrameworkModulePkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2016-03-25IntelFrameworkModulePkg: BiosVideo: remove set but unused variableLaszlo Ersek1-7/+6
2014-08-08Add type cast on variable before operation.Jeff Fan1-2/+2
2013-03-29When EDID comes from hardware INT10 and does not include 800x600, 640x480 and...li-elvin1-0/+9
2013-01-22Take the highest horizontal resolution as highest video resolution.li-elvin1-2/+6
2013-01-22Parse full EDID data to get all video resolutions supported by monitors.li-elvin1-35/+65
2012-11-26Fix IA32 build failure to add UINTN type cast.li-elvin1-1/+1
2012-11-23Update FrameBufferSize aligned with UEFI spec.li-elvin1-7/+7
2012-11-12BiosVideo allocate wrong size of buffer for EDID override data. Fix this issu...li-elvin1-1/+1
2012-10-24Use ReadUnaligned16 function to access the buffer which is pointed by a possi...li-elvin1-5/+11
2012-07-18To follow UEFI spec, update the code to make correct check to support multipl...li-elvin1-1/+1
2012-05-04Currently restoring PCI attributes are put in child uninstall logic, if one c...li-elvin1-41/+93
2011-10-28Set video resolution to highest when PcdVideoHorizontalResolution or PcdVideo...li-elvin1-0/+25
2011-10-27Check the device path protocol before opening the PciIo BY_DRIVER.niruiyu1-12/+12
2011-09-26The ParentDevicePath is not initialized when error happened and went to Done....li-elvin1-12/+12
2011-08-01Put free the buffer GraphicsOutput.Mode in correct place.li-elvin1-8/+15
2011-06-27IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) driversjljusten1-0/+3164