summaryrefslogtreecommitdiff
path: root/BeagleBoardPkg
AgeCommit message (Expand)AuthorFilesLines
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish2-1/+9
2010-12-08Move away from 0x40 block size (worked around a DXE core bug assuming the FV ...andrewfish1-4/+4
2010-12-07Older tools rounded down the size of the FV, and the new tools round up. Our ...andrewfish1-1/+1
2010-09-08Update example symbol command to dump out gdb load commands if you compile wi...andrewfish1-3/+13
2010-07-31Add a temp BasePeCoffLib that deals with MOVT instruction. At this point we d...andrewfish1-1/+5
2010-07-23Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in ...andrewfish1-1/+5
2010-07-23Fix the build break in two open source packages caused by check in 10660.andrewfish1-1/+1
2010-05-29Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abst...andrewfish1-0/+1
2010-05-28Set the default compilers arch flags for these packagesandrewfish1-0/+4
2010-05-27Remove references to a package that does not exist.andrewfish2-19/+3
2010-05-18Fix grammer in commentandrewfish3-11/+26
2010-05-08Add in OmapDmaLib instance.andrewfish1-1/+2
2010-04-30Add ReadyToBoot signal to BDS.andrewfish1-0/+2
2010-04-30Updated MMC/SD Card driver to support hot add and remove of the media (SD Car...andrewfish1-238/+238
2010-04-29Update the copyright notice formathhtian36-72/+71
2010-04-21Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS andrewfish5-2/+23
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-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...andrewfish4-109/+26
2010-04-13Fix stray info in checkinandrewfish1-4/+1
2010-04-13Try out performance infrastructureandrewfish1-9/+9
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-03-17Sync up ARMASM and GCC versionandrewfish2-3/+12
2010-03-17Add a build script for code socery gcc.andrewfish1-0/+68
2010-03-05Update to use DEBUG/RELEASE properly in DSC now tools have been fixed. Add Ve...andrewfish2-6/+8
2010-03-05Remove dead file, and update startup code to null out vector table.andrewfish3-71/+17
2010-03-05Update to use new $() formandrewfish1-3/+3
2010-03-04Turn of USB legacy support in EHCI driver as it is not needed.andrewfish1-3/+1
2010-03-04Sync with ARMASM version.andrewfish1-31/+3
2010-03-02Remove unneeded space in sym output to make sure the output is RVD compatible.andrewfish1-8/+12
2010-03-02Make script less verboseandrewfish1-2/+2
2010-02-28Fix build break caused by adding DebugAgentLib to the DXE Core. andrewfish1-0/+1
2010-02-25Update comment in dsc file to explain NULL library class.andrewfish1-0/+5
2010-02-25Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. R...andrewfish4-7/+13
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten8-0/+0
2010-02-24Fix line endingsandrewfish1-27/+28
2010-02-23Update comments to define where stuff comes fromandrewfish1-1/+8
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-19Make build script exit on build errorandrewfish1-0/+2
2010-02-19Update gcc flags to armv7andrewfish1-3/+3
2010-02-18Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish1-3/+3
2010-02-17Update to pass up Decompress, and PECOFF code from SEC to DXE Core. Turn on U...andrewfish2-9/+9
2010-02-15Cleanup SerailIO drivers to have a device path and use PCD settings for vario...andrewfish3-34/+34
2010-02-10Remove dead command and clean up some coding style stuff.andrewfish1-2/+2
2010-02-05Update so Windows build works like Cygwin buidandrewfish3-13/+39
2010-02-05Update input of disasmembler to support IfThen construct. Add prototype dos s...andrewfish5-34/+242
2010-02-02Fix some disasm issuesandrewfish1-5/+7