summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Update copyright formathhtian2012-04-241-3/+1
* Fix build fail for DDK.ydong102012-04-241-2/+2
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-241-1/+9
* Update HiiFont Service to return error status instead of ASSERT for the inval...lgao42012-04-241-2/+8
* MdeModulePkg PiSmmCore: Fix a bug in SmmLoadImage() in PiSmmCore that in-corr...rsun32012-04-241-9/+9
* Refine the code to have same function to process the string info. Also update...ydong102012-04-232-191/+23
* Update function comments to remove confused description on PerformanceLib End...lgao42012-04-174-8/+4
* Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin2012-04-121-92/+72
* MdeModulePkg PciBusDxe and DuetPkg PciBusNoEnumerationDxe: Update ResetPowerM...rsun32012-04-121-12/+32
* 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-1/+33
* Enable Help string scroll when the help info can't show all at current page.ydong102012-04-114-13/+143
* MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.erictian2012-04-101-1/+2
* If setting variable in Runtime and there has been a same GUID and name variab...lzeng142012-03-301-14/+28
* MdeModulePkg/UsbBusDxe:Correct typos in usb debug messageerictian2012-03-301-2/+2
* MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian2012-03-277-2279/+2338
* Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142012-03-272-5/+25
* Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng142012-03-193-114/+1
* Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang2012-03-166-468/+580
* MdeModulePkg/DebugPortDxe: Fixed the ordering of the EFI_DEBUGPORT_PROTOCOL e...oliviermartin2012-03-151-1/+1
* 1. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff2012-03-1513-12/+157
* Improve robustness when scanning PCI Option ROM.rsun32012-03-141-23/+47
* Enhance the error handling.ydong102012-03-131-6/+19
* MdeModulePkg: add support for ORICO PEUS3-2P carderictian2012-03-075-56/+53
* MdeModulePkg: When media_change happens at Partition.Start(), the lower drive...erictian2012-03-061-1/+5
* Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao42012-03-062-12/+12
* Fix the issue in PeiCore to support PDB file path without '\' or '.' character.lgao42012-02-291-9/+27
* Add sample code to show how to register Browser HotKey by BrowserEx protocol.lgao42012-02-294-4/+35
* GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is c...li-elvin2012-02-241-2/+2
* Don't install FV protocol on the corrupt FV image. lgao42012-02-173-38/+21
* Enable PCD version check on PCD driver and PCD database.lgao42012-02-152-8/+20
* Add code check to avoid access violation.ydong102012-02-153-0/+3
* Enhance BGRT driver to install BGRT table upon every ReadyToBoot eventczhang462012-02-141-40/+79
* Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue.lzeng142012-02-031-2/+2
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-014-12/+34
* MdeModulePkg PciBusDxe: Add typecast to eliminate possible "loss of precision...rsun32012-02-011-2/+2
* MdeModulePkg PciBusDxe: Follow the P2P Bridge spec to detect if a P2P bridge ...rsun32012-01-311-4/+15
* Update the code to follow the spec when evaluate the expression.ydong102012-01-315-182/+274
* Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong102012-01-319-127/+606
* correct license header.jyao12012-01-151-1/+1
* Initialize LockBox.Attribute to 0 in SaveLockBox, or it will be random value.jyao12012-01-141-1/+2
* Correct definition to follow spec.ydong102012-01-122-4/+4
* Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file.lgao42012-01-041-2/+2
* MdeModulePkg PCI Bus Driver: Remove the workaround for the EFI_PCI_IO_ATTRIBU...rsun32011-12-221-18/+0
* MdeModulePkg: Fix a bug in GetNextTargetLun()/GetNextTarget() when two cdroms...erictian2011-12-211-2/+4
* Remove the redundancy commas when converting the SASEx device path node to text.niruiyu2011-12-201-4/+4
* Add more check to make sure the valid pointer be used. lgao42011-12-191-27/+29
* Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu52011-12-161-5/+6
* Update PcdSetPtr() API to set the output buffer size to the max buffer size w...lgao42011-12-152-0/+2
* Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2...lgao42011-12-154-27/+161