summaryrefslogtreecommitdiffstats
path: root/BeagleBoardPkg
Commit message (Expand)AuthorAgeFilesLines
...
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-111-0/+188
* ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin2012-03-261-15/+0
* ARM Packages: Added the NULL implementation of CpuExceptionHandlerLiboliviermartin2012-03-151-0/+1
* BeagleBaordPkg: Removed out of date comment in FDF file about USB stackoliviermartin2012-01-111-2/+0
* BeagleBoard: Support bash script when 'set -u'oliviermartin2011-12-291-4/+4
* BeagleBoard: Allow to overwrite the default toolchainoliviermartin2011-12-291-6/+9
* BeagleBoardPkg: Check if the compiler arm-linux-gnueabi-gcc is present in the...oliviermartin2011-11-081-2/+5
* BeagleBoard: Clean DSC and FDF filesoliviermartin2011-11-012-3/+9
* BeagleBoardPkg: Fix buildoliviermartin2011-09-291-1/+1
* BeagleBoardPkg: Replaced the original DSC/FDF files by their new versions tha...oliviermartin2011-09-285-1248/+324
* BeagleBoardPkg: Removed 'SimpleTextInOutSerial' driveroliviermartin2011-09-282-296/+294
* ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin2011-09-278-56/+18
* BeagleBoardPkg: The FDF file does not reserve any more the area for the OMAP3...oliviermartin2011-09-224-32/+9
* BeagleBoardPkg: Add Display Driver support to the BeagleBoardoliviermartin2011-09-224-8/+46
* BeagleBoardPkg: Set paddings following the BeagleBoard revision (A, B, xM, etc)oliviermartin2011-09-223-20/+100
* ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLiboliviermartin2011-09-221-0/+1
* ArmPlatformPkg/PrePi: Removed the dependency on 'PcdCPUCoresNonSecStackBase'oliviermartin2011-09-221-5/+1
* ARM Packages: Rename PcdNormal* into Pcd* PCDsoliviermartin2011-09-222-5/+5
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-223-983/+983
* Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac...oliviermartin2011-09-062-32/+32
* BeagleBoardPkg: Use gArmTokenSpaceGuid.PcdSystemMemoryBase/Size to define Sys...oliviermartin2011-08-181-3/+5
* Omap35xxPkg/Library/RealTimeClockLib: Add RTC Supportoliviermartin2011-08-182-7/+6
* BeagleBoardPkg: Ensure there is no pending IRQ and disable timeroliviermartin2011-07-202-2/+12
* BeagleBoardPkg: Renamed ArmPlatform.h into BeagleBoard.holiviermartin2011-07-062-2/+2
* BeagleBoardPkg: Implement ArmPlatformLib and the ARM PCDs to reuse ARM common...oliviermartin2011-07-0611-0/+1857
* BeagleBoard: Update documentationoliviermartin2011-07-061-9/+76
* BeagleBoardPkg: Introduce macro EDK2_SECOND_STAGE_BOOTOLADERoliviermartin2011-07-061-1/+4
* BeagleBoardPkg: Fix buildoliviermartin2011-07-043-9/+39
* EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the fun...oliviermartin2011-06-111-1/+1
* BeagleBoardPkg: Fix buildoliviermartin2011-03-311-0/+1
* Make the default toolchain for Linux CodeSourcery. andrewfish2011-02-031-1/+1
* Update to match changes in the ArmPkg.andrewfish2011-02-021-2/+1
* Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish2010-12-152-1/+9
* Move away from 0x40 block size (worked around a DXE core bug assuming the FV ...andrewfish2010-12-081-4/+4
* Older tools rounded down the size of the FV, and the new tools round up. Our ...andrewfish2010-12-071-1/+1
* Update example symbol command to dump out gdb load commands if you compile wi...andrewfish2010-09-081-3/+13
* Add a temp BasePeCoffLib that deals with MOVT instruction. At this point we d...andrewfish2010-07-311-1/+5
* Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in ...andrewfish2010-07-231-1/+5
* Fix the build break in two open source packages caused by check in 10660.andrewfish2010-07-231-1/+1
* Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abst...andrewfish2010-05-291-0/+1
* Set the default compilers arch flags for these packagesandrewfish2010-05-281-0/+4
* Remove references to a package that does not exist.andrewfish2010-05-272-19/+3
* Fix grammer in commentandrewfish2010-05-183-11/+26
* Add in OmapDmaLib instance.andrewfish2010-05-081-1/+2
* Add ReadyToBoot signal to BDS.andrewfish2010-04-301-0/+2
* Updated MMC/SD Card driver to support hot add and remove of the media (SD Car...andrewfish2010-04-301-238/+238
* Update the copyright notice formathhtian2010-04-2936-72/+71
* 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