summaryrefslogtreecommitdiffstats
path: root/BeagleBoardPkg
Commit message (Expand)AuthorAgeFilesLines
* Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS andrewfish2010-04-215-2/+23
* Change to a NEON compatible CPU Arch (ARMv7 is NEON optional) and add perform...andrewfish2010-04-213-11/+119
* Enable NEON (SIMD instructions) via coprocessor register so CopyMem/SetMem ca...andrewfish2010-04-212-0/+15
* Checked in some things from my working copy that break the build. Remove the ...andrewfish2010-04-141-13/+1
* Add a PE/COFF extra action lib that DEBUG prints the debugger command to load...andrewfish2010-04-144-109/+26
* Fix stray info in checkinandrewfish2010-04-131-4/+1
* Try out performance infrastructureandrewfish2010-04-131-9/+9
* Cleaning up thing Beagle in Omap35xx. Partial checkin as I'm getting errors o...andrewfish2010-04-135-211/+1
* Fix build break. Was fixing Beagle names in Omap35xx package and missed a few.andrewfish2010-04-134-10/+10
* Sync up ARMASM and GCC versionandrewfish2010-03-172-3/+12
* Add a build script for code socery gcc.andrewfish2010-03-171-0/+68
* Update to use DEBUG/RELEASE properly in DSC now tools have been fixed. Add Ve...andrewfish2010-03-052-6/+8
* Remove dead file, and update startup code to null out vector table.andrewfish2010-03-053-71/+17
* Update to use new $() formandrewfish2010-03-051-3/+3
* Turn of USB legacy support in EHCI driver as it is not needed.andrewfish2010-03-041-3/+1
* Sync with ARMASM version.andrewfish2010-03-041-31/+3
* Remove unneeded space in sym output to make sure the output is RVD compatible.andrewfish2010-03-021-8/+12
* Make script less verboseandrewfish2010-03-021-2/+2
* Fix build break caused by adding DebugAgentLib to the DXE Core. andrewfish2010-02-281-0/+1
* Update comment in dsc file to explain NULL library class.andrewfish2010-02-251-0/+5
* Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. R...andrewfish2010-02-254-7/+13
* Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten2010-02-258-0/+0
* Fix line endingsandrewfish2010-02-241-27/+28
* Update comments to define where stuff comes fromandrewfish2010-02-231-1/+8
* 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
* Make build script exit on build errorandrewfish2010-02-191-0/+2
* Update gcc flags to armv7andrewfish2010-02-191-3/+3
* Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish2010-02-181-3/+3
* Update to pass up Decompress, and PECOFF code from SEC to DXE Core. Turn on U...andrewfish2010-02-172-9/+9
* Cleanup SerailIO drivers to have a device path and use PCD settings for vario...andrewfish2010-02-153-34/+34
* Remove dead command and clean up some coding style stuff.andrewfish2010-02-101-2/+2
* Update so Windows build works like Cygwin buidandrewfish2010-02-053-13/+39
* Update input of disasmembler to support IfThen construct. Add prototype dos s...andrewfish2010-02-055-34/+242
* Fix some disasm issuesandrewfish2010-02-021-5/+7
* Move ARM disassembler into a library and out of the exception handler. Add a ...andrewfish2010-02-012-5/+24
* Move ARM disassembler into a library.andrewfish2010-02-011-0/+1
* Added new file.andrewfish2010-01-311-0/+103
* Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently...andrewfish2010-01-315-8/+24
* Remove obsolete comment and drive --thumb from here.andrewfish2010-01-301-5/+1
* Changed name of Metronome driver.andrewfish2010-01-302-6/+5
* Fixup RELEASE build to use some NULL libsandrewfish2010-01-302-2/+5
* Fix bug in script for relase ROMandrewfish2010-01-291-2/+8
* Add support for a RELASE buildandrewfish2010-01-284-17/+23
* Missed a libraryandrewfish2010-01-282-0/+214
* Remove items moved to OMAP350 Packageandrewfish2010-01-2848-6933/+27
* Added a library for the default exception handler and started to add a dissas...andrewfish2010-01-277-26/+60
* Fix RVCT compiler warnings, and a bug in the GdbStubAJFISH2010-01-174-7/+1
* Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH2010-01-171-6/+1
* Update scripts to point to edk2 BaseTools now fixes have been checked inAJFISH2010-01-151-2/+2