- 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
- 6e8b37f ArmPlatformPkg: PCI emulation - Define a vendor and device id by Ronald Cron · 10 years ago
- 8a8641b ArmPlatformPkg: Make PCI emulation more compliant with the UEFI spec by Ronald Cron · 10 years ago
- 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
- 91c38d4 ARM Packages: Replace tabs by spaces for indentation by Ronald Cron · 10 years ago
- fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
- 3402aac ARM Packages: Removed trailing spaces by Ronald Cron · 10 years ago
- b0fdce9 ARM Packages: Fixed missing braces (the warning was disabled by GCC) by Olivier Martin · 11 years ago
- e6f3ed4 ARM Packages: CRLF fixup by Leif Lindholm · 11 years ago
- d38c35f EmbeddedPkg: Introduced a separate SerialPortExtLib library by oliviermartin · 12 years ago
- 1e57a46 ARM Packages: Fixed line endings by oliviermartin · 12 years ago
- 7d49ced EmbeddedPkg: Introduced 'SerialPortExtLib.h' by oliviermartin · 12 years ago
- bedf36d Omap35xxPkg/Flash: Fixed 'NandStatus may be used before being set' by oliviermartin · 12 years ago
- b34e4db ARM Packages: Minor typo, mispellings and coding style changes by oliviermartin · 12 years ago
- 84cf376 EDK II Packages: Added License.txt files by oliviermartin · 13 years ago
- ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
- 793ae6e ARM Packages: Added the NULL implementation of CpuExceptionHandlerLib by oliviermartin · 13 years ago
- effcb07 BeagleBoard: Fix build by oliviermartin · 13 years ago
- 3d15d6c BeagleBoardPkg: Add Display Driver support to the BeagleBoard by oliviermartin · 13 years ago
- efe5f1a BeagleBoardPkg: Set paddings following the BeagleBoard revision (A, B, xM, etc) by oliviermartin · 13 years ago
- 11c20f4 Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention by oliviermartin · 13 years ago
- 16d88c2 EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol function by oliviermartin · 13 years ago
- 66f47f9 Omap35xxPkg/MmcHostDxe: Clean code to respect EDK2 coding convention by oliviermartin · 13 years ago
- 5ec65e9 Omap35xxPkg/Library/RealTimeClockLib: Add RTC Support by oliviermartin · 13 years ago
- ddff87b Omap35xxPkg/MMCHSDxe: Fixed initialization when started from gBS->ConnectController() by oliviermartin · 13 years ago
- 6b73be8 Omap35xxPkg: Turn on the power for the USB Hub by oliviermartin · 13 years ago
- 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