summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Update copyright formathhtian2012-04-241-3/+1
* Add code to check boot option variable before use itydong102012-04-193-18/+136
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* Add more check for the bmp file to avoid access violation.ydong102012-04-111-3/+71
* When transfer from Unicode to hex number, current code only consider the 0-9 ...ydong102012-04-011-5/+29
* update code to follow coding style.czhang462012-03-301-1/+0
* Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142012-03-271-7/+17
* Add BootlogoOnly feature in BDS for BGRTczhang462012-03-2314-327/+524
* Fix VS X64 Compiler Failurelgao42012-03-201-1/+1
* Add LzmaArchCustomDecompressLib library instance, which supports for X86 (IA3...lgao42012-03-197-3/+442
* Fix build fail.ydong102012-03-141-5/+5
* Improve robustness when scanning PCI Option ROM.rsun32012-03-142-6/+39
* Enhance the error handling.ydong102012-03-131-9/+22
* When CSM uses EFI_SEGMENT and EFI_OFFSET to call CSM16 function, some CSM16 u...li-elvin2012-03-013-7/+15
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-011-1/+2
* Update copyright.ydong102012-01-121-1/+1
* Add check when get boot option variable to avoid system hang.ydong102012-01-121-1/+115
* Patch includes:ydong102011-12-221-33/+13
* InstallAcpiTable() - Do not update the checksum in the passed in buffer – t...jyao12011-12-151-13/+1
* Update for IntelFrameworkModulePkg.ydong102011-12-1510-157/+151
* Update IntelFrameworkModulePkg version: 0.91->0.92vanjeff2011-12-142-2/+2
* Update the check condition to allows 64-bit operation's data buffer not to be...vanjeff2011-12-011-2/+3
* Update code to pass build on VS2008 with /Od compiler option.lgao42011-11-281-1/+1
* 1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng142011-11-251-4/+32
* Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow w...li-elvin2011-11-244-44/+51
* Update code to follow coding style. Mainly change about:ydong102011-11-231-1/+0
* Use PCD to customize if ps2 mouse and mouse pointer device do full reset.li-elvin2011-11-217-4/+22
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-211-1/+1
* CSM is updated to remove RaiseTPL (TPL_HIGH_LEVEL) and disable 2 known UEFI i...li-elvin2011-11-151-2/+9
* Fix incorrect pointer check.li-elvin2011-11-151-1/+1
* Introduce video resolution and text mode PCDs for BIOS setup in BDS module. U...li-elvin2011-11-086-19/+249
* Check the return status of booting against EFI_SUCCESS instead of using EFI_E...niruiyu2011-11-081-2/+2
* 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