summaryrefslogtreecommitdiff
path: root/Omap35xxPkg
AgeCommit message (Expand)AuthorFilesLines
2013-03-12EmbeddedPkg: Introduced a separate SerialPortExtLib libraryoliviermartin2-57/+2
2013-01-25ARM Packages: Fixed line endingsoliviermartin46-8231/+8231
2012-09-28EmbeddedPkg: Introduced 'SerialPortExtLib.h'oliviermartin2-0/+56
2012-09-27Omap35xxPkg/Flash: Fixed 'NandStatus may be used before being set'oliviermartin1-0/+2
2012-09-27ARM Packages: Minor typo, mispellings and coding style changesoliviermartin1-1/+1
2012-04-12EDK II Packages: Added License.txt filesoliviermartin1-0/+26
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten1-0/+188
2012-03-15ARM Packages: Added the NULL implementation of CpuExceptionHandlerLiboliviermartin1-0/+1
2011-12-05BeagleBoard: Fix buildoliviermartin1-2/+2
2011-09-22BeagleBoardPkg: Add Display Driver support to the BeagleBoardoliviermartin4-0/+1057
2011-09-22BeagleBoardPkg: Set paddings following the BeagleBoard revision (A, B, xM, etc)oliviermartin2-0/+16
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2-4/+1
2011-09-01EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol functionoliviermartin1-14/+21
2011-09-01Omap35xxPkg/MmcHostDxe: Clean code to respect EDK2 coding conventionoliviermartin1-83/+86
2011-08-18Omap35xxPkg/Library/RealTimeClockLib: Add RTC Supportoliviermartin6-3/+1112
2011-08-18Omap35xxPkg/MMCHSDxe: Fixed initialization when started from gBS->ConnectCont...oliviermartin1-6/+1
2011-08-15Omap35xxPkg: Turn on the power for the USB Huboliviermartin2-11/+28
2011-07-20BeagleBoardPkg: Ensure there is no pending IRQ and disable timeroliviermartin1-0/+3
2011-07-06Omap35xxPkg/Omap35xxTimerLib: Create a TimerConstructor in the TimerLiboliviermartin1-1/+32
2011-07-04Omap35xxPkg/InterruptDxe: Fix dependency chain with the Arch Cpu Dxeoliviermartin2-38/+17
2011-02-02Remove tabs.andrewfish1-120/+239
2010-05-29Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abst...andrewfish8-364/+11
2010-05-28Set the default compilers arch flags for these packagesandrewfish1-0/+3
2010-05-28Fix line ending issue. Update DMA Map primatives to double buffer if buffer d...andrewfish2-179/+223
2010-05-28Add a little more code for SD Card DMA, but make sure it is turned off until...andrewfish1-1/+37
2010-05-18Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can ...andrewfish2-43/+11
2010-05-11Add PCD setting for Timer, default is 10 times a second. You need the timer t...andrewfish6-55/+119
2010-05-08Add a DMA lib for the OMAP. It is a combination of PCI IO (generic ARM) DMA f...andrewfish14-179/+841
2010-05-04Program SD Cards into 4-bit mode (support for this is required in the spec). ...andrewfish3-3/+24
2010-04-30Adding more DMA #defines to backup all the typing.andrewfish1-0/+69
2010-04-30Add a .h file for Omap3530 DMA engine. So far just register addressesandrewfish2-0/+36
2010-04-30Updated MMC/SD Card driver to support hot add and remove of the media (SD Car...andrewfish4-218/+422
2010-04-29Update the copyright notice formathhtian49-111/+97
2010-04-27Remove debug #ifdef in USB HC initandrewfish1-56/+6
2010-04-21Cleanup name issues with PCD entries.andrewfish5-9/+9
2010-04-14DebugAgentTimerLib cleanupandrewfish2-6/+14
2010-04-13Make sure FIQ debugger stuff can work.andrewfish2-1/+10
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-03Added DebugAgentTimerLib. Cleaned up .h files and other code.andrewfish35-308/+558
2010-03-07Fix typo that causes a hang.andrewfish1-1/+1
2010-03-07Updating the USB subsystem init done in PciEmulation so we can use the standa...andrewfish3-34/+45
2010-03-05Update USB init code to do a softreset.andrewfish2-0/+7
2010-03-05Make these drivers more compatible with a projected Debug Agent Library imple...andrewfish1-1/+1
2010-02-25Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. R...andrewfish2-2/+0
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten4-0/+0
2010-02-24Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish3-146/+39
2010-02-18Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish1-3/+3
2010-02-15Cleanup SerailIO drivers to have a device path and use PCD settings for vario...andrewfish6-210/+368