- 521527e StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility. by darylm503 · 13 years ago
- 4adc12b 1. Fix GCC build failure in SecurityPkg. by sfu5 · 13 years ago
- a50f7c4 MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that those completed async transfer events don't get handled in time and are flushed by newer coming events. by erictian · 13 years ago
- ecc722a 1. Remove “Force clear PK” feature in AuthVarialbe driver. by sfu5 · 13 years ago
- f95f107 Searching for files starts on an 8 byte aligned boundary after the end of the Extended Header if it exists. by lzeng14 · 13 years ago
- 6dbd32c AppPkg/Applications/Sockets: Address GCC and Linux compilation problems. by darylm503 · 13 years ago
- 06c355b correct removal of commit 12951. by jcarsey · 13 years ago
- 8f964e8 EmbeddedPkg/MmcDxe: Fixed XCLANG build by oliviermartin · 13 years ago
- 37363df ArmPlatformPkg/PrePi: Added Firmware Version String to the 'welcome' statement by oliviermartin · 13 years ago
- 99744d5 ArmPlatformPkg/Sec: Change initial 'welcome' string from 'UEFI Firmware' to 'Secure/Boot Firmware' by oliviermartin · 13 years ago
- e28e0ad ArmPlatformPkg/SP805WatchdogDxe: Removed late initialization capability from the watchdog by oliviermartin · 13 years ago
- 8dd9e15 ArmPlatformPkg: Fixed gcc build (minor change) by oliviermartin · 13 years ago
- 5e77314 ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure bits to their PPIs by oliviermartin · 13 years ago
- 18029bb ArmLib/ArmV7: Add ISB to ArmEnableVFP by oliviermartin · 13 years ago
- eac42a5 ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure World by oliviermartin · 13 years ago
- a12da33 ArmPlatformPkg/SP805Watchdog.h: Removed the DXE function declarations from the header by oliviermartin · 13 years ago
- 7245b43 ArmPkg: Declared ARM Hypervisor Firmware PCDs by oliviermartin · 13 years ago
- 0e9674e ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODE by oliviermartin · 13 years ago
- 645890b ArmPkg/Drivers/PL390Gic: Removed acknowledge of special interrupts (spurious interrupt) by oliviermartin · 13 years ago
- 1dc483b ArmPkg/LinuxLoader: Remove unused DebugLib (Minor change) by oliviermartin · 13 years ago
- 80dfbc1 ArmPlatformPkg/Sec: Move ArmGicSetupNonSecure() prior to initialize platform-specific security bit by oliviermartin · 13 years ago
- 59a2b36 ArmPlatformPkg/Sec: Fixed monitor stack setup by oliviermartin · 13 years ago
- 7defe7b ArmPlatformPkg/PrePi: Fix comment (minor change) by oliviermartin · 13 years ago
- 69f6055 ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masks by oliviermartin · 13 years ago
- be613c8 ArmPkg/PL390Gic: Introduced PcdGicSgiIntId to define which SGI is used for core synchronisation by oliviermartin · 13 years ago
- 9253410 ArmPkg/ArmGicLib: Added function ArmGicSetSecureInterrupts() to define the secure interrupts by oliviermartin · 13 years ago
- f15f91a ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed incorrect type casting by oliviermartin · 13 years ago
- 6bc4e19 1. Update AuthVarialbe driver to avoid integer overflow when using EFI_VARIABLE_AUTHENTICATION_2 descriptor. by sfu5 · 13 years ago
- d78fab6 EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release. by darylm503 · 13 years ago
- 2df686c Add BootlogoOnly feature in BDS for BGRT by czhang46 · 13 years ago
- 9f7f516 Update the license dates by lpleahy · 13 years ago
- 0dac421 Fix VS X64 Compiler Failure Signed-off-by: Liming Gao <liming.gao@intel.com> by lgao4 · 13 years ago
- a9c7ab9 Fix doxgen format issue. by vanjeff · 13 years ago
- 5aab2d5 Add LzmaArchCustomDecompressLib library instance, which supports for X86 (IA32/X64) optimized decompression. It can provide the improved compression for IA32 and X64 architecture code. by lgao4 · 13 years ago
- 16d2c32 1. Remove conducting ASSERT in BaseCryptLib. by sfu5 · 13 years ago
- bd0de39 1. Add more error handling code to DxeImageVerificationLib and BaseCryptLib. by sfu5 · 13 years ago
- 5c0687c Remove the useless performance logging code in BootScriptExecutorDxe driver and record S3 "ScriptExec" performance log before and after executing BootScriptExecutorEntrypoint in S3Reusme2Pei driver. by lzeng14 · 13 years ago
- 5d81a9b Fix build break caused by CPU Exception Library. by andrewfish · 13 years ago
- 2a95fdb Updated platform DSC files to add CPU Exception Library instances. by vanjeff · 13 years ago
- 58727f2 Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task which is related to running Ata Task and the other is for waiting Ata Task. And it will not pass any task to AtaAtapiPassThru until the previous Ata task has been finished or met error. by qianouyang · 13 years ago
- be30ddf Update the offset when read every debug entries info. by ydong10 · 13 years ago
- 793ae6e ARM Packages: Added the NULL implementation of CpuExceptionHandlerLib by oliviermartin · 13 years ago
- 5a169fc MdeModulePkg/DebugPortDxe: Fixed the ordering of the EFI_DEBUGPORT_PROTOCOL entries by oliviermartin · 13 years ago
- 187cb3d Add SMBIOS 2.7.1 support to SmbiosView command. by lzeng14 · 13 years ago
- 55b1753 Updated platform DSC files to add CPU Exception Library instances. by vanjeff · 13 years ago
- e47459e 1. Updated S3Resume2Pei to save IA32 IDT table setup in protected mode. by vanjeff · 13 years ago
- 8f07f89 Import two CPU Exception Handler Library instances: SecPeiCpuExceptionHandler.inf and DxeSmmCpuExceptionHandler.inf. by vanjeff · 13 years ago
- 1e172d6 1. Introduced CPU Exception Handler Library to provide the CPU exception handlers and add one NULL library instance. by vanjeff · 13 years ago
- bf0f6c8 Fix build fail. by ydong10 · 13 years ago
- 94020bb Improve robustness when scanning PCI Option ROM. by rsun3 · 13 years ago
- 8a44cd7 Enhance the error handling. Signed-off-by: ydong10 Reviewed-by: lzeng14 by ydong10 · 13 years ago
- 8cee3de OvmfPkg: Enable secure-boot support when SECURE_BOOT_ENABLE==TRUE by jljusten · 13 years ago
- bdf93df OvmfPkg/EmuVariableFvbRuntimeDxe: Add support for PcdSecureBootEnable by jljusten · 13 years ago
- e05061c OvmfPkg: Add PcdSecureBootEnable by jljusten · 13 years ago
- 6a52c7a OvmfPkg: Add PlatformSecureLib instance by jljusten · 13 years ago
- 54a2628 Fix system reboot automatically if changing the value of [TPM operation] by gdong1 · 13 years ago
- 572b0ad Override the base address to make LoadLibraryEx success in WIN7 SP1 OS. by ydong10 · 13 years ago
- 16d718a MdeModulePkg: add support for ORICO PEUS3-2P card by erictian · 13 years ago
- 744265e Clarify alignment of GetSpinLockProperties() is byte alignment. by lgao4 · 13 years ago
- 9c92252 MdeModulePkg: When media_change happens at Partition.Start(), the lower driver (ScsiDisk) should immediately return EFI_MEDIA_CHANGE but not EFI_SUCCESS. This way is used to avoid the interrupted Partition.Start() closes those opened protocols(DiskIo and DevicePath protocol) who are using by the re-entered partition driver at the same handle. by erictian · 13 years ago
- 6cfc729 Update string offset and default offset from UINT16 to STRING_HEAD to match the generated PCD database. by lgao4 · 13 years ago
- fcb6f89 Fix read issue detected by the following Python program. The issue was that the caller's buffer pointer was not being advanced between segments of the read data. by lpleahy · 13 years ago
- 50b43b1 ShellPkg: Fix ICC11 build failure. by jcarsey · 13 years ago
- 81c0d6e When CSM uses EFI_SEGMENT and EFI_OFFSET to call CSM16 function, some CSM16 use es:[offset + 0xabcd] to get data passed from CSM32, offset + 0xabcd could exceed 0xFFFF which is invalid in real mode. So added NORMALIZE_EFI_SEGMENT and NORMALIZE_EFI_OFFSET to keep offset as small as possible to avoid this issue during CSM16 function call. by li-elvin · 13 years ago
- 916666c ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYSICAL_ADDRESS & EFI_VIRTUAL_ADDRESS) to describe memory addresses by oliviermartin · 13 years ago
- af0283b ArmPlatformPkg/ArmPlatformSysConfigLib: Removed dependency on Uefi.h since it is a Base Library by oliviermartin · 13 years ago
- 051e63b ArmPlatformPkg/PL011Uart: Allowed to change UART settings in its initialization function by oliviermartin · 13 years ago
- b0855f9 Update FrameworkUefiLib library instance to implement the missing CatSPrint() and CatVSPrint() API. by lgao4 · 13 years ago
- 77a750a Fix the issue in PeiCore to support PDB file path without '\' or '.' character. by lgao4 · 13 years ago
- 2b826e2 Add sample code to show how to register Browser HotKey by BrowserEx protocol. by lgao4 · 13 years ago
- 7bbc624 MdePkg/Include/Base.h: Defined __va_copy macro when not defined by the ARM toolchain by oliviermartin · 13 years ago
- 911da88 ArmPlatformPkg/ArmPlatformSysConfigLib: Add function 'ArmPlatformSysConfigGetValues' by oliviermartin · 13 years ago
- afb9f4d ArmPkg/Library/SemihostLib: Removed depenencies on Uefi.h (Base library) by oliviermartin · 13 years ago
- 68dda85 ArmPlatformPkg/NorFlashDxe: Fixed CFI NOR Flash driver by oliviermartin · 13 years ago
- e34114e ArmPlatformPkg/Bds: Fixed the size of the unicode string use to represent hexadecimal memory address by oliviermartin · 13 years ago
- d9c69d9 ArmPlatformPkg/Sec: Add ASSERT() for checking the Secure Monitor Stack PCD values by oliviermartin · 13 years ago
- 3d93aea ArmPlatformPkg/Sec: Move 'ArmPlatformSecExtraAction' before we set NSACR & SCR by oliviermartin · 13 years ago
- a853088 ArmPlatformPkg/Sec: Fix transition to Trusted Monitor World with ARMGCC by oliviermartin · 13 years ago
- 8cc852f ArmPlatformPkg: Move the Secure Monitor initialization into a separate 'ArmTrustedMonitorLib' library by oliviermartin · 13 years ago
- 1377db6 ArmPlatformPkg: Updated the stack setup to have the same geometry between the Secure and Normal World by oliviermartin · 13 years ago
- 2569b06 ArmPlatformPkg/PrePi: Fixed stack setup when System Memory is mapped upto 0xFFFFFFFF by oliviermartin · 13 years ago
- 5ed2368 ArmPkg/ArmLib: Fixed 'ArmConfigureMmu()' to avoid overflow when an entry is mapped at 0xFFFFFFFF by oliviermartin · 13 years ago
- 3b73c91 ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addresses by oliviermartin · 13 years ago
- 65acd8e ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg/Drivers by oliviermartin · 13 years ago
- f8c9f1c ArmPlatformPkg/LcdGraphicsOutputDxe: Added support for ARM HDLCD controller (2) by oliviermartin · 13 years ago
- 0db25cc ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, line endings) by oliviermartin · 13 years ago
- 9862239 ArmPlatformPkg/LcdGraphicsOutputDxe: Added support for ARM HDLCD controller by oliviermartin · 13 years ago
- eb15a11 StdLib, AppPkg: Update ReadMe files. by darylm503 · 13 years ago
- 1902252 StdLib/Include/paths.h: Update paths to reflect new base of \Efi\StdLib. by darylm503 · 13 years ago
- 3222e7b ArmPlatformPkg/PrePeiCore: Ensured the size is 8-byte aligned by oliviermartin · 13 years ago
- 782d45d ArmPlatformPkg/ArmPlatformGlobalVariableLib: Added an assert to ensure the 'VariableOffset' belongs to the GlobalVariable region by oliviermartin · 13 years ago
- 8ddaf47 ArmPlatformPkg/SP804TimerDxe: Move 'gVector' initialization earlier in the code by oliviermartin · 13 years ago
- 31d196c ArmPkg/ArmArchTimerLib: Renamed the constructor to 'TimerConstructor()' by oliviermartin · 13 years ago
- 1bccfbe ArmPkg/PL390Gic: Removed duplicated line of codes disabling the interrupts by oliviermartin · 13 years ago
- ac7362c ArmPkg/LinuxLoader: Fixed memory leak by oliviermartin · 13 years ago
- 1445300 Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in BaseLib from OUT to IN OUT. by lgao4 · 13 years ago
- 287d8d1 Update ECP Package Glue BaseLib to save/restore xmm6-xmm15 in functions setJump/longJump. by lgao4 · 13 years ago
- 3dbef42 Add code check to avoid access violation. by ydong10 · 13 years ago
- 65cc57f Remove ASSERT to let DXE core return gracefully when loading an invalid image. by gdong1 · 13 years ago
- f74dc4b Fix issues detected by python web-server. by lpleahy · 13 years ago