| Commit message (Expand) | Author | Age | Files | Lines |
* | 1. Fix the potential issue in NetbufGetFragment() when Last is zero in Line 53. | tye1 | 2010-01-27 | 1 | -7/+4 |
* | Remove reference to PCDs of status code value. Use macros introduced in PI1.2... | xli24 | 2010-01-27 | 1 | -23/+1 |
* | Remove reference to PCDs of status code value. Use macros introduced in PI1.2... | xli24 | 2010-01-27 | 27 | -114/+60 |
* | Print the warning information for the image without relocation only when load... | lgao4 | 2010-01-26 | 1 | -2/+2 |
* | Clean up AtaBus driver to not depend on PI IdeControllerInit Protocol definit... | qhuang8 | 2010-01-26 | 2 | -11/+10 |
* | Remove ASSERT() to make AllocatePool() service match PI spec. | klu2 | 2010-01-26 | 1 | -2/+5 |
* | Fix the issue that accessing for unaligned address break IPF | klu2 | 2010-01-25 | 1 | -3/+5 |
* | Integrated S3 thunk implementation: change the PcdDxeIplSwitchToLongMode type... | jchen20 | 2010-01-25 | 1 | -2/+2 |
* | Fix the issue that the protocol field in IPv4 and IPv6 is does not reflect th... | qhuang8 | 2010-01-25 | 3 | -10/+79 |
* | Update according to two review comments: | tye1 | 2010-01-25 | 1 | -2/+7 |
* | Fix a bug in Udp4IcmpHandler, it should not add special checking for Icmp mes... | tye1 | 2010-01-25 | 1 | -11/+2 |
* | Fixed a bug in Ip4HandleIcmpError, it should pass over the whole ICMP error m... | tye1 | 2010-01-25 | 1 | -3/+3 |
* | Add StrToIp functions to NetLib. | tye1 | 2010-01-25 | 2 | -1/+464 |
* | Correct PeiCore not dispatch the register for shadow image without relocation. | lgao4 | 2010-01-24 | 3 | -9/+97 |
* | SMM driver should link UefiRuntimeLib. | hhtian | 2010-01-23 | 1 | -2/+1 |
* | Improve coding style in MdeModulePkg. | rsun3 | 2010-01-19 | 45 | -973/+990 |
* | Update PeiLoadFilePpi produced by PeiCore to load only images with relocation... | lgao4 | 2010-01-15 | 1 | -1/+1 |
* | Fix some coding style issues in MdeModulePkg. | rsun3 | 2010-01-15 | 16 | -36/+62 |
* | Correct comments to match function declaration. | lgao4 | 2010-01-15 | 2 | -63/+116 |
* | According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t... | klu2 | 2010-01-14 | 4 | -8/+12 |
* | Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ... | rsun3 | 2010-01-14 | 8 | -22/+22 |
* | Ensure there is only one instance of Status Code PPI in system. | xli24 | 2010-01-14 | 1 | -6/+33 |
* | add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr... | eric_tian | 2010-01-14 | 2 | -4/+4 |
* | fixed one bug that old rsp was calculate incorrectly. | vanjeff | 2010-01-14 | 2 | -32/+32 |
* | Some HII related definitions change. Note these changes are inconsistent with... | rsun3 | 2010-01-14 | 2 | -4/+8 |
* | When found the file according to given file name guid, PeiFfs2FvPpiFindFileBy... | klu2 | 2010-01-14 | 1 | -1/+2 |
* | Update INF file to properly declare which PCDs must be Fixed, and update PCD ... | mdkinney | 2010-01-14 | 3 | -11/+13 |
* | Cleanup INF file for PEI Core | mdkinney | 2010-01-14 | 1 | -11/+4 |
* | Fix the warning: Line 389, the Index of mMonthName may be -1. | tye | 2010-01-12 | 1 | -1/+1 |
* | Add ASSERT () to make sure the array is accessed within the limit. | tye | 2010-01-11 | 1 | -5/+7 |
* | 1. Add missing CloseProtocol in case RemainingDevicePath is NULL or EndOfDp | davidhuang | 2010-01-11 | 1 | -0/+9 |
* | 1. Eliminate RemainingDevicePath Type limitation, let PassThru to check its v... | davidhuang | 2010-01-11 | 1 | -67/+70 |
* | 1)Remove “Back to Previous Page'”, since it cannot go back to “Device M... | vanjeff | 2010-01-08 | 6 | -72/+119 |
* | refine the code and add more security check. | vanjeff | 2010-01-08 | 18 | -493/+499 |
* | Correct copyright year to 2010 | lgao4 | 2010-01-07 | 4 | -4/+4 |
* | Enable SetupBrowser to support multiple form class guid. | lgao4 | 2010-01-06 | 4 | -14/+33 |
* | MdeModulePkg AcpiTableDxe: Fix compiler warning | jljusten | 2010-01-04 | 1 | -0/+2 |
* | installing HII config access protocol on child handle instead of installing o... | vanjeff | 2010-01-04 | 9 | -844/+374 |
* | check whether FvHandle is NULL for FfsGetVolumeInfo() interface. | klu2 | 2010-01-04 | 1 | -2/+2 |
* | Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SER... | klu2 | 2010-01-04 | 5 | -5/+1199 |
* | Minor clean ups for these INF files. | mdkinney | 2009-12-31 | 2 | -14/+11 |
* | Fix minor coding style issues. | qhuang8 | 2009-12-31 | 2 | -29/+30 |
* | Remove the hard-code IoAlign in BlockIo.Media; instead, this value should inh... | qhuang8 | 2009-12-31 | 2 | -1/+2 |
* | Add disableif statement example, and suppressif form example. | lgao4 | 2009-12-31 | 1 | -102/+104 |
* | Align name of constructor and destructor. | xli24 | 2009-12-31 | 1 | -2/+2 |
* | Refine DxeReportStatusCodeLib and RuntimeDxeReportStatusCodeLib. | xli24 | 2009-12-31 | 6 | -338/+257 |
* | Add VLAN support. | xdu2 | 2009-12-30 | 30 | -937/+4303 |
* | Code clean up in NetLib: | xdu2 | 2009-12-30 | 13 | -475/+473 |
* | Make use of UefiRuntimeLib for refinement. | xli24 | 2009-12-30 | 3 | -44/+11 |
* | Fix bug that that the template does not match fields in structure EFI_BLOCK_I... | qhuang8 | 2009-12-30 | 1 | -3/+3 |