- f68af18 Support Variable driver (EmuRuntimeDxe) to support the default variable data stored in HOB. by niruiyu · 13 years ago
- 8598a1e Avoid using code name in comments. by niruiyu · 13 years ago
- bb9f4ea Avoid using code name in comments. by niruiyu · 13 years ago
- 25d7031 Avoid using code name in comments. by niruiyu · 13 years ago
- 9e70c18 If the data buffer described by InDataBuffer/OutDataBuffer and InTransferLength/OutTransferLength is too big to be transferred, EFI_BAD_BUFFER_SIZE should be returned by erictian · 13 years ago
- 55d4edf Change the Keyboard thunk driver to remove DevicePath reference. by niruiyu · 13 years ago
- 26a74a3 Use a local variable and assign 0 to it, then use it as legacy interrupt table base address. by li-elvin · 13 years ago
- e3d5b59 Fix GCC build failure. by niruiyu · 13 years ago
- 5a3a6aa MdeModulePkg PciBusDxe: Allows PCI device drivers to set the EFI_PCI_IO_ATTRIBUTE_DUAL_ADDRESS_CYCLE attribute for a PCI device. by rsun3 · 13 years ago
- 515327a Use a local variable and assign 0 to it, then use it as legacy interrupt table base address. by li-elvin · 13 years ago
- d6c06dd Fix a code typo. Signed-off-by: ydong10 by ydong10 · 13 years ago
- c8c2259 ShellPkg: Add checking for memory allocation and pointer returns from functions. by jcarsey · 13 years ago
- 532691c ShellPkg: Add checking for memory allocation and pointer returns from functions. by jcarsey · 13 years ago
- de2a15e Fix the clang compilation failure to handle all the values in a case statement for enum type value. by niruiyu · 13 years ago
- 0f7aff7 Change Variable driver (Pei/RuntimeDxe) to support the default variable data stored in HOB. by niruiyu · 13 years ago
- 3b4151b Add pointer check for NULL before dereference it. by sfu5 · 13 years ago
- cf6a8f1 ShellPkg: Set CRC value whenever changing a system table. by jcarsey · 13 years ago
- 7a95efd SShellPkg: updating order of cast and addressing of a pointer (2 identical places). by jcarsey · 13 years ago
- 349cf2c Check in the new EBC Fat binary to have correct file alignment and section alignment(32-byte alignment). by niruiyu · 13 years ago
- 0c1950b Check the pointer before use it to avoid potential access violation. by ydong10 · 13 years ago
- 90f6df0 Refine code and check null pointer error. by ydong10 · 13 years ago
- 8720017 Fix build failure with MS ASL compiler. by gdong1 · 13 years ago
- 6f0b864 Update UID drivers to align with latest UEFI spec 2.3.1. by gdong1 · 13 years ago
- bfbe0be Update UID drivers to align with latest UEFI spec 2.3.1. by gdong1 · 13 years ago
- c86b273 Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindingStart() of the Fat driver gets run before that of Partition driver only the first partition can be recognized. by niruiyu · 13 years ago
- 47f8d0f Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointStructureChecksum before checksum calculation. by jyao1 · 13 years ago
- 30d636c AsciiSPrint returns The number of ASCII characters in the produced output buffer not including the Null-terminator, but SerialStatusCodeWorker has bug which overwrites the last character, which causes there is a missing character in serial log output. The fix is to resolve this issue. by li-elvin · 13 years ago
- 79b74a0 Sync BaseTools Branch (version r2362) to EDKII main trunk. by lgao4 · 13 years ago
- 4d10ab7 ShellPkg: Add checks for NULL pointers. by jcarsey · 13 years ago
- ecae511 ShellPkg: Add checks for NULL pointers. by jcarsey · 13 years ago
- beab0fc ShellPkg: Verify memory allocations without ASSERT. by jcarsey · 13 years ago
- 091bb71 InstallOpROM in CSM driver could be enhanced to start video when RomImage is passed in directly. by li-elvin · 13 years ago
- 39099cb Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive. by ydong10 · 13 years ago
- befbc4f Use PCD for PMM size and EndOpromShadowAddress to remove hard code value in CSM module. by li-elvin · 13 years ago
- c404220 When the CONFIG_ACCESS_PROTOCOL.CallBack function return error, the question should restore to old value by ydong10 · 13 years ago
- 269218a Update code to make get string case insensitive about language by ydong10 · 13 years ago
- d4a7845 Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEIM library to init HOB. by andrewfish · 13 years ago
- f2a4d59 Fix Xcode link failure. Relocations are not supported in .text sections. by andrewfish · 13 years ago
- 02a758c Add pointer check for NULL before dereference it. by sfu5 · 13 years ago
- 4bc6ad3 MdeModulePkg: TerminalDxe driver code clean up by niruiyu · 13 years ago
- 02b7bcf MdeModulePkg: Fix TerminalDxe FIFO Data Loss by niruiyu · 13 years ago
- f32df6f Update applications to display correct error for gethostbyaddr and gethostbyname. These APIs use h_errno instead of errno, see documentation at: http://www.linuxhowtos.org/manpages/3p/gethostbyaddr.htm by lpleahy · 13 years ago
- 89bbce1 Arm Packages: Fix builds for XCODE32 toolchain by oliviermartin · 13 years ago
- 41b152c StdLib: Improve robustness of stat() and make basename() a public function. by darylm503 · 13 years ago
- 58081f2 Fix compilation errors detected with GCC 4.4 by lpleahy · 13 years ago
- 59bc059 Update the sockets applications * Builds with GCC 4.4 compiler. by lpleahy · 13 years ago
- a88c316 Update the sockets library code by lpleahy · 13 years ago
- df7499f 1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
- 5829afe 1. Add Partial Keystroke Support in Ps2Kb drivers. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
- 3765794 1. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
- e791cf4 1. Add Partial Keystroke Support definition in SimpleTextInputEx.h See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
- ec2b081 1. Move Capsule variable name definition to Capsule variable GUID header file. by lgao4 · 13 years ago
- 907eac6 Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS. by ydong10 · 13 years ago
- 9d1cd80 Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS. by ydong10 · 13 years ago
- f4d9cc2 Define S3 Status code macros. Signed-off-by: lgao4 Reviewed-by: jyao1 by lgao4 · 13 years ago
- 6048a5b Update comments to corrects SignatureSize for each SignatureType. by lgao4 · 13 years ago
- f85e38b Add the definitions of Common Platform Error Record (defined in Appendix N Common Platform Error Record, UEFI 2.3.1). by vanjeff · 13 years ago
- e210483 1. Fixed issue that firmware cannot boot if no USB debug cable connection. by vanjeff · 13 years ago
- 68085d3 ArmPkg/CompilerIntrinsicsLib: Reverse the order of the 'ldrb' instructions in __aeabi_uread4 by oliviermartin · 13 years ago
- fa16d12 ArmPlatformPkg/ArmVExpressPkg: The virtual memory must have the Secure attribute when the platform does not make the transition in Normal World. by oliviermartin · 13 years ago
- 66f530e ArmPlatformPkg/ArmVExpressPkg: HiiDatabaseDxe driver was missing by oliviermartin · 13 years ago
- 839864b BeagleBoardPkg: Fix build by oliviermartin · 13 years ago
- 46e5da2 Remove unused PCD entry that generates warning on a build. by andrewfish · 13 years ago
- 19bc852 remove unnecessary retry logic from usb mass storage driver. by erictian · 13 years ago
- cfea206 Correct inconsistent information in IpsecConfig.efi help report. by qianouyang · 13 years ago
- 0e9b25c Add pointer check for NULL before dereference it. by ydong10 · 13 years ago
- 16adc27 Add RomImage pointer NULL check. by li-elvin · 13 years ago
- 04eb20a Add pointer check for NULL before dereference it. by ydong10 · 13 years ago
- 57ad9d4 Add more check to avoid access violation. by ydong10 · 13 years ago
- 705b0c0 ArmPlatformPkg/Bds: Fix GetConsoleDevicePathFromVariable() when SetVariable has failed by oliviermartin · 13 years ago
- 0bade10 BeagleBoardPkg: Replaced the original DSC/FDF files by their new versions that use the ARM Platform Framework by oliviermartin · 13 years ago
- e78b4e1 BeagleBoardPkg: Removed 'SimpleTextInOutSerial' driver by oliviermartin · 13 years ago
- 743ee63 EdkCompatibilityPkg SmmBaseHelper: Fix PageFaultHandlerHook assembly code to use AL register for return value from PageFaultHandler(). by rsun3 · 13 years ago
- a93e23f MdeModulePkg PCI Bus Driver: Add more checks before dispatching an EFI PCI Option ROM image. by rsun3 · 13 years ago
- 4cb0548 Before decrypting the packet, Ipsec will check if the inbound protected packet is mal-format. If yes, discard it. by qianouyang · 13 years ago
- f7bb980 UefiCpuPkg VTF0: Fix support for finding SEC image of type TE. by rsun3 · 13 years ago
- 19a7404 ArmPkg/BdsLib: Fix incorrect pointer casting by oliviermartin · 13 years ago
- ae7f81c ArmPkg/CompilerIntrinsicsLib: Fix __aeabi_memclr and __aeabi_memclr4 by oliviermartin · 13 years ago
- 886f97c ARM Packages: Fixed Build failings/warnings/EDK2 coding convention by oliviermartin · 13 years ago
- 12fcdcb ArmPlatformPkg: Create an ARM Platform DSC / FDF / ArmPlatformLib template by oliviermartin · 13 years ago
- 88d4f51 ArmPlatformPkg: Add support for ARM RTSM Versatile Express A15x1 and A15x4 by oliviermartin · 13 years ago
- da9675a ArmPkg: Add ARM Architectural Timer support by oliviermartin · 13 years ago
- 0c0e7ef ArmPkg/ArmLib: Update Arm11 port by oliviermartin · 13 years ago
- bd6b979 ArmPkg/ArmLib: Clean ArmV7Lib by oliviermartin · 13 years ago
- 12c5ae2 ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gArmTokenSpaceGuid.PcdTrustzoneSupport by oliviermartin · 13 years ago
- 4103bc9 ArmPlatformPkg: Replaced '!if' conditions by more appropriate '!ifdef' conditions by oliviermartin · 13 years ago
- 3127615 ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization (2) by oliviermartin · 13 years ago
- aa84fef ArmPkg: Removed 'ArmV7/ArmV7MPCore*' files by oliviermartin · 13 years ago
- 90d6a1b ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization by oliviermartin · 13 years ago
- 607599b Implement Tcg physical presence as a library instead of DXE driver in order that TPM can be locked as early as possible. by gdong1 · 13 years ago
- f00237c Fix ICC9 build break. Signed-off-by: lgao4 by lgao4 · 13 years ago
- 60c0073 Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image->Machine)) in StartImage. by lgao4 · 13 years ago
- 0dfef49 EdkCompatibilityPkg MpServicesOnFrameworkMpServicesThunk: Check for x2APIC mode before accessing the APIC ID register in RendezvousFunnelProc(). by rsun3 · 13 years ago
- a1f7e1e The ParentDevicePath is not initialized when error happened and went to Done. So the ParentDevicePath is moved to the beginning of Start (). by li-elvin · 13 years ago
- 9703e34 ArmPlatformPkg/patches: Update the pending patches with the updated ARMGCC and RVCT toolchains and the new ARMLINUXGCC toolchain patches. by oliviermartin · 13 years ago
- d12c6a7 error handling enhancement for possible null pointer dereference by vanjeff · 13 years ago
- 2256f1f Roll back r12434. by vanjeff · 13 years ago
- 29e22e2 Sync BaseTools Branch (version r2324) to EDKII main trunk. Signed-off-by: lgao4 by lgao4 · 13 years ago
- 6ac6017 error handling enhancement for possible null pointer dereference by erictian · 13 years ago
- 0641c54 BeagleBoardPkg: The FDF file does not reserve any more the area for the OMAP35xxx header by oliviermartin · 13 years ago