summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2010-12-09update the comments.ydong102-3/+3
2010-12-09Co-work with patch V11137 to refine the Hii menu.ydong105-5/+5
2010-12-061) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney4-109/+18
2010-12-06DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64jljusten2-0/+2
2010-12-04Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney6-9/+153
2010-11-26EHCI Controllers with a CapLen of 0 are ignored.erictian1-0/+8
2010-11-25Fix a bug in GetLangFromSupportedLangCodes()niruiyu2-0/+10
2010-11-24Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu3-77/+302
2010-11-23 Fix the bug that HiiConfigToBlock doesn't update BlockSize when Block is not...lgao41-8/+24
2010-11-231. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CO...vanjeff2-6/+17
2010-11-22The PCI HotPlug Init Protocol returns a list of Root HPC, but it is possible ...rsun33-3/+6
2010-11-22Add a new PCD PcdResetOnMemoryTypeInformationChange in MdeModulePkg to contro...niruiyu1-0/+3
2010-11-22Include BaseMemoryLib.h for macro EFI_IP4_EQUAL, EFI_IP6_EQUAL etc.xdu21-0/+1
2010-11-22Compare DXE performance token name by DXE performance string length. lgao41-3/+3
2010-11-18Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu2-81/+302
2010-11-16Fix spelling error in commentmdkinney2-2/+2
2010-11-12Fix bug: The lower 2 bits of Width and stripped, Count will always be multipl...vanjeff1-7/+7
2010-11-11Print Arrow for Goto button.lgao41-0/+12
2010-11-10Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE.vanjeff2-19/+8
2010-11-10Fix ICC build break.rsun31-7/+7
2010-11-09Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao43-9/+101
2010-11-09Some existing PCI adapters with UEFI option ROMs make unaligned requests thro...rsun33-0/+143
2010-11-08Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory ...rsun31-2/+2
2010-11-04Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report...mdkinney2-4/+39
2010-11-04Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP).rsun31-8/+12
2010-11-03The CurrentNumberOfxxxxx should be based on the device going away, and not th...vanjeff1-2/+2
2010-11-03swaps the order of timer disable and memory map termination to make sure memo...vanjeff1-5/+5
2010-11-03Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched...rsun32-12/+19
2010-11-02Fix PCD token value conflict issue.gikidy1-1/+1
2010-11-01Refine code to make code run more safely.ydong101-1/+2
2010-10-28S.M.A.R.T feature enableerictian2-0/+376
2010-10-26Correct Data type conversion.lgao42-3/+3
2010-10-25Update HiiDatabase->ExportPackageLists() service to support NULL HII handle ...lgao41-2/+2
2010-10-25Reserve one column at left screen to be more visually.lgao43-4/+5
2010-10-25Fix the following three issues:lgao41-43/+17
2010-10-21Use the correct length to copy KeyData.niruiyu1-1/+1
2010-10-20Fix build issue in IPv4. qianouyang2-2/+2
2010-10-19return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian4-6/+20
2010-10-18Refine code to make code run more safely.ydong107-7/+11
2010-10-18set the interface of usb hid device to boot protocol if it's not in such case.erictian2-2/+2
2010-10-15Fix minor gcc build break.andrewfish1-1/+1
2010-10-15Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang7-114/+274
2010-10-14Update ConPlatform driver to support GOP driver which creates multiple children.niruiyu3-16/+112
2010-10-14fix 32bit build warningerictian2-14/+14
2010-10-13DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten2-2/+2
2010-10-12add ataatapipassthru driver to dsc fileerictian1-0/+1
2010-10-11Correct the bad token number for gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVe...rsun31-1/+1
2010-09-30remove additional space from comments and pass ICC/GCC44 builderictian5-1124/+1114
2010-09-29add native ide/ahci drivererictian8-0/+8805
2010-09-16Refine code to make code run safely.ydong1012-26/+29