- 2d08d17 BeagleBoardPkg: Ensure there is no pending IRQ and disable timer by oliviermartin · 13 years ago
- 570d030 Omap35xxPkg/Omap35xxTimerLib: Create a TimerConstructor in the TimerLib by oliviermartin · 13 years ago
- d326412 Omap35xxPkg/InterruptDxe: Fix dependency chain with the Arch Cpu Dxe by oliviermartin · 13 years ago
- 5d23922 Remove tabs. by andrewfish · 14 years ago
- 81bc205 Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abstractions and make OMAP DMA lib about channel programming only. by andrewfish · 15 years ago
- 076c050 Set the default compilers arch flags for these packages by andrewfish · 15 years ago
- 8e7c9e0 Fix line ending issue. Update DMA Map primatives to double buffer if buffer does not start on cache line boundary. If buffer is not a multiple of a cache line only whole cache lines will be allowed in the buffer. This is part of the MAP API. by andrewfish · 15 years ago
- d744b79 Add a little more code for SD Card DMA, but make sure it is turned off until it is debugged. by andrewfish · 15 years ago
- 23d3998 Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can link debugger into DXE core directly so you don't need a debug support. Also we are going to FIQ for debugger ctrl-c break in, so no need to hook the timer infrastructure. by andrewfish · 15 years ago
- 9f6b977 Add PCD setting for Timer, default is 10 times a second. You need the timer to detect a media change event. Also coded up DMA, but have not debugged it yet and it is not turned on. by andrewfish · 15 years ago
- 7f814ff Add a DMA lib for the OMAP. It is a combination of PCI IO (generic ARM) DMA functions and OMAP specific DMA config routines. Update PCI emulation driver to use the new library. Started converting MMCHS (SD Card) driver over to using DMA, still a work in progress. Need to verify the 22 parameters required to setup a DMA transfer. by andrewfish · 15 years ago
- 2b649f7 Program SD Cards into 4-bit mode (support for this is required in the spec). This gives a 20+% performance increase in load time of an 8MB image. by andrewfish · 15 years ago
- 20f461c Adding more DMA #defines to backup all the typing. by andrewfish · 15 years ago
- ef0f565 Add a .h file for Omap3530 DMA engine. So far just register addresses by andrewfish · 15 years ago
- 8c6151f Updated MMC/SD Card driver to support hot add and remove of the media (SD Cards) and enable write protect of SD Cards. Had to update pads for WP bit as it was not being programmed as a GPIO. I also changed some of the PAD #defins as there were only really 3 states, so OR things in the table in the .c file did not make a lot of sense. by andrewfish · 15 years ago
- 3d70643 Update the copyright notice format by hhtian · 15 years ago
- a46c3d4 Remove debug #ifdef in USB HC init by andrewfish · 15 years ago
- 55bff42 Cleanup name issues with PCD entries. by andrewfish · 15 years ago
- 9e4f210 DebugAgentTimerLib cleanup by andrewfish · 15 years ago
- e9fc14b Make sure FIQ debugger stuff can work. by andrewfish · 15 years ago
- 382127f Fix Beagle references without using svn mv. by andrewfish · 15 years ago
- 801ee6c Partial checkin to fix Beagle references by andrewfish · 15 years ago
- d70b881 Partial checkin fixing Beagle references by andrewfish · 15 years ago
- 4326328 Added DebugAgentTimerLib. Cleaned up .h files and other code. by andrewfish · 15 years ago
- 44a8883 Fix typo that causes a hang. by andrewfish · 15 years ago
- c0bd010 Updating the USB subsystem init done in PciEmulation so we can use the standard EHCI driver. by andrewfish · 15 years ago
- 51866b5 Update USB init code to do a softreset. by andrewfish · 15 years ago
- 41d4780 Make these drivers more compatible with a projected Debug Agent Library implementation. by andrewfish · 15 years ago
- 753816a Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. Remove bogus PCD by andrewfish · 15 years ago
- a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
- 026c3d3 Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Instruction syncronization barrier support to the ARM lib. by andrewfish · 15 years ago
- 5dea9bd Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation of the ARMv7 processor architecture. by andrewfish · 15 years ago
- 026e30c Cleanup SerailIO drivers to have a device path and use PCD settings for various stuff. Also clean up a few coding convention items. by andrewfish · 15 years ago
- a3f9864 Moving OMAP 3530 code out of BeagleBoard package into its own package by andrewfish · 15 years ago