summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-253-7/+0
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-2522-48/+0
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-254-7/+2
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-259-13/+1
* Add parameter checking for MP Services Protocol Thunk driver.xli242010-02-251-1/+8
* Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao42010-02-2510-99/+1022
* Add more check to avoid code enter into wrong state.lgao42010-02-257-14/+46
* Fix the bug that SMM Base Protocol.Communicate() does not work.rsun32010-02-253-30/+68
* Change DUET specific HOB structure to make all HOB 8-byte align to fix the PI...niruiyu2010-02-254-7/+7
* Add new HII FormMap Opcode supportlgao42010-02-253-4/+59
* Move ARMv5 (ARM9) barrier instructions into assembler filesandrewfish2010-02-244-51/+37
* Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish2010-02-2410-147/+187
* Fix line endingsandrewfish2010-02-241-27/+28
* Add support for capsule above 4G.xli242010-02-241-1/+16
* roll back changing on save and restore interrupt status, it needn't doing.vanjeff2010-02-241-12/+0
* roll back changing on save and restore interrupt status, it needn't doing.vanjeff2010-02-241-11/+0
* Minor comment fix.rsun32010-02-241-0/+2
* Avoid shadowing PE image read function on IPFjgong52010-02-241-1/+1
* Remove <b></b> from File header.lgao42010-02-241-1/+1
* fixed the bug in .S file to make the EBC driver work for UNIXGCC build.jchen202010-02-241-7/+7
* Correct Copyright year formatlgao42010-02-241-1/+1
* Correct Copyright year formatlgao42010-02-241-1/+1
* 1. Correct File header to ## @filelgao42010-02-24259-1034/+1037
* 1. Correct File header to ## @filelgao42010-02-23114-454/+456
* 1. Correct File header to ## @filelgao42010-02-234-12/+12
* Update comments to define where stuff comes fromandrewfish2010-02-231-1/+8
* Fix commentmdkinney2010-02-231-2/+1
* Driver health entry in device manager page is not totally hidden, the origina...li-elvin2010-02-232-16/+17
* Disable interrupt when changing IDTR register.klu22010-02-235-5/+20
* Temporarily remove the C implementation of some GCC assembly files in MdePkg....qhuang82010-02-238-4020/+2
* Enhance UpdateCapsule () to support calling multiple times.li-elvin2010-02-232-12/+40
* enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() an...vanjeff2010-02-232-4/+22
* OVMF: Update README filejljusten2010-02-221-4/+8
* 1. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao42010-02-223-4/+27
* TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow U...niruiyu2010-02-221-1/+1
* Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Due...niruiyu2010-02-223-2/+43
* Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong52010-02-222-7/+47
* Add [depex] on gEfiMpServiceProtocolGuid so the number of CPUs is knownmdkinney2010-02-212-4/+22
* Change RegisterProtocolNotify for dependent protocols to [Depex] expressionmdkinney2010-02-213-380/+162
* Fix build breaksmdkinney2010-02-214-300/+146
* Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above le...niruiyu2010-02-218-175/+484
* Correct the table's version according to PI/UEFI spec.klu22010-02-213-6/+6
* add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.niruiyu2010-02-202-2/+3
* gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in D...niruiyu2010-02-201-0/+3
* Make the passed in string not require \nandrewfish2010-02-201-1/+2
* Adding a command to show how symbols work in EFIandrewfish2010-02-192-5/+81
* Clean up some externsandrewfish2010-02-192-1/+3
* Make build script exit on build errorandrewfish2010-02-191-0/+2
* Fix typoandrewfish2010-02-191-2/+2
* Sync gcc with armasm. update some memory barriers.andrewfish2010-02-1910-153/+570