summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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