summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-24Move ARMv5 (ARM9) barrier instructions into assembler filesandrewfish4-51/+37
2010-02-24Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish10-147/+187
2010-02-24Fix line endingsandrewfish1-27/+28
2010-02-24Add support for capsule above 4G.xli241-1/+16
2010-02-24roll back changing on save and restore interrupt status, it needn't doing.vanjeff1-12/+0
2010-02-24roll back changing on save and restore interrupt status, it needn't doing.vanjeff1-11/+0
2010-02-24Minor comment fix.rsun31-0/+2
2010-02-24Avoid shadowing PE image read function on IPFjgong51-1/+1
2010-02-24Remove <b></b> from File header.lgao41-1/+1
2010-02-24fixed the bug in .S file to make the EBC driver work for UNIXGCC build.jchen201-7/+7
2010-02-24Correct Copyright year formatlgao41-1/+1
2010-02-24Correct Copyright year formatlgao41-1/+1
2010-02-241. Correct File header to ## @filelgao4259-1034/+1037
2010-02-231. Correct File header to ## @filelgao4114-454/+456
2010-02-231. Correct File header to ## @filelgao44-12/+12
2010-02-23Update comments to define where stuff comes fromandrewfish1-1/+8
2010-02-23Fix commentmdkinney1-2/+1
2010-02-23Driver health entry in device manager page is not totally hidden, the origina...li-elvin2-16/+17
2010-02-23Disable interrupt when changing IDTR register.klu25-5/+20
2010-02-23Temporarily remove the C implementation of some GCC assembly files in MdePkg....qhuang88-4020/+2
2010-02-23Enhance UpdateCapsule () to support calling multiple times.li-elvin2-12/+40
2010-02-23enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() an...vanjeff2-4/+22
2010-02-22OVMF: Update README filejljusten1-4/+8
2010-02-221. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao43-4/+27
2010-02-22TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow U...niruiyu1-1/+1
2010-02-22Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Due...niruiyu3-2/+43
2010-02-22Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong52-7/+47
2010-02-21Add [depex] on gEfiMpServiceProtocolGuid so the number of CPUs is knownmdkinney2-4/+22
2010-02-21Change RegisterProtocolNotify for dependent protocols to [Depex] expressionmdkinney3-380/+162
2010-02-21Fix build breaksmdkinney4-300/+146
2010-02-21Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above le...niruiyu8-175/+484
2010-02-21Correct the table's version according to PI/UEFI spec.klu23-6/+6
2010-02-20add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.niruiyu2-2/+3
2010-02-20gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in D...niruiyu1-0/+3
2010-02-20Make the passed in string not require \nandrewfish1-1/+2
2010-02-19Adding a command to show how symbols work in EFIandrewfish2-5/+81
2010-02-19Clean up some externsandrewfish2-1/+3
2010-02-19Make build script exit on build errorandrewfish1-0/+2
2010-02-19Fix typoandrewfish1-2/+2
2010-02-19Sync gcc with armasm. update some memory barriers.andrewfish10-153/+570
2010-02-19Update gcc flags to armv7andrewfish1-3/+3
2010-02-18Hack in some DSB, ISB syncronization primatives. Need to do it a little cleaner.andrewfish5-5/+307
2010-02-18Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish10-32/+32
2010-02-17Fix case bug.andrewfish1-1/+1
2010-02-17Cleanup HOB DEBUG printsandrewfish1-2/+2
2010-02-17Update to pass up Decompress, and PECOFF code from SEC to DXE Core. Turn on U...andrewfish2-9/+9
2010-02-16Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish5-8/+13
2010-02-16Fix typo in mfill commandandrewfish1-2/+2
2010-02-161) Fix build issuesmdkinney3-111/+128
2010-02-16Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2-50/+39