- 4bc7d5b MdePkg: Introduced BaseStackCheckLib by Andrew Fish · 10 years ago
- 5a539eb ArmPkg/ArmLib/ArmV7: Fixed ArmIsMpCore() by Olivier Martin · 10 years ago
- febad02 ARM Packages: Removed malicious trailing spaces by Olivier Martin · 10 years ago
- b5412ea Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported to be used as patchable PCD instead of Fixed PCD. by Dong, Guo · 10 years ago
- df0cee8 This patch is going to: by Hess Chen · 10 years ago
- 0a13a62 MdeModulePkg PeiCore: Add NULL pointer check. by Star Zeng · 10 years ago
- f95e6f6 IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanlde” by Eric Dong · 10 years ago
- 4805b4b Fix an issue of building BaseTools from sources using VS2013. by Yingke Liu · 10 years ago
- 64fabae MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding style by Eric Dong · 10 years ago
- 30cad98 ShellPkg: Fix typo in 'uni' files. by Qiu Shumin · 10 years ago
- e7e0e42 ShellPkg: Move mHandleParsingHiiHandle init out of the constructor by Chris Phillips · 10 years ago
- deb21fd ShellPkg: Fixes for timezone handling and 'date -sfo' by Chris Phillips · 10 years ago
- 98c16be ShellPkg: Refactor string manipulation in UefiShellLib command by Jaben Carsey · 10 years ago
- 8af89da ShellPkg: Check while string up to space, not the character by Jaben Carsey · 10 years ago
- 1eb5b4f ArmPkg/ArmLib: Set again TCR after getting the Translation Table attributes by Olivier Martin · 10 years ago
- 743a2a5 ArmPlatformPkg/Scripts: Update the profiling script to work on AArch64 with the latest DS-5 by Olivier Martin · 10 years ago
- 04ad241 ArmPkg/BdsLib: Prevent a hang in BdsConnectDevicePath() when a sub-device path is not found by Olivier Martin · 10 years ago
- 5e6322a ArmPlatformPkg/Bds: Fixed typo issue by Olivier Martin · 10 years ago
- 3402aac ARM Packages: Removed trailing spaces by Ronald Cron · 10 years ago
- 62d441f ARM Packages: Corrected non-DOS line endings by Ronald Cron · 10 years ago
- 01ce353 This patch is going to fix a build failure (running of GenFds) in Linux system caused by patch at r15816. by Hess Chen · 10 years ago
- e62fa17 Clean up the useless code in DriverSampleDxe. by Eric Dong · 10 years ago
- 17e95ca Refine the code logic, use dynamic allocate buffer instead of static array to fix potential buffer overflow. by Eric Dong · 10 years ago
- 69c0fbd MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSupported(). by Sergey Isakov · 10 years ago
- d5eea98 Refine the comments for the function header. by Eric Dong · 10 years ago
- 3449f56 UefiCpuPkg: Add ResetVector/FixupVtf by Jordan Justen · 10 years ago
- 70e46f4 OvmfPkg/ResetVector: Remove pre-built binaries by Jordan Justen · 10 years ago
- 497cbb5 OvmfPkg: Build OVMF ResetVector during EDK II build process by Jordan Justen · 10 years ago
- 9b9fdbf OvmfPkg: Support building OVMF's ResetVector during the EDK II build by Jordan Justen · 10 years ago
- eee1d2c UefiCpuPkg VTF0 X64: Build page tables in NASM code by Jordan Justen · 10 years ago
- 5a1f324 UefiCpuPkg: Support building VTF0 ResetVector during the EDK II build by Jordan Justen · 10 years ago
- abb158d BaseTools: Add rules to build NASM source file into a binary by Jordan Justen · 10 years ago
- de08c53 AppPkg/Applications/Python: Explicitly initialize variables before use to keep newer compilers happy. by Daryl McDaniel · 10 years ago
- 838b31a ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 spec by Chris Phillips · 10 years ago
- 9d8de12 Update PeiCore to follow PI spec to retrieve GUIDED section data when ExtractionPpi is not found. by Gao, Liming · 10 years ago
- 03af275 This patch is going to retire the top level makefile on BaseTools for supporting a pure binary build without any complier. by Hess Chen · 10 years ago
- f5ba400 ShellPkg: Fix comments. Refine code style. by Qiu Shumin · 10 years ago
- da03183 MdePkg: library INF files should reference feature PCDs under [FeaturePcd] by Laszlo Ersek · 10 years ago
- 6a650d1 MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid VS2005 warnings by Laszlo Ersek · 10 years ago
- 7595544 MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid gcc warning by Laszlo Ersek · 10 years ago
- 4ccef56 1) Update code to use PcdFixedUsbCredentialProviderTokenFileName and PcdMaxVariableSize as patchable PCD instead of FixedAtBuild PCD. by Dong, Guo · 10 years ago
- a4faf33 Use string pointer instead string buffer to avoid string copy operation. by Fu, Siyuan · 10 years ago
- 1be2ed9 There is a limitation on WINDOWS OS for the length of entire file path can’t be larger than 255. There is an OS API provided by Microsoft to add “\\?\” before the path header to support the long file path. Enable this feature on basetools. by Hess Chen · 10 years ago
- b8a13d7 ShellPkg: Fix EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL_GUID to match UEFI Shell 2.1 spec by Chris Phillips · 10 years ago
- 281b6b9 Roll-back from an accidental commit. by lhauch · 10 years ago
- ea64888 Change svn:mime-type property on all Unicode files (extension .uni) in edk2 by lhauch · 10 years ago
- c9df168 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
- e8a57ad ShellPkg add size cast to bit operations by Jaben Carsey · 10 years ago
- 83d1ffb PcAtChipsetPkg: new AcpiTimerLib libraries. by Gao, Liming · 10 years ago
- f61d69c OpenSSL 0.9.8zb was released at 06-Aug-2014, including bug and security fixes. by Long, Qin · 10 years ago
- 1a53a03 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
- 65ce860 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
- a402e12 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
- fe78194 MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerialDxe to use PcdGetxx() instead of FixedPcdGetxx(). by Zeng, Star · 10 years ago
- a1360fa Use StrnCat instead of StrCat to avoid target buffer overflow. by Jeff Fan · 10 years ago
- 74a6d86 Add the missing parameter comments for BaseSerialPortLib16550 lib. MdePkg: Fix Clang build failure by Gao, Liming · 10 years ago
- ea5396f Fix VS2013 build failure. by Ruiyu Ni · 10 years ago
- c687b14 Fix VS2013 build failure. by Ruiyu Ni · 10 years ago
- df6bd1b Add UINT64 type cast when AND/OR with UINT64 Supports. by Ruiyu Ni · 10 years ago
- 424d845 AppPkg: introduce OrderedCollectionTest by Laszlo Ersek · 10 years ago
- cf556c6 MdePkg: introduce BaseOrderedCollectionRedBlackTreeLib library instance by Laszlo Ersek · 10 years ago
- 250e4b0 MdePkg: introduce OrderedCollectionLib library class by Kinney, Michael D · 10 years ago
- 79966a6 Fixed a bug in LegacyBiosDxe to allocate correct ranges of memory. by Elvin Li · 10 years ago
- 4e684d3 Correct StrnCat length calculation. by jyao1 · 10 years ago
- 6c8cfb0 MdeModulePkg PeiCore: The DEBUG message (for HeapOffset and StackOffset) should be placed after HeapOffset is got. by Star Zeng · 10 years ago
- 6f347d0 StdLib/LibC/Stdio: fix "missing braces around initializer" by Laszlo Ersek · 10 years ago
- 599aa11 StdLib/LibC/gdtoa: fix "missing braces around initializer" by Laszlo Ersek · 10 years ago
- 1be8039 MdePkg: Fix Clang build failure by Gao, Liming · 10 years ago
- 31122d8 MdeModulePkg: BaseSerialPortLib16550 library to support PCI UART device. by Gao, Liming · 10 years ago
- 883e23d MdeModulePkg: new PlatformHookLib library with depex of SerialPortPpi. by Gao, Liming · 10 years ago
- 9bc2504 MdeModulePkg: DxeCore by Gao, Liming · 10 years ago
- 4a22833 Added SMBIOS 2.8.0 updates. by Elvin Li · 10 years ago
- ff8ad58 SourceLevelDebugPkg/DebugAgent: fix trivial typo. by Chen Fan · 10 years ago
- 1a45b15 Add type cast on variable before operation. by Jeff Fan · 10 years ago
- 31fc7b4 Add type cast on variable before operation. by Jeff Fan · 10 years ago
- 2ca7b36 Clean the useless code. by Eric Dong · 10 years ago
- 954894f Rollback file GUID change, because it is VTF file and GUID is predefined. by jyao1 · 10 years ago
- 1d1f4c6 clang warns on guard macro not matching in .h file. by Andrew Fish · 10 years ago
- 2922e29 Update network stack code to use StrnCpy instead of StrCpy. by Fu, Siyuan · 10 years ago
- 8f9bafe Correct AsciiStrnCpy. by jyao1 · 10 years ago
- e1044f8 ShellPkg: Refactor string manipulation in cp command by Jaben Carsey · 10 years ago
- 6e1e540 1) Add type cast for better coding style. by Feng Tian · 10 years ago
- e935092 Add type cast for better coding style. by Qiu Shumin · 10 years ago
- 0e24145 Clean up code. by qlong · 10 years ago
- 86110f6 Fix OpensslLib build issue for ARM. The changes are: by Eugene Cohen · 10 years ago
- 58dbfc3 Clean up code. by jyao1 · 10 years ago
- b04aba1 StdLib: The formatting for double float values, within the gdtoa library, is improper. by Daryl McDaniel · 10 years ago
- 09fd532 Updates the UEFI Shell to produce the new protocol with additional 4 functions. by Jaben Carsey · 10 years ago
- 7aae3c3 ShellPkg: add size cast to bit operations by Jaben Carsey · 10 years ago
- a81fcd3 Eliminate duplicated file GUID. by jyao1 · 10 years ago
- e7a8edf ShellPkg: Remove double typedef for same struct by Jaben Carsey · 10 years ago
- 477a79e Updates the logic to allow devices to support SFO output mode by Jaben Carsey · 10 years ago
- ae315cc Fix the use of ASSERT and other fixes to memory allocation failures (like free before return for errors) by Jaben Carsey · 10 years ago
- c12383d Updates the total size logic and the SFO output per UEFI Shell 2.1 changes by Jaben Carsey · 10 years ago
- 9954df7 Updates the logic to allow DmpStore to specify a name independent of specifying a GUID. by Jaben Carsey · 10 years ago
- cab102c Updates the logic to allow help to ouput help information from a dynamic shell command by Jaben Carsey · 10 years ago
- a737ea7 Updates the logic to allow RM and CP to have silent/quiet mode work successfully. by Jaben Carsey · 10 years ago
- cf812a2 This searches for handles that produce the dynamic command protocol after searching the commands compiled into the shell. by Jaben Carsey · 10 years ago
- 6306fd9 ShellPkg: Add Dynamic GUID registration into the current GUID<->String conversion process by Jaben Carsey · 10 years ago
- 044ea4e This adds the new APIs for UEFI Shell 2.1 and makes a new structure for shell implementations that are conformant to this new spec. It does not affect existing implementations. by Jaben Carsey · 10 years ago