summaryrefslogtreecommitdiffstats
path: root/Omap35xxPkg
Commit message (Expand)AuthorAgeFilesLines
* EmbeddedPkg: Introduced a separate SerialPortExtLib libraryoliviermartin2013-03-122-57/+2
* ARM Packages: Fixed line endingsoliviermartin2013-01-2546-8231/+8231
* EmbeddedPkg: Introduced 'SerialPortExtLib.h'oliviermartin2012-09-282-0/+56
* Omap35xxPkg/Flash: Fixed 'NandStatus may be used before being set'oliviermartin2012-09-271-0/+2
* ARM Packages: Minor typo, mispellings and coding style changesoliviermartin2012-09-271-1/+1
* EDK II Packages: Added License.txt filesoliviermartin2012-04-121-0/+26
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-111-0/+188
* ARM Packages: Added the NULL implementation of CpuExceptionHandlerLiboliviermartin2012-03-151-0/+1
* BeagleBoard: Fix buildoliviermartin2011-12-051-2/+2
* BeagleBoardPkg: Add Display Driver support to the BeagleBoardoliviermartin2011-09-224-0/+1057
* BeagleBoardPkg: Set paddings following the BeagleBoard revision (A, B, xM, etc)oliviermartin2011-09-222-0/+16
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-222-4/+1
* EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol functionoliviermartin2011-09-011-14/+21
* Omap35xxPkg/MmcHostDxe: Clean code to respect EDK2 coding conventionoliviermartin2011-09-011-83/+86
* Omap35xxPkg/Library/RealTimeClockLib: Add RTC Supportoliviermartin2011-08-186-3/+1112
* Omap35xxPkg/MMCHSDxe: Fixed initialization when started from gBS->ConnectCont...oliviermartin2011-08-181-6/+1
* Omap35xxPkg: Turn on the power for the USB Huboliviermartin2011-08-152-11/+28
* BeagleBoardPkg: Ensure there is no pending IRQ and disable timeroliviermartin2011-07-201-0/+3
* Omap35xxPkg/Omap35xxTimerLib: Create a TimerConstructor in the TimerLiboliviermartin2011-07-061-1/+32
* Omap35xxPkg/InterruptDxe: Fix dependency chain with the Arch Cpu Dxeoliviermartin2011-07-042-38/+17
* Remove tabs.andrewfish2011-02-021-120/+239
* Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abst...andrewfish2010-05-298-364/+11
* Set the default compilers arch flags for these packagesandrewfish2010-05-281-0/+3
* Fix line ending issue. Update DMA Map primatives to double buffer if buffer d...andrewfish2010-05-282-179/+223
* Add a little more code for SD Card DMA, but make sure it is turned off until...andrewfish2010-05-281-1/+37
* Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can ...andrewfish2010-05-182-43/+11
* Add PCD setting for Timer, default is 10 times a second. You need the timer t...andrewfish2010-05-116-55/+119
* Add a DMA lib for the OMAP. It is a combination of PCI IO (generic ARM) DMA f...andrewfish2010-05-0814-179/+841
* Program SD Cards into 4-bit mode (support for this is required in the spec). ...andrewfish2010-05-043-3/+24
* Adding more DMA #defines to backup all the typing.andrewfish2010-04-301-0/+69
* Add a .h file for Omap3530 DMA engine. So far just register addressesandrewfish2010-04-302-0/+36
* Updated MMC/SD Card driver to support hot add and remove of the media (SD Car...andrewfish2010-04-304-218/+422
* Update the copyright notice formathhtian2010-04-2949-111/+97
* Remove debug #ifdef in USB HC initandrewfish2010-04-271-56/+6
* Cleanup name issues with PCD entries.andrewfish2010-04-215-9/+9
* DebugAgentTimerLib cleanupandrewfish2010-04-142-6/+14
* Make sure FIQ debugger stuff can work.andrewfish2010-04-132-1/+10
* Fix Beagle references without using svn mv.andrewfish2010-04-136-208/+0
* Partial checkin to fix Beagle referencesandrewfish2010-04-132-11/+5
* Partial checkin fixing Beagle referencesandrewfish2010-04-131-1/+0
* Added DebugAgentTimerLib. Cleaned up .h files and other code.andrewfish2010-04-0335-308/+558
* Fix typo that causes a hang.andrewfish2010-03-071-1/+1
* Updating the USB subsystem init done in PciEmulation so we can use the standa...andrewfish2010-03-073-34/+45
* Update USB init code to do a softreset.andrewfish2010-03-052-0/+7
* Make these drivers more compatible with a projected Debug Agent Library imple...andrewfish2010-03-051-1/+1
* Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. R...andrewfish2010-02-252-2/+0
* Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten2010-02-254-0/+0
* Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish2010-02-243-146/+39
* Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish2010-02-181-3/+3
* Cleanup SerailIO drivers to have a device path and use PCD settings for vario...andrewfish2010-02-156-210/+368