- 26a31ad Add S3 SMM Save State protocol definition from PI 1.2 specification. by klu2 · 15 years ago
- 6385a22 update dec file to reflect newly introduced protocols. by eric_tian · 15 years ago
- 69aa6ac import VlanConfig.h, EFI VLAN Config protocol defined in UEFI 2.3 by vanjeff · 15 years ago
- 938e182 Add definition of S3 save state from PI 1.2 specification. by klu2 · 15 years ago
- 5d6a636 add Dhcp6/Mtftp6/Udp6 three protocol's definitions into MdePkg to comply with UEFI2.3 spec. by eric_tian · 15 years ago
- 5e6f3ee 1.refined doxgen format. 2.remove duplicated typedef. by vanjeff · 15 years ago
- 8f3e122 modified to removed references to WinNt in the comments for serial drivers by jchen20 · 15 years ago
- f527a6f Fix invalid doxygen comment, should not mix the usage of /// and /** by klu2 · 15 years ago
- 6a0cd52 Add SMBIOS protocol definitions from PI 1.2 specification. by klu2 · 15 years ago
- 409d47b Enhance Capsule driver to update capsule one by one. by lgao4 · 15 years ago
- bdb140d 1. import Ip6.h, Ip6Config.h and Tcp6.h. 2. refine comments in Ip4.h and Tcp4.h. by vanjeff · 15 years ago
- 16e864a Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
- 3668c08 Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
- b13151f Update PCD driver to correctly set the HII type PCDs. by lgao4 · 15 years ago
- e0d2273 Change the default location for IASL on Unix. by jljusten · 15 years ago
- 726d5a8 Remove '/' directory separator from CYGWIN & UNIXGCC tool specications. by jljusten · 15 years ago
- c113cd3 redefine the ASM_PFX to let it can work on Apple/NetBSD and other Unix* platform. by eric_tian · 15 years ago
- d4cf6b6 redefine the ASM_PFX to let it can work on Apple/NetBSD and other Unix* platform. by eric_tian · 15 years ago
- 02c9c47 1. Log performance data below 4G by qhuang8 · 15 years ago
- cd6a3b1 Add performance logging on EFI boot path by qhuang8 · 15 years ago
- 9afd051 Enhance Partition driver for EFI_NO_MEDIA case by qhuang8 · 15 years ago
- 339c754 Enhance GPT to remove the assumption that GPT partition entry in PMBR must be the first partition entry. by qhuang8 · 15 years ago
- 737dfc3 Fix a potential issue to use FreePool() with NULL pointer. by qhuang8 · 15 years ago
- db63aee Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
- 2ce5c88 Use siaddr in DHCP packet, if zero, use option 54 instead. by vanjeff · 15 years ago
- b55f8b0 1. Correct Col * Row string 2. Add error handle for no data hub system. by lgao4 · 15 years ago
- aeddd42 1. update timeout interval time from 10ms to 50ms 2. refine MnpDxe code. by vanjeff · 15 years ago
- 0fac539 recalculate the total size of format string printed by DebugPrint(). by eric_tian · 15 years ago
- fd7544c Correct library instance to pass build by lgao4 · 15 years ago
- 7b8c378 Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
- e5d1b4f add correct [Depex] section. by vanjeff · 15 years ago
- 030529d build tools will break if PEIM or DXE driver has no valid [Depex] section. by vanjeff · 15 years ago
- 179d85c add 2 class code definitions defiled in PCI 2.3 spec. by vanjeff · 15 years ago
- 945f5f4 Use "movd" instruction to manipulate MMX register to support more GNU assemblers. by qhuang8 · 15 years ago
- 23f41e5 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
- d32fb62 Do not use EfiACPIReclaimMemory type to log performance data because some OS might reuse that memory. Maybe EfiReservedMemoryType is the best solution for that usage model. by qhuang8 · 15 years ago
- f66d9a1 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
- 9313111 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
- d9fb411 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
- 7db60f8 Update the comments for S3Lib and RecoveryLib instances to state that they are deprecated. by qhuang8 · 15 years ago
- 05d7105 Update the comments for S3Lib and RecoveryLib class to state that they are deprecated. by qhuang8 · 15 years ago
- 5933acc Update the comments for S3Lib and RecoveryLib class and instance to state that they are deprecated. by qhuang8 · 15 years ago
- 28efc72 1. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, we choose to use EFI_PEI_LOAD_FILE_PPI to load DxeCore. This implementation can help to save ~3KB size for PEI phase. by qhuang8 · 15 years ago
- 8c519a5 1. Update IA32 PeiCore implementation to support load x64 image for EFI_PEI_LOAD_FILE_PPI. by qhuang8 · 15 years ago
- e8b9799 Minor update to remove some Unicode character in public header file. by qhuang8 · 15 years ago
- 09b0fdb Minor update source to make end-of-line consistent. by qhuang8 · 15 years ago
- 0da835f Remove all unnecessary .align directives in MdePkg by qhuang8 · 15 years ago
- 1fef058 clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: by qhuang8 · 15 years ago
- ba19956 add comments to clarify the enhancement on EHCI driver, which is guaranteed to get attached to EHCI host controller before UHCI driver attaches to uhci host controller. by eric_tian · 15 years ago
- 4888999 1. update AcpiTable module type to USER_DEFINED by vanjeff · 15 years ago
- 1d5b25b add condition judgment to avoid accessing NULL address if not found existing variable. by eric_tian · 15 years ago
- 6844f18 update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
- 2248bd6 update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
- 7d1aa70 update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
- 626790e update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
- c9eb1ba add correct [Depex] section. by vanjeff · 15 years ago
- 33d228a refine some definitions comments. by eric_tian · 15 years ago
- 0c7517b remove a segment of code, in which it forces EHCI to be connected firstly before UHCI when ConOut variable contains such usb device path. by eric_tian · 15 years ago
- a90ccab Correct the format of comments by lgao4 · 15 years ago
- b1fe77c Document all of the mismatches between IntelFrameworkPkg and Framework specification. by eric_tian · 15 years ago
- 772d321 Update links for broken urls in BaseTools/gcc/mingw-gcc-build.py script. by jljusten · 15 years ago
- f721ae4 remove incorrect comments. by lgao4 · 15 years ago
- 27d9ad0 Lightly revised SmmCis.h based on information in the PI spec. by pkandel · 15 years ago
- 409aeee update EdkCompatibilityPkg version to 0.90 by vanjeff · 15 years ago
- 7385086 update MdePkg version to 1.01 by vanjeff · 15 years ago
- 69c8f27 Updated comment at line 595 to be PI 1.1 spec, instead of 1.0. by pkandel · 15 years ago
- d9fdf2c fixed wrong comments format. by vanjeff · 15 years ago
- 5259c97 Committing changes to the comments, after review with engineers. by pkandel · 15 years ago
- d3a12d7 Use PcAtChipsetPkg's IdeControllerDxe driver and retire the one in DuetPkg. by klu2 · 15 years ago
- 1081f62 Add PcdVerifyNoteInList for judge whether do verification of node in list in debug mode. The default value is FALSE. by klu2 · 15 years ago
- 558bfeb For pass all compilers. by gikidy · 15 years ago
- 2ba53a4 Add Nanosecond initialize when CMOS clear for ConvertRtcTimeToEfiTime can not initialize it. by gikidy · 15 years ago
- ef73b4a add comment on mismatch between code and MiscSubclass spec. by eric_tian · 15 years ago
- 6f74e80 Remove include in comments by klu2 · 15 years ago
- cf4afc9 Use Uefi.h instead of PiDxe.h, because B0 defined in Protocol/DebugSupport.h conflict with the B0 macro defined in usr/include/bits/termios.h by klu2 · 15 years ago
- 99f6759 Enhanced BMP file security check. by vanjeff · 15 years ago
- 0adb8a3 Fixed build issue on GCC compiler. This issue is introduced by one mistaken in one checking-in on Main trunk only. The patch(MdeModulePkg.patch) for EFI_MTFTP4_TOKEN based on MdePkg release 1.00 has no this issue. by vanjeff · 15 years ago
- d1eff2f Remove unrecognized characters. by lgao4 · 15 years ago
- 46f43bc didnt want to change pointer for copymem... corrected full file name creation by jcarsey · 16 years ago
- 2828833 Fix build break for missing definition of PCI_IF_EHCI by mdkinney · 16 years ago
- ea886be Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatible change adopted by UEFI group. by vanjeff · 16 years ago
- e7d41e1 adding new include file. This file has the definitions for most shell data types that are non-standard. (ie SHELL_RETURN type) by jcarsey · 16 years ago
- 949ae9a roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the scope of this release. by eric_tian · 16 years ago
- 55815a9 roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the scope of this release. by eric_tian · 16 years ago
- 52c8c12 roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the scope of this release. by eric_tian · 16 years ago
- 93d4ce9 Add IDE support for edk2 Duet platform. by klu2 · 16 years ago
- ac10c72 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 16 years ago
- 1a573c7 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 16 years ago
- 9910cfe if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 16 years ago
- ad38bf8 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 16 years ago
- 48e9cc7 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 16 years ago
- 5781db0 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 16 years ago
- 5f52bc9 remove two duplication macros "PCI_CLASSC_PI_UHCI/PCI_CLASSC_PI_EHCI", which have been defined in IndustryStandard/Pci.h by eric_tian · 16 years ago
- a261044 code cleanup: by eric_tian · 16 years ago
- 15a8650 Roll back the change in Partition driver. currently we enhance the EHCI driver to guarantee that the EHCI controller get attached to the EHCI controller before the UHCI driver attaches to the UHCI controller. This way can avoid the case happen that UHCI sees the disconnect and EHCI sees the connect event due to the control transfer in shared port. It may cause Partition.Start to be interrupted by Partition.Stop. by eric_tian · 16 years ago
- d5555a1 Move EFI_SMM_COMMUNICATE_HEADER into SmmBase.h because this structure is really associated with the ComminicationBuffer parameter to the EFI_SMM_CALLBACK_ENTRY_POINT in the SMM Base Protocol and not the gSmmCommunicateHeaderGuid. This GUID is just one of many possible GUIDs that could be used to fill in the HeaderGuid field of the EFI_SMM_COMMUNICATE_HEADER. by mdkinney · 16 years ago
- 7f58645 Move those status code definitions that exactly match the PI 1.2 Specification from the IntelFrameworkPkg to MdePkg by mdkinney · 16 years ago
- b205f26 Move those status code definitions that exactly match the PI 1.2 Specification from the IntelFrameworkPkg to MdePkg by mdkinney · 16 years ago
- 02bf7b8 remove the unnecessary comments. by lgao4 · 16 years ago
- 701f8b5 Update the FAT binaries to build against MdePkg, BaseTools 1.00 release and newest FatPkg source. by qhuang8 · 16 years ago