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