summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s/ata-imx31.c
AgeCommit message (Expand)Author
2009-03-22imx31: Rename clkctl-imx31.* to ccm-imx31.* and move up from ...imx31/gigabea...Michael Sevakis
2009-03-22imx31/mc13783: Do some housekeeping with register macros, function names and ...Michael Sevakis
2009-03-12Gigabeat S: Implement MDMA and UDMA disk access for bootloader and main binar...Michael Sevakis
2009-03-02imx31 ATA: Correct a register #define error (due to error in user's manual). ...Michael Sevakis
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-08Remove an unneeded #include and a lone "#" on a line (it's early).Michael Sevakis
2008-05-08Gigabeat S: Add ATA/IDE power management. Fix parameter order of regmod32 as ...Michael Sevakis
2008-05-06Gigabeat S: Make sure ATA interface is idle before a reset.Michael Sevakis
2008-05-05Gigabeat S: Do the controller timing settings a more cleanly.Michael Sevakis
2008-05-05Mind repeat calls to ata_device_init.Michael Sevakis
2008-05-05Don't need the extra idle check.Michael Sevakis
2008-05-05Gigabeat S: Use the fastest PIO mode the installed drive allows instead of al...Michael Sevakis
2008-02-17Give the Gigabeat S bootloader the ability to untar a tarball.Nicolas Pennequin
2008-02-08Gigabeat S: Get boot to go a little father.Michael Sevakis
2008-02-05Oops. On a roll...that shouldn't have been committed.Michael Sevakis
2008-02-05gigabeatS: Fix the timer startup oddness. Seems it likes the interrupt clear ...Michael Sevakis
2007-12-23Gigabeat S now uses the shared ARM MMU code rather than the (mostly duplicate...Will Robertson
2007-09-21Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.Will Robertson