- f4f3c6b ShellPkg: Add dump information for PCI Root Bridge IO protocol. by jcarsey · 13 years ago
- 69b1c02 DuetPkg BootSector: Clean up .S files for 64-bit Duet for GCC build. by rsun3 · 13 years ago
- dee3431 ShellPkg: Add protocols / protocol GUIDs to display and input mapping. by jcarsey · 13 years ago
- 2c5ce61 Fix bug where open() mode was not being set based on type of device being emulated. by andrewfish · 13 years ago
- 8db9424 StdLib: Add a file was missed and should have been included in check-in 12061. by darylm503 · 13 years ago
- 9cf20bb Add an error print and exit if SEC core is not found. by andrewfish · 13 years ago
- 344b16e ShellPkg: fix copyright date. by jcarsey · 13 years ago
- b471606 ShellPkg: fix For command parsing list of values. by jcarsey · 13 years ago
- d8fdd52 ShellPkg: Fix swapping of reset behavior. by jcarsey · 13 years ago
- 1e44cb9 Remove illegal TPL usage. by gdong1 · 13 years ago
- 1e21413 Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file. by lgao4 · 13 years ago
- 5aaa6e1 Add the missing DebugPrintErrorLevelLib library class in MdePkg.dec by lgao4 · 13 years ago
- 8fcf74a ShellPkg: print error when column index is out of range instead of ASSERT. by jcarsey · 13 years ago
- 1921657 ShellPkg: fix Pipe usage verification. by jcarsey · 13 years ago
- 9308b78 BeagleBoard: Support bash script when 'set -u' by oliviermartin · 13 years ago
- f5df743 BeagleBoard: Allow to overwrite the default toolchain by oliviermartin · 13 years ago
- e7b872f EmbeddedPkg/PrePiLib: Ensure FvImageInfo has been initialized to zero by oliviermartin · 13 years ago
- c8641de Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S, and still use the hard code offset in them to avoid GCC compiler create the unexpected instruction. by lgao4 · 13 years ago
- 855790a Change Openssl build option for IPF back to SIXTY_FOUR_BIT. by li-elvin · 13 years ago
- 98ba35a Patch includes: by ydong10 · 13 years ago
- 5c6889f MdeModulePkg PCI Bus Driver: Remove the workaround for the EFI_PCI_IO_ATTRIBUTE_VGA_PALETTE_IO and EFI_PCI_IO_ATTRIBUTE_VGA_IO attributes to follow the UEFI spec. by rsun3 · 13 years ago
- d8982b0 MdeModulePkg: Fix a bug in GetNextTargetLun()/GetNextTarget() when two cdroms attached by erictian · 13 years ago
- fe28761 Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S. by lgao4 · 13 years ago
- 665e08a Remove the redundancy commas when converting the SASEx device path node to text. by niruiyu · 13 years ago
- 119c168 Add the omissions to comply with latest SMBIOS 2.7.1 spec. by lzeng14 · 13 years ago
- bdc9d5a Add more check to make sure the valid pointer be used. by lgao4 · 13 years ago
- dc458c9 Update the process of some question from EFI_BROWSER_ACTION_CHANGED to EFI_BROWSER_ACTION_CHANGING. by ydong10 · 13 years ago
- 357af28 Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and Mtftp process. by sfu5 · 13 years ago
- 9508d0f Sync BaseTool trunk (version r2474) into EDKII BaseTools. by lgao4 · 13 years ago
- 7a23f4b Refine file header format to follow coding style. by ydong10 · 13 years ago
- b4c8f8e Refine file header format to follow coding style. by ydong10 · 13 years ago
- 7694367 Refine file header format to follow coding style. by ydong10 · 13 years ago
- dd6f7d0 Add a PcdEmulatorLazyLoadSymbols that allows non-lazy symbol loading. The problem with lazy symbol loading is it only happens after you hit a breakpoint. This means you can't add breakpoints from the GUI and have them hit, this requires symbols being loaded as modules load so the breakpoints can get resolved. by andrewfish · 13 years ago
- 947a14a ArmPlatformPkg: Fix ARM EB and VE builds by oliviermartin · 13 years ago
- 0249feb Fix the issue to clear the high 16-bit of EAX before use it Thunk code. by lgao4 · 13 years ago
- c577049 Fix the issue to clear the high 16-bit of EAX before use it Thunk code. by lgao4 · 13 years ago
- cb40609 Update PcdSetPtr() API to set the output buffer size to the max buffer size when the input buffer size is larger than the max buffer size. This behavior follows API description. by lgao4 · 13 years ago
- 2fc46f8 Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2 and FvNameGuid per PI spec. by lgao4 · 13 years ago
- 22675de Add comments for EFI_CACHE_SRAM_TYPE_DATA because of the inconsistency between CacheSubclass 0.9 and SMBIOS specifications. by lzeng14 · 13 years ago
- f7d5dba Add comments for EFI_CACHE_SRAM_TYPE_DATA because of the inconsistency between CacheSubclass 0.9 and SMBIOS specifications. by lzeng14 · 13 years ago
- 53d90f0 Exchange the sequence of Asynchronous and Synchronous in CACHE_SRAM_TYPE_DATA according to SMBIOS specification. by lzeng14 · 13 years ago
- 714eecd MdePkg: Per PI 1.2 Errata C, update the function description of SetMemorySpaceAttributes() DXE Service to add a new returned status code EFI_NOT_AVAILABLE_YET. by rsun3 · 13 years ago
- 71824dd InstallAcpiTable() - Do not update the checksum in the passed in buffer – the buffer is an IN buffer and should be treated as such. by jyao1 · 13 years ago
- fab1046 Update for SecurityPkg. by ydong10 · 13 years ago
- 639a76d Update for NetworkPkg. by ydong10 · 13 years ago
- 8472407 Update for IntelFrameworkModulePkg. by ydong10 · 13 years ago
- 3a4e7a3 Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return value of ActionRequest will be ignored, but on CallBack action EFI_BROWSER_ACTION_CHANGED, the return value of ActionRequest will be used. by ydong10 · 13 years ago
- 3531262 Correct one comment to match the function name. Signed-off-by: lgao4 by lgao4 · 13 years ago
- 3cc7a35 Update UEFI spec version from UEFI2.3 to UEFI2.3.1 Signed-off-by: lgao4 by lgao4 · 13 years ago
- 53f39c6 ArmPlatformPkg/ArmVExpressPkg: Add PL180 MCI support to ARM RTSM by oliviermartin · 13 years ago
- c7b7c44 ArmPlatformPkg: Renamed 'DebugSecExtraActionLib' into 'ArmPlatformSecExtraActionLib' by oliviermartin · 13 years ago
- 6d8d736 ArmPlatformPkg/LcdPlatformLib: Produce the protocols EFI_EDID_DISCOVERED_PROTOCOL and EFI_EDID_ACTIVE_PROTOCOL by oliviermartin · 13 years ago
- 84c35dd EmbeddedPkg: Fix Runtime driver module type by oliviermartin · 13 years ago
- fab5507 ArmPlatformPkg/Sec: Fixed Monitor stack setup by oliviermartin · 13 years ago
- e7b100f Refine wording in SourceLevelDebugPkg/Readme.txt. by niruiyu · 13 years ago
- e5b317d Update EDKII BuildNotes to say the default tool chain tag is VS2008 instead of VS2005 by lgao4 · 13 years ago
- 66dd7fa Update NetworkPkg package version from 0.92 to 0.93. by qianouyang · 13 years ago
- b6de1db Update SourceLevelDebugPkg version: 0.70 -> 0.71 by vanjeff · 13 years ago
- 660b39c Update IntelFrameworkModulePkg version: 0.91->0.92 by vanjeff · 13 years ago
- 718afde Update IntelFrameworkPkg version: 0.91->0.92 by vanjeff · 13 years ago
- 048fc99 Update package version for MdeModulePkg, UefiCpuPkg. by rsun3 · 13 years ago
- 4cc5bbe Update SecurityPkg package versions from 0.91 to 0.92. by gdong1 · 13 years ago
- b714ecb ShellPkg: Updated version number. by geekboy15a · 13 years ago
- d428fc1 ShellBinPkg: Updated version number. by geekboy15a · 13 years ago
- d0eaf06 Refine file header format to follow coding style. by ydong10 · 13 years ago
- 9fa957e Update CryptoPkg package versions from 0.91 to 0.92. by tye1 · 13 years ago
- 4d832aa SecurityPkg/VariableAuthenticated: Check if there is a NV Variable Storage header prior to use its attributes by oliviermartin · 13 years ago
- 3aa1ff6 Update the Package version. by lgao4 · 13 years ago
- ae09f97 Update SignatureSupport variable to reflect firmware capability. by gdong1 · 13 years ago
- bae5fa3 Update the Package version. by niruiyu · 13 years ago
- bbd53f7 Update the Package version. by niruiyu · 13 years ago
- 8229fa2 Update the Package version. by niruiyu · 13 years ago
- 636f084 Update the Package version. by niruiyu · 13 years ago
- 0c949ba Update the Package version. by niruiyu · 13 years ago
- 222f850 Missing declaration of the GUID gEfiSystemNvDataFvGuid. by niruiyu · 13 years ago
- d655026 MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior to use its attributes by oliviermartin · 13 years ago
- 7f070be MdeModulePkg: Fix a bug that UnregisterAtaDev() will return error when SSP protocol is not installed by erictian · 13 years ago
- 978929a Update ACPI5.0 header file about ACPI spec release time. by jyao1 · 13 years ago
- f8e1ae8 Update OvmfPkg FDF to avoid DXE driver to be rebased on build time. by lgao4 · 13 years ago
- c79111f Fix Windows 2008 R2 installation fail issue in IPF ICC tip. by tye1 · 13 years ago
- 8556091 1. Fix a bug when verify the CertType GUID in authentication variable data payload. by sfu5 · 13 years ago
- da38df1 MdeModulePkg DXE Core: Refine code to avoid UNIXGCC build break. by rsun3 · 13 years ago
- da7c529 IpsecConfigApp add the check for the required options (--local, --remote, Auth-algo, Auth-key) for SAD adding. by qianouyang · 13 years ago
- c20d62b ArmPlatformPkg: Coding style changes (tab and line endings) - Minor changes by oliviermartin · 13 years ago
- d0acc87 Sync BaseTool trunk (version r2460) into EDKII BaseTools. The change mainly includes: by lgao4 · 13 years ago
- b789158 Enable EFI_BROWSER_ACTION_CHANGED callback type for browser. by ydong10 · 13 years ago
- e69ccf5 Update code comments to specify the correct language format for Driver Diagnostics Protocol and Unicode Collation Protocol. by lgao4 · 13 years ago
- 22ed9fb BaseTools: Pending patches update by oliviermartin · 13 years ago
- 8234441 ArmPlatformPkg/Sec: Enabled VFP (if supported by platform) prior to any library invocation by oliviermartin · 13 years ago
- a62da87 MdeModulePkg DXE Core: Fix overflow and truncation issues in the implementation of the Stall() boot service to follow the UEFI spec. by rsun3 · 13 years ago
- 49cc8d2 Fix ICC11 build failure. Signed-off-by: lgao4 Reviewed-by: mdkinney by lgao4 · 13 years ago
- effcb07 BeagleBoard: Fix build by oliviermartin · 13 years ago
- 8e0b5e0 ArmPlatformPkg: Update pending patches with the latest BaseTools SyncUp by oliviermartin · 13 years ago
- 08476b3 Refine the select highlight menu logic. by ydong10 · 13 years ago
- febca2e Disable change value for grayout or readonly menu. by ydong10 · 13 years ago
- 9386c41 Fix ICC11 build failure. Signed-off-by: lgao4 Reviewed-by: erictian by lgao4 · 13 years ago
- 4b0f577 Fix a ECC error - the parameter's name in comments is inconsistent with the one in Function's. by qianouyang · 13 years ago
- 6b4de7a Correct DriverFamilyOverrideProtocol guid value defined in MdePkg. by lgao4 · 13 years ago
- 2e24814 Update a return status for UEFI spec compliance. by gdong1 · 13 years ago
- 28c6c87 Set the current view point to the breaking CPU if it meets breakpoint. by vanjeff · 13 years ago