- 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
- 5ce0e51 Eliminate duplicated file GUID. by jyao1 · 10 years ago
- 0a1eb97 ShellPkg: Add new UEFI Shell 2.1 protocol and fix comments in handle parsing by Jaben Carsey · 10 years ago
- 9a6ac65 ShellPkg: Fix comments by Jaben Carsey · 10 years ago
- b4e53e3 ArmPkg/ArmSmcLib: Fixed SMC helper functions by Olivier Martin · 10 years ago
- 9a9dd4e ArmPkg/IndustryStandard/ArmStdSmc.h: Update Standard Service SMC Calls by Olivier Martin · 10 years ago
- 48a42a1 Add missing ACPI5.1 table. by jyao1 · 10 years ago
- 8728098 BaseTools: Add AArch64 ADR_PREL_LO21 and R_AARCH64_CONDBR19 relocations by Harry Liebel · 10 years ago
- 4a00645 Clean up code. by jyao1 · 10 years ago
- a0e0fb6 Clean up code. by jyao1 · 10 years ago
- 4e07e87 The pointer argument should be set to NULL if not used not FALSE. by Fu, Siyuan · 10 years ago
- 35d7481 The pointer argument should be set to NULL if not used not FALSE. by Harry Liebel · 10 years ago
- a9e61a2 Update the en-US definition in 'UefiShellInstall1CommandsLib.uni', 'UefiShellLevel1CommandsLib.uni', 'UefiShellLevel3CommandsLib.uni' and 'UefiShellNetwork1CommandsLib.uni' to make them consistent. by Qiu Shumin · 10 years ago
- ae19003 ArmPlatformPkg/Bds: Signal EndOfDxe PI Event by Olivier Martin · 10 years ago
- 90152e5 EmbeddedPkg: FDT Configuration Table GUID by Olivier Martin · 10 years ago
- c3b6d97 ArmPlatformPkg: Removed the global ImageHandle when UefiBootServicesTableLib is included by Olivier Martin · 10 years ago
- d8162fb CodeModule: BaseTools - tools_def.txt VS2010, VS2010x86, VS2012 and VS2012x86 update locations for rc.exe tool by lhauch · 10 years ago
- ffbc792 MdeModulePkg: Fix wrong check for SetAttribute in Consplitter by Elvin Li · 10 years ago
- cebd6ef Support --version command line for VfrCompile by Eric Dong · 10 years ago
- 46737a6 IntelFrameworkModulePkg BdsLib: Fix potential memory leak when calling BdsLibGetVariableAndSize by Chen Fan · 10 years ago
- e66e86e ShellPkg: Add new dynamic command protocol by Jaben Carsey · 10 years ago
- a31a3b4 EmulatorPkg/Mpservice: Add StateLock where missing by Chen Fan · 10 years ago
- 0dd40e1 EmulatorPkg/Mpservice: Remove StackLock for Info.StateFlag by Chen Fan · 10 years ago
- f903244 EmulatorPkg/Mpservice: Remove addressof operator by Chen Fan · 10 years ago
- e143c9e EmulatorPkg/Mpservice: CpuCheckAllAPsStatus: ProcedureLock => StateLock by Chen Fan · 10 years ago
- f4a8ab2 OvmfPkg/Csm/CsmSupportLib: fix "missing braces around initializer" by Laszlo Ersek · 10 years ago
- 5967886 ShellPkg: UpdateStdInStdOutStdErr(): append BOM to new unicode file by Laszlo Ersek · 10 years ago
- 94c2a04 ShellPkg: UpdateStdInStdOutStdErr(): extract WriteFileTag() by Laszlo Ersek · 10 years ago
- 3a8e175 Update vfr format for orderedlist opcode to consistent with other opcode, also compatible with old format. by Eric Dong · 10 years ago
- 537bc12 Add VS2013 tool chain in BaseTools\Conf\tools_def.template. Also, two issues came up related to vs2013 build and caused the build to fail. by Wang, Yu · 10 years ago
- d81c462 MdeModulePkg: Removed valid text mode check in SetAttribute interface in GraphicsConsole. by Elvin Li · 10 years ago
- 784952b Refine code to make it more safely. by Eric Dong · 10 years ago
- f9e420d ArmPlatformPkg/ArmVExpressPkg: Fix armcc warning causing build failure by Harry Liebel · 10 years ago
- 019680b ArmPlatformPkg/Bds: Added boot options reordering by Ronald Cron · 10 years ago
- 22a50a1 ArmPlatformPkg/Bds: Corrected boot type detection by Ronald Cron · 10 years ago
- 6698201 ArmPlatformPkg/Bds: Do not ignore the error code in DefineDefaultBootEntries() by Olivier Martin · 10 years ago
- 152286c ArmPlatformPkg/Bds: Added TFTP boot option update by Ronald Cron · 10 years ago
- cf30b99 ArmPlatformPkg/Bds: Change the GetHIInput/EditHIInput to always return a valid IP address by Ronald Cron · 10 years ago
- 889ac6a ArmPlatformPkg/Bds: Got rid of RequestBootType argument by Ronald Cron · 10 years ago
- ef0fa8e ArmPkg: Remove BasePeCoffLib by Harry Liebel · 10 years ago
- 46d4d75 ArmPkg/ArmLib.h: Fixed name of the argument by Olivier Martin · 10 years ago
- 3ab3d13 ArmPkg/CpuDxe: Fixed some typo issues in the AArch64 exception code by Olivier Martin · 10 years ago
- f3c5066 ArmPkg/AArch64.h: Added Exception Syndrome Register definitions by Olivier Martin · 10 years ago
- 6a44c22 ArmPkg/AArch64: Added ARM_HCR_TSC definition by Olivier Martin · 10 years ago
- 022cb42 ArmPkg/ArmPkg.dec: Added the interrupt numbers for the Hypervisor and Virtual Timers by Olivier Martin · 10 years ago
- 7e119c6 ArmPkg/AArch64.h: Added SPSR and Timer register definitions by Olivier Martin · 10 years ago
- c8ec22a Add IntelFspPkg to support create FSP bin based on EDKII. by jyao1 · 10 years ago
- 0d807da Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
- 3f35b14 OvmfPkg/build.sh: Support IA32+X64 build by Jordan Justen · 10 years ago
- 1c023eb BuildEnv: remove useless check before setting $WORKSPACE by Paolo Bonzini · 10 years ago
- d549344 edksetup.sh: Ensure that WORKSPACE points to the top of an edk2 checkout by Paolo Bonzini · 10 years ago
- 7bc1421 edksetup.sh: Look for BuildEnv under EDK_TOOLS_PATH by Paolo Bonzini · 10 years ago
- dc4ad15 EmulatorPkg: Add support for GCC48 & GCC49 toolchains by Jordan Justen · 10 years ago
- 595a5bc OvmfPkg/build.sh: Add support for GCC49 toolchain by Jordan Justen · 10 years ago
- dafe0fe BaseTools: Add GCC49 toolchain; align data sections to 0x40 by Jordan Justen · 10 years ago
- 2412c29 ShellPkg: fix typo. by Jeff Bobzin (jeff.bobzin · 10 years ago
- 4e1005e Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
- d419310 Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
- 94866d4 Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
- 613382e Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
- 47e255d Fix build error with VS2013 toolchain for NT32 Package caused by function redefinition, use #if fix the error. by Eric Dong · 10 years ago
- 40578d0 Update the code to follow UEFI spec, process date/time/ref value type as buffer type when in an expression. by Eric Dong · 10 years ago
- f449aff Add ACPI5.1 header file. by jyao1 · 10 years ago
- 5d0f0ac Print the CodeType and Value of status code with fixed length. by Li, Elvin · 10 years ago
- 324c886 BaseTools: Clear build versions to sync with buildtools/BaseTools by Jordan Justen · 10 years ago
- 8b7ebdb Update GenFv tool to handle the file path with space. by Gao, Liming liming.gao · 10 years ago
- 0515478 Report warning info if vfr file use the flags used for framework code only. by Eric Dong · 10 years ago
- 15be099 Clean 1 build error and 1 warning for VfrCompiler. by Eric Dong · 10 years ago
- 1d218f8 Report warning info if an action opcode has text two statement. by Eric Dong · 10 years ago
- 17e59b3 ShellPkg: Fix calls to SimpleTextOut->SetAttribute to not use reserved bits by Jaben Carsey · 10 years ago
- 6cb9566 MdeModulePkg: Fix parameter verification for SetAttribute by Jaben Carsey · 10 years ago
- 54032ed CodeModule: BaseTools - Adding the svn:external to the https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 by lhauch · 10 years ago
- d2f4e54 CodeModule: BaseTools - Removing Win32 binaries to be replaced with an svn:external to the https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 by lhauch · 10 years ago
- 69c87ef StdLib/LibC/StdLib/Malloc.c: Revert cast removal to fix GCC build breakage. by Daryl McDaniel · 10 years ago
- a33a2f6 Add IntelFspWrapper to support boot EDKII on FSP bin. by jyao1 · 10 years ago
- 34717ef Clear the whole EFI_PHYSICAL_ADDRESS CapsuleDataPtr64 to 0 at first to avoid rubbish data in high 32 bits. by Elvin Li · 10 years ago
- 673c893 Fix one memory leak. by Eric Dong · 10 years ago
- 0fb4402 Fixed one possible array out of bounds issue. by isakov-sl · 10 years ago
- 3facc08 Fix wrong usage sizeof(SIZE). by Sergey Isakov · 10 years ago
- 9f6c5db Fix memory leak issues in BiosSnp module. by Elvin Li · 10 years ago
- 1c50db8 OvmfPkg: build OVMF_VARS.fd, OVMF_CODE.fd, OVMF.fd by Laszlo Ersek · 10 years ago
- 1c093f0 OvmfPkg: extract varstore-related FD Layout Regions to an include file by Laszlo Ersek · 10 years ago
- 70a2c7b EmulatorPkg/MpService: modify AP state should hold a mutex by Chen Fan · 10 years ago
- f1bc233 MdeModulePkg/AtaAtapiPassThru: Correct the algo of calculating PRDT number to avoid beyond the boundary of 32 bit. by Tian, Feng · 10 years ago
- dcca25d Refine code to follow good coding style. by Eric Dong · 10 years ago
- d52b9d8 MdePkg BaseLib: Fix a corner case of Source and Destination overlap. by Star Zeng · 10 years ago
- dfa51bb StdLib: Simple code cleanup by Daryl McDaniel · 10 years ago