summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CO...vanjeff2010-11-232-6/+17
* fix typo in comment.jcarsey2010-11-221-1/+1
* The PCI HotPlug Init Protocol returns a list of Root HPC, but it is possible ...rsun32010-11-223-3/+6
* Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether ...niruiyu2010-11-224-30/+23
* Add a new PCD PcdResetOnMemoryTypeInformationChange in MdeModulePkg to contro...niruiyu2010-11-221-0/+3
* Include BaseMemoryLib.h for macro EFI_IP4_EQUAL, EFI_IP6_EQUAL etc.xdu22010-11-221-0/+1
* Compare DXE performance token name by DXE performance string length. lgao42010-11-221-3/+3
* Fix a potential issue in calling Cpu->GetTimerValue (Cpu, 0, &CurrentTick, (U...tye12010-11-182-14/+14
* Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu2010-11-182-81/+302
* Update the file description in IpSec.h to refer to an accurate UEFI version.qianouyang2010-11-171-1/+1
* Fixed the K9 failure.qianouyang2010-11-171-2/+7
* Removed unnecessary GLOBAL_REMOVE_IF_UNREFERENCED. vanjeff2010-11-171-6/+3
* Add "Debug1" profile (all but Edit and HexEdit commands)jcarsey2010-11-1635-0/+20886
* adding "Install1" profile.jcarsey2010-11-165-0/+1003
* fixes for IPF, CTRL-C support, and file redirection.jcarsey2010-11-1612-96/+911
* adding new commands (libraries) to the build.jcarsey2010-11-161-0/+4
* Fix PxeBcDhcp6.c comments since official UEFI 2.3 Errata D spec is published.hhuan132010-11-161-3/+2
* Override MSFT build option in INF files to remove /GL or /Oi.vanjeff2010-11-162-6/+24
* Fix spelling error in commentmdkinney2010-11-162-2/+2
* Sync EDKII BaseTools to BaseTools project r2093.lgao42010-11-1549-531/+1138
* Fix build error.ydong102010-11-151-6/+14
* update error handling to use less ASSERT.jcarsey2010-11-123-13/+29
* Update return value.jcarsey2010-11-121-1/+1
* Clarify the MARCO a little.jcarsey2010-11-121-2/+3
* Adding Driver1 profile commands to the UEFI Shell 2.0.jcarsey2010-11-1215-0/+3285
* Refine coding style.ydong102010-11-122-140/+196
* Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin2010-11-122-4/+4
* Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin2010-11-124-8/+8
* Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin2010-11-124-8/+8
* Fixed build errorydong102010-11-122-4/+4
* fix GCC build failure. make function definition same with declaration.erictian2010-11-121-3/+0
* Fix bug: The lower 2 bits of Width and stripped, Count will always be multipl...vanjeff2010-11-121-7/+7
* Print Arrow for Goto button.lgao42010-11-111-0/+12
* fix build errorerictian2010-11-101-1/+1
* Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE.vanjeff2010-11-102-19/+8
* Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report...vanjeff2010-11-101-4/+28
* store Year/Month/Day to variable in SetWakeupTime() because PCAT RTC Alarm re...erictian2010-11-102-26/+64
* Fix ICC build break.rsun32010-11-101-7/+7
* Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao42010-11-093-9/+101
* Some existing PCI adapters with UEFI option ROMs make unaligned requests thro...rsun32010-11-093-0/+143
* Move some define code to the uni file. Also fixed some memory leak.ydong102010-11-098-91/+197
* Fix tracker for build error.ydong102010-11-091-1/+1
* Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory ...rsun32010-11-081-2/+2
* Remove unnecessary mBdsImageHandle.niruiyu2010-11-086-20/+9
* Refine code to make code follow the coding style.ydong102010-11-087-221/+249
* Add Doxygen style comments to the EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE()...mdkinney2010-11-051-9/+27
* Add comment that describes the TPL restrictions for the Data Hub Protocol.mdkinney2010-11-051-1/+1
* Fix bug in DataHub where it would skip the first record in a set when a filte...mdkinney2010-11-051-52/+63
* Update ReadMe.txt to correct the minor errors in build steps.niruiyu2010-11-051-5/+5
* Refine code to make code run more safely.ydong102010-11-051-5/+15