- 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 · 11 years ago
- caf89d6 StdLib: Move GetPass.c out of Uefi and into PosixLib. Create LibPosix to contain all functions from PosixLib instead of individual libraries. Retains the ability to use the individual libraries, except GetPass, for backwards compatibility. by Daryl McDaniel · 11 years ago
- 1b98d6c Add comments for clarification about memset implementation. by Long, Qin · 11 years ago
- f53da37 ArmPkg/ArmLib.h: Removed GET_CORE_POS macro by Ronald Cron · 11 years ago
- 8bf4ad4 ArmPlatformPkg/Bds: Getting and editing IP addresses by Ronald Cron · 11 years ago
- 6d0ca25 ARM Packages: Force the SEC modules to be 2K aligned for AArch64 by Olivier Martin · 11 years ago
- 9232ee5 ArmPkg/BdsLib: Removed PSCI discoverability from the Linux loader by Olivier Martin · 11 years ago
- 6913a68 ArmPlatformPkg/ArmPlatformLib.h: Added documentation for ArmPlatformPeiBootAction() by Olivier Martin · 11 years ago
- 2db1636 ArmPlatformPkg/Bds: Added update of Pxe boot option by Ronald Cron · 11 years ago
- e77d2f9 Add check to make code more safely. by Eric Dong · 11 years ago
- 93551a0 Check the validation when return from callback function to avoid use the invalid form set. by Eric Dong · 11 years ago
- 0ca7b0b MdePkg PeiHobLib: Initialize Owner field of Resource HOB to 0 rather than random value. by Star Zeng · 11 years ago
- 9c71e1e 1. Save/restore ICR high 32bit value and check Delivery Status before sending IPI. It could be fix the interrupted issue between ICR high/low writes by SMI handler. by Jeff Fan · 11 years ago
- d2ea3b8 Fix a memory use after free bug in DHCP6 driver. by Fu, Siyuan · 11 years ago
- cf1eb6e Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value after sending out INIT IPI instead of hard code 10 MicroSeconds. by Jeff Fan · 11 years ago
- 5039b44 Fix build fail for VS2005 tool chain. by Eric Dong · 11 years ago
- 86b0245 Fixed one code error, should use & instead of |. by Eric Dong · 11 years ago
- ffb91ed ArmPkg/ArmLib: Improved ArmConfigureMmu Performance by Eugene Cohen · 11 years ago
- 28087ef MdePkg/BasePrintLib: Do not do operations with NULL by Harry Liebel · 11 years ago
- 85e2e08 Refine the readme.txt for Duet platform, update the GCC tool chain to GCC44. by Eric Dong · 11 years ago
- bffaa26 Update the bat file, avoid change the original binary file in SVN, copy a temp file to use. by Eric Dong · 11 years ago
- 720f84a The UEFI specification does not say anything when the pointers passed to by Olivier Martin · 11 years ago
- e364478 Fixed typos: hanlder should be handler. by Chen Fan · 11 years ago
- ae026b0 Refine the sample for action, should not use text two part. by Eric Dong · 11 years ago
- 63442a1 Fix build fail for VS2005 tool chain. by Eric Dong · 11 years ago
- 4d4deaa Refine the save action for the browser. by Eric Dong · 11 years ago
- a6908c9 Update OpenSSL from 0.9.8w to the latest 0.9.8za. by Long, Qin · 11 years ago
- 4918a06 MdeModulePkg XhciPei: Fix build failure "conversion from 'UINT32' to 'UINT8', possible loss of data". by Star Zeng · 11 years ago
- 720624c Refine code to follow good coding style. by Eric Dong · 11 years ago
- 60050b3 MdeModulePkg XhciPei: Initialize ScratchPhy and ScratchEntryPhy in XhcPeiInitSched(). by Star Zeng · 11 years ago
- 414f5bd MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSched(). by Star Zeng · 11 years ago
- 737adca Restore the question value before call the CHANGED callback type. by Eric Dong · 11 years ago
- 0cecbe5 EmulatorPkg: Add structure braces { } to fix build warning by Jordan Justen · 11 years ago
- f58ba9e EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c: Convert to CRLF (dos text) by Jordan Justen · 11 years ago
- 42589b9 EmbeddedPkg/Lan9118Dxe: Handle EFI_STATUS from PhySoftReset() & SoftReset() by Olivier Martin · 11 years ago
- 42de093 ArmPlatformPkg/Bds: Added boot timeout setting by Ronald Cron · 11 years ago
- 1b0ac0d ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt() by Olivier Martin · 11 years ago
- f5241b5 ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicDxe by Olivier Martin · 11 years ago
- 793ca69 ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLib by Olivier Martin · 11 years ago
- 60775c5 ArmPkg/ArmGic: Moved ArmGicDisableDistributor() to ArmGicLib.c by Olivier Martin · 11 years ago
- 0458b42 ArmPkg/ArmGic: Move RegisterInterruptSource() to the common GicDxe file by Olivier Martin · 11 years ago
- 69b5dc9 ArmPkg/ArmGic: Move the installation and the registration to InstallAndRegisterInterruptService() by Olivier Martin · 11 years ago
- 397bdc9 ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib (cont) by Olivier Martin · 11 years ago
- e700a1f ArmPkg/ArmGic: Introduced helper functions to access the GIC controller by Olivier Martin · 11 years ago
- 4edcf21 ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib by Olivier Martin · 11 years ago
- 2ca815a ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgement by Olivier Martin · 11 years ago
- d80401a ArmPkg/Drivers/ArmGic: Introduced ArmGicEndOfInterrupt() by Olivier Martin · 11 years ago