Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
firmware
/
target
/
coldfire
/
crt0.S
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
769fcbd
More iAudio M3 work. Bootloader compiles, but doesn't work yet.
by Jens Arnold
· 17 years ago
41c1f17
Fix a few comments.
by Jens Arnold
· 17 years ago
3674af6
Coldfire: Partially revert buffered writes, and enable them explicitly for the LCD only. Turned out that with buffered writes enabled, reads after writes are not always serialized, which is a bad thing for I/O. Buffered writes to the LCD are safe because that's write-only. Fixes FS #7985. How come I didn't notice this earlier? :>
by Jens Arnold
· 17 years ago
b85b6be
Coldfire targets: enable buffered writes by default. Speeds up all sorts of I/O that writes to ports: LCD update (except the functions using DMA on H300), ATA writes, .... Some timings had to be adjusted for the new configuration.
by Jens Arnold
· 17 years ago
1083de8
CONFIG_USBOTG fixes
by Jonathan Gordon
· 18 years ago
0ea4d31
Prepare core support for the iriver bootloader supporting ROM images
by Miika Pekkarinen
· 18 years ago
81f76f2
Fix some comments, and make code consistent with comments (CSMR2 was set to 1M instead of 64K).
by Jens Arnold
· 18 years ago
41997d3
Clean up crt0.S and move it to the target tree
by Daniel Ankers
· 18 years ago