- 712389b Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
- 87d0817 Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
- 5e51a4d Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
- 5009ddf Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
- 46d45cd Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
- 2521180 Remove the duplicated SmmLibNull, which has been moved into MdePkg. by lgao4 · 15 years ago
- 8180a7a Add the missing CpuLib library instance into EdkCompatibilityPkg.dsc by lgao4 · 15 years ago
- b295dfd MdeModulePkg: Fix warning with VS2005 toolchain on IA32 by jljusten · 15 years ago
- 38c7df9 Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure. by jgong5 · 15 years ago
- 969eba7 Add the beginning of a GDB based Debug Agent. IA-32 and X64 don't have low level interrupt code yet. I've been testing on ARM. by andrewfish · 15 years ago
- 66c0b44 Add Current working directory support to the library by andrewfish · 15 years ago
- 4326328 Added DebugAgentTimerLib. Cleaned up .h files and other code. by andrewfish · 15 years ago
- 1f44ee1 Correct PCD Pcd8259LegacyModeMask and Pcd8259LegacyModeEdgeLevel definition in PcAtChipsetPkg. by lgao4 · 15 years ago
- 097e25c Add function comments and refine function parameter IN OUT. by jgong5 · 15 years ago
- ff443d3 Use on-demand paging for CpuSaveStates read/write. It was measured about 200us for either read or write the PI CpuSaveStates to framework, ~400us in total on a platform with 80 CPUs with original for loop implementation. So with on-demand paging, if the framework SMI handler doesn’t read/write CpuSaveStates, ~400us will be saved. If the handler happens to use CpuSaveStates, there will be about 20us overhead for either read or write a page which contains 5 continuous CpuSaveStates. by jgong5 · 15 years ago
- 553472f Enhance SNP to be compatible with UNDI driver which doesn’t report correct network cable status in Initialize(), i.e. force MediaPresent in Snp Mode to be TRUE in case UNDI driver report no media but actually we have already received packet from network interface. by xdu2 · 15 years ago
- 35a895c Remove the unnecessary top level header files in protocol header file. by lgao4 · 15 years ago
- caeefbf Remove the duplicated UefiRuntimeLib in EdkCompatibilityPkg.dsc by lgao4 · 15 years ago
- 5b368e7 Fix ICC build failures by mdkinney · 15 years ago
- 3432b0c Fix INF file header format by qhuang8 · 15 years ago
- caf3046 Update to clean up some obsolete info by qhuang8 · 15 years ago
- a47d463 Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only support DEBUG tag. by lgao4 · 15 years ago
- 619561d fixed IP fragment issue which caused the MTU used by IP is less than the one IP exposed to upper layers. by qianouyang · 15 years ago
- 0cf8c20 1. Remove the duplicated contents from source files and INF file of PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk module. by lgao4 · 15 years ago
- ee6e871 remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in Driver Binding Stop() could make sure PXE functionality is stopped when disconnecting UefiPxeBcDxe module. by vanjeff · 15 years ago
- dc2b05a Add PI SMM Status Code Protocol on Framework SMM Status Code Protocol thunk driver. This thunk driver produces PI SMM Status Code Protocol and SMM Report Status Code Handler Protocol and it registers a status code handler within itself to route status codes into Framework SMM Status Code Protocol. by rsun3 · 15 years ago
- 8edfbe0 Security enhancement to SMM Base thunk drivers: Framework SMM drivers can't be loaded after SMRAM is locked. by rsun3 · 15 years ago
- 123e0ca Not maintained. by hhtian · 15 years ago
- f5bf8c9 Not maintained. by hhtian · 15 years ago
- 72d792f Not maintained. by hhtian · 15 years ago
- 0095877 Not maintained. by hhtian · 15 years ago
- 5878d15 Not maintained. by hhtian · 15 years ago
- 0a36de5 Not maintained. by hhtian · 15 years ago
- f48d998 Not maintained. by hhtian · 15 years ago
- fbdd3ff This patch is to fix incorrect value for EfiCacheAssociativity24Way. I added other definitions as well defined by SMBIOS 2.6.1 spec. by li-elvin · 15 years ago
- 7971490 Sync EDKII BaseTools to BaseTools project r1940 by qhuang8 · 15 years ago
- fc5de6b Remove obsolete BuildCapsuleHob() function in DxeCoreHobLib. by qhuang8 · 15 years ago
- f46d494 OVMF BlockMmioToBlockIoDxe: Fix build error for VS2005 by jljusten · 15 years ago
- 571f4f5 Remove the work around as the Fat driver's lock issue was found and fixed. by niruiyu · 15 years ago
- 38dc220 Per Liming request: 1)remove duplicate header disclaimer lines IntelFrameworkModulePkg.dsc; 2) IntelFrameworkModulePkg\Include\Library\GenericBdsLib.h line 948 is actually 948 to 963, 8 lines of @retval. by myronporter · 15 years ago
- 8df1634 Don't create a dummy string with new language. by lgao4 · 15 years ago
- b2e5957 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
- 7cc9c45 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
- ab780eb Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in SmmCore for security consideration. by jyao1 · 15 years ago
- 59a4bd4 Add RELEASE target by lgao4 · 15 years ago
- 21f7daf Fix sync issue to make EbcLLCALLEX() function check the same value to ones that are used in EbcCreateThunks() to decide whether the input function is a thunk to EBC. by lgao4 · 15 years ago
- efd82c5 OVMF: Add BlockMmioToBlockIoDxe driver by jljusten · 15 years ago
- b0f5144 OVMF: Add Block MMIO protocol definition by jljusten · 15 years ago
- fa4aade Add [Depex] section for DUETFwh DXE_DRIVER. A DXE_DRIVR must has [depex] section. by klu2 · 15 years ago
- cddf6c5 Correct file path separator to be consistent. by lgao4 · 15 years ago
- 6691cae Fix compile break on IA32 arch. by lgao4 · 15 years ago
- 4431fdc Fix an bug for PXE boot assert by hhuan13 · 15 years ago
- 5068433 Ensure GDT for APs is under 4G, in order to secure that APs can safely use it to switch from real mode to protected mode, as well as from protected mode to long mode. by xli24 · 15 years ago
- 1329da4 Add parameter check in SmmBase.Communicate(). by rsun3 · 15 years ago
- 3b1464d by rsun3 · 15 years ago
- f3decdc Sync EDKII BaseTools to BaseTools project r1937. by lgao4 · 15 years ago
- aa91de0 Fix a bug that usb keybarod can not work well when it is inserted at a usb 2.0 hub. by erictian · 15 years ago
- 33f30f1 NumberOfCpus and SmmStartupThisAp field in Framework SMST should be updated per PI SMST at SMM runtime context. These two fields in PI SMST are not guaranteed to be valid at SMM initialization phase. by rsun3 · 15 years ago
- a5ca8fa Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). by jgong5 · 15 years ago
- 6c3fa13 Define VERIFY_SIZE_OF macro to verify size of basic UEFI Data types. This should be equivalent with previous implementation. by qhuang8 · 15 years ago
- 7bc01e8 changing UDP default timeout value to 2s to improve PXE BC boot performance. by vanjeff · 15 years ago
- 8e38f18 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
- ff19726 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
- 2ae0d12 Refine Legacy Region thunk to comply with PI 1.2. by xli24 · 15 years ago
- a04b8e8 Update shell binaries to use release build target and integrate the following hot fixes: by qhuang8 · 15 years ago
- 32c4126 Fixed a minor bug in PlatformDriOverrideDxe which will assert when user trigger "Clear all mapping record" twice. by jchen20 · 15 years ago
- 8ec8bed 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Callback function can not be found. by klu2 · 15 years ago
- 2db63cd Bug Fix: IPv4 Fragment is not correct when VLAN is enable. by qianouyang · 15 years ago
- abe31ad Roll back previous change. by rsun3 · 15 years ago
- 6af1b99 1. Update Fat Binaries to fix a migration bug about EFI lock semantics change. by qhuang8 · 15 years ago
- ab9cb4b Separate IA32/X64 architecture into two DSC file to avoid the their output mixup. by klu2 · 15 years ago
- 18e7892 Update SmmBase Communicate Thunk behaivor to be compatible with Framework implemenation. by rsun3 · 15 years ago
- 1d5cbb4 Former change breaks build; changed back to commented lines 58 & 59, but as regular comments (not Doxygen comments). by myronporter · 15 years ago
- 64a8054 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
- d96d37d fix ia32 build error. by erictian · 15 years ago
- c61f936 fix ia32 build error. by erictian · 15 years ago
- c0d69d1 The ATA alignment_logic_in_phy_blocks field doesn’t directly report the lowest aligned LBA. Instead, there’s some modulo arithmetic involved. by erictian · 15 years ago
- fa03149 The ATA alignment_logic_in_phy_blocks field doesn’t directly report the lowest aligned LBA. Instead, there’s some modulo arithmetic involved. by erictian · 15 years ago
- 9f50cb9 Remove hook for debugger. Should be implemented using the new library scheme. by andrewfish · 15 years ago
- 3a75312 Fix bug by andrewfish · 15 years ago
- 4e471bf Update intrinsics for code sourcery gcc by andrewfish · 15 years ago
- bff4e9e Sync up ARMASM and GCC version by andrewfish · 15 years ago
- 7781f9f Add a build script for code socery gcc. by andrewfish · 15 years ago
- 703f1d0 Add Math64.S to reduce the number of compiler intrinsics that need to be supported. It turns out they seem to change from GCC generation to generation. by andrewfish · 15 years ago
- 673c149 Remove the implementation limitation in the SmmBaseHelper driver that it assumes the Framework SMM driver to be loaded has a copy in memory. by rsun3 · 15 years ago
- 49fd8a3 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
- 412d1ed Add check of MediaPresentSupported field in SNP mode data to support UNDI without cable detect capability. by xdu2 · 15 years ago
- fe81726 Add sample use case for IFR security op-code. by rsun3 · 15 years ago
- 3dd405b Fix a bug in SetupBrowserDxe driver when check current user's access setup permission. EFI_USER_INFO_ACCESS_CONTROL.Size may be equal to sizeof (EFI_USER_INFO_ACCESS_CONTROL) because of no extra data. by rsun3 · 15 years ago
- 852d891 Minor update the patch for Edk r10248 by qhuang8 · 15 years ago
- 39301e9 Remove FD section from DuetPkg.fdf and move the BlockSize/NumBlocks declaration from FD to FV. by niruiyu · 15 years ago
- eccca95 add missed GUID definition of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_GUID_31. by vanjeff · 15 years ago
- 54f8d22 Add missing words for the description of EFI_SMM_CONTROL_PROTOCOL. by xli24 · 15 years ago
- f22f941 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
- a89fa50 Clarify @pram b in Base.h. Accepted and edited in Qing Huang changes for @retval EFI_INVALID_PARAMETER lines. 171 & 321. by myronporter · 15 years ago
- 5a65741 Correction to remove Apple lines from Disclaimers. These were introduced after r10220, indicating the copies of disclaimer with Apple lines are a corruption. by myronporter · 15 years ago
- 9e18c9b Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which provides the security status code library for EDK runtime and smm driver. by lgao4 · 15 years ago
- b56111f Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which provides the security status code library for EDK runtime and smm driver. by lgao4 · 15 years ago
- 5209f2a Remove one leftover in protocol definitions. by qhuang8 · 15 years ago
- 8fa729a Merge the same type PCD section. by lgao4 · 15 years ago