summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DuetPkg BootSector: Add missing .code16 directive into start16.S/start32.S/Gp...rsun32011-11-244-5/+7
* Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow w...li-elvin2011-11-242-4/+4
* Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow w...li-elvin2011-11-241-2/+2
* Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow w...li-elvin2011-11-244-44/+51
* Re-org the EBC thunk code for better code maintenance.jyao12011-11-232-239/+161
* 1.Update IPsec driver to set the Transform structure’s Next Payload field t...qianouyang2011-11-236-409/+414
* Update code to follow coding style. Mainly change about:ydong102011-11-234-13/+11
* MdeModulePkg DXE Core: Update implementation of SetMemorySpaceAttributes() DX...rsun32011-11-232-9/+34
* 1. Check input PK/KEK variable data to make sure it is a valid EFI_SIGNATURE_...sfu52011-11-232-0/+161
* Add pointer check for NULL before dereference it.sfu52011-11-231-2/+6
* Update DxeCore handle FV Image file with Depex section per PI spec.lgao42011-11-232-24/+106
* Add the missing supported module type in MdePkg DxeServicesTableLib instance.lgao42011-11-231-2/+2
* MdePkg DxeServicesLib: Search further in GetFileBufferByFilePathjljusten2011-11-221-6/+17
* Remove assumption on EAX and R10 usage for IA32 compiler and X64 compiler.jyao12011-11-226-119/+451
* Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has...ydong102011-11-223-30/+201
* Update comments in BaseExtractGuidedSectionLib library instance to say its us...lgao42011-11-221-3/+7
* Update SetupBrowser to initialize the question value before extract default v...lgao42011-11-222-2/+15
* PcAtChipsetPkg: install RTC ARCH protocol even if RTC h/w is functioning inco...erictian2011-11-222-3/+6
* 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-2115-108/+85
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-2115-110/+87
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-211-1/+1
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-2115-108/+87
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-211-1/+1
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-211-2/+2
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-211-2/+2
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-211-5/+5
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-211-12/+12
* 1) Fix GCC version EBC interpreter bug. jyao12011-11-2111-241/+96
* Initialize the variable before use it to avoid SCT test failed.ydong102011-11-211-0/+1
* PI 1.2 Errata C: A new return condition is added for the returned status code...rsun32011-11-213-3/+6
* 1.Fix a bug in Dhcp4Dxe driver to correct the ‘secs’ field in DHCP message.sfu52011-11-214-4/+73
* ShellPkg: Updates the printing of echo for script commands to after the @ che...jcarsey2011-11-181-9/+9
* ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size.jcarsey2011-11-181-3/+3
* Enable buffer type when process some expression opcode which support buffer t...ydong102011-11-184-46/+215
* Patch for:ydong102011-11-182-111/+119
* According to PI errata 0000718 and PI 1.2c Vol 3 3.2.1, comment out "Types" f...lzeng142011-11-181-2/+4
* ShellPkg: Update the ‘for’ command to check number length correctly with ...jcarsey2011-11-171-1/+1
* In BootScriptSaver, put INFORMATION_OPCODE message to LockBox.jyao12011-11-172-10/+171
* PcAtChipsetPkg: install RTC ARCH protocol even if the "RTC" variable is corru...erictian2011-11-171-0/+2
* Remove CONST prefix to follow PI Specification. vanjeff2011-11-171-12/+12
* PcAtChipsetPkg: Do right sign extension to avoid a wrong daylight value savin...erictian2011-11-171-2/+2
* Regenerate the related EDK Shell binaries after fixing a bug in Pci.c to add ...niruiyu2011-11-176-2/+2
* Change IPF version AuthVariable driver to support multiple-platform feature.niruiyu2011-11-174-0/+64
* Update PI Service Table Versions per PI 1.2 Errata C.rsun32011-11-173-10/+14
* Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INF...niruiyu2011-11-171-2/+2
* Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INF...niruiyu2011-11-171-2/+2
* ArmPlatformPkg/PrePi: Ony synchronize cores when it is a MPCore Systemoliviermartin2011-11-161-3/+5
* MdeModulePkg: Enable port power if port power control feature is supported by...erictian2011-11-163-8/+29
* UEFI231 spec compliance:jyao12011-11-163-28/+32