- 7fedcf9 Update comments by UEFI approved Errata revision 'B'. by gdong1 · 15 years ago
- 771ecec Add the missing check for NULL pointer before use it. by lgao4 · 15 years ago
- 3978f5d Fixed GCC build issue caused by converting a pointer to an integer of a larger size. by geekboy15a · 15 years ago
- 0ff3221 Remove notice as it gets to publish in newest PI spec. by qhuang8 · 15 years ago
- a1e98f7 According to the latest UEFI 2.3 errata B, the following changes are made: by lgao4 · 15 years ago
- 64ca680 Add parameter checking for PEI service AllocatePages(), according to PI1.2 errata A. by xli24 · 15 years ago
- ded5aa2 Correct description for return status code of PEI service AllocatePages(), according to PI 1.2 errata A. by xli24 · 15 years ago
- 9eec594 Refine parameter description according to PI 1.2 errata A. by xli24 · 15 years ago
- f7dab9f Refine parameter description according to PI 1.2 errata A. by xli24 · 15 years ago
- d2fbaaa Add more code robustness check for modules under MdeModulePkg. by rsun3 · 15 years ago
- 4ccd956 Remove notice for PXE_OPFLAGS_GET_MEDIA_STATUS and PXE_STATFLAGS_GET_STATUS_NO_MEDIA_xxx, these definitions are available in latest UEFI spec. by xdu2 · 15 years ago
- 4fb7207 Fix a bug in "Load module At fixed address" to enable it on IPF platform by jchen20 · 15 years ago
- 79a4217 Move EFI_SMRAM_DESCRIPTOR into PiMultiPhase.h. Since the top level includes in the other packages all include PiPei.h or PiDxe.h, and PiPei.h and PiDxe.h both include PiuMultiPhase.h, EFI_SMRAM_DESCRIPTOR will be declared for SMM Access 2 Protocol and the SmramMemoryReserve GUIDed HOB. by hhuan13 · 15 years ago
- eccf7f5 Move EFI_SMRAM_DESCRIPTOR into PiMultiPhase.h. Since the top level includes in the other packages all include PiPei.h or PiDxe.h, and PiPei.h and PiDxe.h both include PiuMultiPhase.h, EFI_SMRAM_DESCRIPTOR will be declared for SMM Access 2 Protocol and the SmramMemoryReserve GUIDed HOB. by hhuan13 · 15 years ago
- fa2198b add debug agent null instance in DSC file. by vanjeff · 15 years ago
- 6dc1935 add debug agent null instance in DSC file. by vanjeff · 15 years ago
- 4f34464 add debug agent null instance in DSC file. by vanjeff · 15 years ago
- 53f79f8 add debug agent null instance in DSC file. by vanjeff · 15 years ago
- fe92ab2 import Debug Agent Library and null instance in MdeModulePkg. by vanjeff · 15 years ago
- 5b422a7 Clean up PiSmmCore to pass K8 scan by hhuan13 · 15 years ago
- 34f60e4 Add EfiCpuArchProtocol dependency for PiSmmIpl module. The reason to add this is PiSmmIpl will call gDS->SetMemorySpaceAttributes() which will locate CPU Arch Protocol to set MTRRs. Without this dependency, the locate might fail and MTRRs are never set in this case. by jgong5 · 15 years ago
- c6f293a DuetPkg: Fix build break caused by EFI_SPECIFICATION_VERSION usage by jljusten · 15 years ago
- 4442c57 Add PI SMM IPL and PI SMM Core by mdkinney · 15 years ago
- e42e940 Add PI SMM IPL and PI SMM Core by mdkinney · 15 years ago
- 713b778 Add MemoryAllocationLib for PI SMM Core by mdkinney · 15 years ago
- b05ad4a Cleanup: Remove PcdDxePcdDatabaseTraverseEnabled by jljusten · 15 years ago
- c29f6c0 OVMF: Move DXE drivers into a new firmware volume by jljusten · 15 years ago
- 1fde2f6 Started working on an ArmEb package. GIC is ported. SEC is a start. Still missing memory map and DRAM init stuff. Hey but it compiles. by andrewfish · 15 years ago
- 5aa324d Update comment in dsc file to explain NULL library class. by andrewfish · 15 years ago
- 753816a Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. Remove bogus PCD by andrewfish · 15 years ago
- a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
- 3a87639 remove svn:executable attribute for INF file. by klu2 · 15 years ago
- 161a9a2 remove svn:executable attribute for INF file. by klu2 · 15 years ago
- 8264a28 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- b662479 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- cc5c2a2 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- 03b8583 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- 3276b57 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- c63af3f Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- 91a6db7 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- 24321aa1 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- ef76813 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- d2ffb81 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- f579d6c Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- 0b75797 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- 8976547 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- 0126845 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- 2d7b3c0 Add parameter checking for MP Services Protocol Thunk driver. by xli24 · 15 years ago
- 2573712 Enhance SetupBrowser to support new UEFI HiiFormMap feature by lgao4 · 15 years ago
- 234980f Add more check to avoid code enter into wrong state. by lgao4 · 15 years ago
- bade9bf Fix the bug that SMM Base Protocol.Communicate() does not work. by rsun3 · 15 years ago
- d555d90 Change DUET specific HOB structure to make all HOB 8-byte align to fix the PI-SCT failure. by niruiyu · 15 years ago
- 6a82419 Add new HII FormMap Opcode support by lgao4 · 15 years ago
- 4b9fa12 Move ARMv5 (ARM9) barrier instructions into assembler files by andrewfish · 15 years ago
- 026c3d3 Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Instruction syncronization barrier support to the ARM lib. by andrewfish · 15 years ago
- 14e00c1 Fix line endings by andrewfish · 15 years ago
- ea02543 Add support for capsule above 4G. by xli24 · 15 years ago
- b6d539c roll back changing on save and restore interrupt status, it needn't doing. by vanjeff · 15 years ago
- dc8f418 roll back changing on save and restore interrupt status, it needn't doing. by vanjeff · 15 years ago
- 12fbc89 Minor comment fix. by rsun3 · 15 years ago
- f505090 Avoid shadowing PE image read function on IPF by jgong5 · 15 years ago
- a15553c Remove <b></b> from File header. by lgao4 · 15 years ago
- ff8c786 fixed the bug in .S file to make the EBC driver work for UNIXGCC build. by jchen20 · 15 years ago
- e13288c Correct Copyright year format by lgao4 · 15 years ago
- 2cc3055 Correct Copyright year format by lgao4 · 15 years ago
- 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
- 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
- ec0ae8f 1. Correct File header to ## @file by lgao4 · 15 years ago
- d4aeb70 Update comments to define where stuff comes from by andrewfish · 15 years ago
- cd539d4 Fix comment by mdkinney · 15 years ago
- 479e19a Driver health entry in device manager page is not totally hidden, the original code just change string to empty string, if cursor is at empty string, there is no focus at all. by li-elvin · 15 years ago
- 28b5f7c Disable interrupt when changing IDTR register. by klu2 · 15 years ago
- f18f288 Temporarily remove the C implementation of some GCC assembly files in MdePkg. They are kept in repository and will be re-evaluate later. by qhuang8 · 15 years ago
- f03ccf5 Enhance UpdateCapsule () to support calling multiple times. by li-elvin · 15 years ago
- 235eaa6 enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() and Dhcp4->Release() called. by vanjeff · 15 years ago
- c315da0 OVMF: Update README file by jljusten · 15 years ago
- b86b413 1. Update GetStringWorker() of HiiDataBaseDxe to only search in other language and not update the StringSize to avoid GetString() buffer overflow. by lgao4 · 15 years ago
- 1a39574 TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow UEFI spec that caller of variable interface should run at TPL <= TPL_CALLBACK. by niruiyu · 15 years ago
- 2303190 Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Duet Setup. by niruiyu · 15 years ago
- 25973fc Enhance memory copy logic for PEI core image read. The change uses CopyMem() library function for unshadowed version and uses inline implementation for a shadowed version. This reduces PE image reading time to 1/5 - 1/10 when code cache is disabled. The change also fixed a memory leak when allocating shadow space for image read function. by jgong5 · 15 years ago
- e906eae Add [depex] on gEfiMpServiceProtocolGuid so the number of CPUs is known by mdkinney · 15 years ago
- f5501a6 Change RegisterProtocolNotify for dependent protocols to [Depex] expression by mdkinney · 15 years ago
- 09163a4 Fix build breaks by mdkinney · 15 years ago
- 0e047a2 Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above legacy free platform. by niruiyu · 15 years ago
- 450ec0e Correct the table's version according to PI/UEFI spec. by klu2 · 15 years ago
- c39c3e2 add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport. by niruiyu · 15 years ago
- c943ee0 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in DUET platform. by niruiyu · 15 years ago
- d5505a2 Make the passed in string not require \n by andrewfish · 15 years ago
- b2a73e2 Adding a command to show how symbols work in EFI by andrewfish · 15 years ago
- 37b91c4 Clean up some externs by andrewfish · 15 years ago
- 23cb7cb Make build script exit on build error by andrewfish · 15 years ago
- fea3a3a Fix typo by andrewfish · 15 years ago
- 98bc0c8 Sync gcc with armasm. update some memory barriers. by andrewfish · 15 years ago
- 752d258 Update gcc flags to armv7 by andrewfish · 15 years ago
- 1a27eb4 Hack in some DSB, ISB syncronization primatives. Need to do it a little cleaner. by andrewfish · 15 years ago
- 5dea9bd Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation of the ARMv7 processor architecture. by andrewfish · 15 years ago
- 3cfc857 Fix case bug. by andrewfish · 15 years ago
- 3351d21 Cleanup HOB DEBUG prints by andrewfish · 15 years ago
- eea5553 Update to pass up Decompress, and PECOFF code from SEC to DXE Core. Turn on USB, even though it does not currently work. by andrewfish · 15 years ago
- 65e2744 Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandler lib inc the PC past the faulting instruction to aid debug. Update LR in Exception hanlder, so return address can get updated properly. by andrewfish · 15 years ago