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
/
coldfire
Age
Commit message (
Expand
)
Author
2010-08-12
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...
Thomas Martitz
2010-08-08
HD200 - Use DMA transfers in lcd_update() and lcd_update_rect(). Gives 12-26%...
Marcin Bukat
2010-08-01
More minor const/static/include fixes.
Bertrik Sikken
2010-07-17
HD200: Add timeout in usb_enable(false) to prevent infinite loop when somethi...
Marcin Bukat
2010-07-16
HD200: Change move.w -> move.b in lcd-as-hd200.S when doing transfers to lcd ...
Marcin Bukat
2010-07-16
MPIO HD200 grey blitting: Use line reads for the pixel values as well. Almost...
Jens Arnold
2010-07-08
HD200 - calibrate battery indicator based on measurements and battery_benches
Marcin Bukat
2010-07-07
HD200 - fix misleading comment in system-hd200.c
Marcin Bukat
2010-07-06
HD200 - turn off charging IC by default
Marcin Bukat
2010-07-06
HD200 - Fix GPIO setup in button_init_device()- this change fixes sound outpu...
Marcin Bukat
2010-07-06
HD200 - more work on remote handling
Marcin Bukat
2010-07-03
HD200 - Increase ADC clock when boosted. Scan all 4 ADC channels during syste...
Marcin Bukat
2010-07-03
HD200 - add missed defines for remote buttons and remote_button_hold() functi...
Marcin Bukat
2010-07-03
HD200 - add support for remote in button_read_device()
Marcin Bukat
2010-07-02
HD200 - Setup codec as I2S master and enable recording
Marcin Bukat
2010-06-15
HD200 - use line transfers in lcd_grey_data. This gives ~25% speedup.
Marcin Bukat
2010-06-14
HD200 - make USB bridge handling more correct
Marcin Bukat
2010-06-11
Port greylib blitting optimisation to MPIO HD200. ISR speedup is ~10%; furthe...
Jens Arnold
2010-06-11
HD200 - clean up usb related functions
Marcin Bukat
2010-06-11
HD200 - power_init() rework based on latest power consumption measurements
Marcin Bukat
2010-06-11
HD200 - small cleanup in button_init_device()
Marcin Bukat
2010-06-08
HD200 - fix lcd power save command (not used currently)
Marcin Bukat
2010-06-05
New USB charging system, part 1 - API rework and user-visible setting update
Torne Wuff
2010-06-02
Threading: Split processor support code into respective target files. C files...
Michael Sevakis
2010-05-31
Smaller & faster greylib blitting on iriver H1x0 and iAudio M5, based on the ...
Jens Arnold
2010-05-24
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
2010-05-20
fix comments
Marcin Bukat
2010-05-20
HD200 - increase sligtly wait states for lcd. This removes clicks in playback...
Marcin Bukat
2010-05-20
HD200 - fix button readings afrer PLL settings change
Marcin Bukat
2010-05-20
HD200 - fix PLL settings. This fixes looong standing bug heavily affecting pe...
Marcin Bukat
2010-05-19
HD200 - lm339 response time is at best 300 ns so adcclk can not be too high
Marcin Bukat
2010-05-18
HD200 - change how adc is scanned (inspired by amiconn)
Marcin Bukat
2010-05-17
Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes.
Maurus Cuelenaere
2010-05-17
HD200 - use optimised read&write routines from ata-as-coldfire.S and drop hd2...
Marcin Bukat
2010-05-17
Integrate byte swap of ata word into ata-as-coldfire.S
Marcin Bukat
2010-05-17
HD200 - decrease wait states for lcd when boosted
Marcin Bukat
2010-05-17
HD200 minor lcd asm routines adjustments
Marcin Bukat
2010-05-12
PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...
Michael Sevakis
2010-05-12
Coldfire strlen, slight optimization pointed out by amiconn, eliminate some u...
Nils Wallménius
2010-05-11
Faster assembler strlen for coldfire using the load-a-whole-word-and-test-i-f...
Nils Wallménius
2010-05-11
HD200 - fix in asm optimised ATA reads&writes
Marcin Bukat
2010-05-10
HD200 - Disable asm optimised reads as it showed to be broken. Enable asm opt...
Marcin Bukat
2010-05-10
HD200 - Remove checks if driver is initialized. lcd_init_device() is always c...
Marcin Bukat
2010-05-10
HD200 - Reduce wait states when writing to lcd.
Marcin Bukat
2010-05-06
HD200 - fix stupid bug in lcd_grey_data
Marcin Bukat
2010-05-04
HD200 - fix random partition corruption on USB unplug (hopefully)
Marcin Bukat
2010-05-04
HD200 - move adc channel variable to iram as it is used in ISR
Marcin Bukat
2010-05-04
HD200 - fix backlight flashes during startup
Marcin Bukat
2010-05-02
Save a few instructions by better use of conditions.
Jens Arnold
2010-04-30
HD200 - implement blit functions
Marcin Bukat
[next]