summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-23Update the copyright notice formathhtian2-4/+4
2010-04-23Update the copyright notice formathhtian18-41/+41
2010-04-23Update the copyright notice formathhtian5-12/+12
2010-04-22Remove DataHub PCD references.andrewfish1-2/+0
2010-04-22Add the correct check for the return value before use them.lgao43-1/+3
2010-04-22Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI...lgao42-4/+0
2010-04-22Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI...lgao45-7/+0
2010-04-22Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI...lgao42-4/+0
2010-04-221. Remove DataHubGen drive, which is replaced by SmbiosGen.lgao47-568/+0
2010-04-21Fixup Embedded Package PCD namesandrewfish1-2/+3
2010-04-21Clean up using FIQ as ctrl-c checker so you can break in from the debugger.andrewfish4-25/+54
2010-04-21Cleanup name issues with PCD entries.andrewfish5-9/+9
2010-04-21Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS andrewfish47-2/+3962
2010-04-21Change to a NEON compatible CPU Arch (ARMv7 is NEON optional) and add perform...andrewfish3-11/+119
2010-04-21Enable NEON (SIMD instructions) via coprocessor register so CopyMem/SetMem ca...andrewfish2-0/+15
2010-04-21Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu1-7/+7
2010-04-21Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu1-1/+1
2010-04-21Add an IO Lib instance based on CPU IO2 Protocol.rsun36-0/+3465
2010-04-19Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShift...erictian1-4/+4
2010-04-19Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShift...erictian1-3/+3
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2-0/+6
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a35-7/+94
2010-04-16Fixed GCC 4.4 build issue. All protocols and public interfaces must specify ...geekboy15a1-2/+2
2010-04-16Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to corr...geekboy15a1-1/+1
2010-04-16Fixed GCC 4.4 build issue. Also fixed issue where upper 32-bits may be lost ...geekboy15a2-3/+4
2010-04-15Fix format of Copyright notice to conform to legal requirements.darylm5034-67/+66
2010-04-14Checked in some things from my working copy that break the build. Remove the ...andrewfish1-13/+1
2010-04-14Add a PE/COFF extra action lib that DEBUG prints the debugger command to load...andrewfish6-109/+187
2010-04-14DebugAgentTimerLib cleanupandrewfish2-6/+14
2010-04-14Fix minor coding style issue.qhuang81-3/+3
2010-04-13Fix stray info in checkinandrewfish1-4/+1
2010-04-13Make sure FIQ debugger stuff can work.andrewfish3-2/+11
2010-04-13Try out performance infrastructureandrewfish1-9/+9
2010-04-13Add supported for performance libraries.andrewfish5-0/+74
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish8-46/+141
2010-04-13Fix Beagle references without using svn mv.andrewfish6-208/+0
2010-04-13Partial checkin to fix Beagle referencesandrewfish2-11/+5
2010-04-13Partial checkin fixing Beagle referencesandrewfish1-1/+0
2010-04-13Cleaning up thing Beagle in Omap35xx. Partial checkin as I'm getting errors o...andrewfish5-211/+1
2010-04-13Fix build break. Was fixing Beagle names in Omap35xx package and missed a few.andrewfish4-10/+10
2010-04-12Fix ICC build failure.niruiyu1-3/+6
2010-04-12Refine the file/function comments to follow doxygen formatklu215-991/+1832
2010-04-12Correct data conversion from pointer to integer.lgao41-2/+2
2010-04-12Add the blank line at the end of file to pass ICC compiler. lgao41-1/+1
2010-04-12Add the missing MemoryTest driver to let memory above 4G be discovered in She...niruiyu1-0/+1
2010-04-091. Add the missing function headers. lgao41-9/+13
2010-04-09Update DevicePath.h to add the UART_FLOW_CONTROL_HARDWARE and UART_FLOW_CONTR...niruiyu1-0/+3
2010-04-09UnixSerialIo driver was changed to produce the flow control device path node ...niruiyu3-65/+235
2010-04-09Nt32SerialIo driver was changed to produce the flow control device path node ...niruiyu3-55/+214
2010-04-091. IsaSerialIo driver was changed to produce the flow control device path nod...niruiyu4-114/+321