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
/
s3c2440
Age
Commit message (
Expand
)
Author
2009-06-29
Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.h
Rafaël Carré
2009-06-29
Remove the TIMER_* macros and declare target-specific functions in timer.h
Rafaël Carré
2009-06-29
Remove int_prio argument from timer_register, and move the only use for it in...
Rafaël Carré
2009-06-29
Move SH7034 timer code in the target tree
Rafaël Carré
2009-06-29
Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...
Rafaël Carré
2009-05-21
Simplify some redundant boolean expressions
Bertrik Sikken
2009-05-21
Remove some unused declarations
Bertrik Sikken
2009-05-17
Fix duplicate #includes
Bertrik Sikken
2009-04-26
Remove the calls to backlight_lcd_sleep_countdown from target specific code a...
Thomas Martitz
2009-04-25
Rename _buttonlight_timeout and use a function call instead of extern'ing but...
Thomas Martitz
2009-04-21
Gigabeat FX: Use the bootsplash stored in flash when bootloader is started fr...
Karl Kurbjun
2009-04-21
Gigabeat FX: Small comment format change to MMU setup code
Karl Kurbjun
2009-03-17
Okay, this should be the last. I'm sorry for the trouble, but now everything ...
Thomas Martitz
2009-03-17
One more try: Fix remaining reds and yellows
Thomas Martitz
2009-03-17
Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...
Thomas Martitz
2009-03-17
Rework lcd_enabled and lcd_set/call_enable hook
Thomas Martitz
2009-03-03
GigabeatFX: Change the way that the LCD copy routine works: Do the copy and t...
Karl Kurbjun
2009-02-13
Meg F/X: Fix wrong address for cache flush at PCM start; it should be virtual...
Michael Sevakis
2009-02-11
Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is...
Michael Sevakis
2009-02-11
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...
Michael Sevakis
2009-01-12
Fix FS#9782 - lcd_bitmap_transparent_part clipping but keep smaller clipping ...
Michael Sevakis
2009-01-08
Fix red.
Michael Sevakis
2009-01-08
Clean up panicf and introduce system_exception_wait to do further target task...
Michael Sevakis
2008-12-24
Simplify powermgmt thread loops so it calls functions turn (no more power_thr...
Michael Sevakis
2008-12-12
Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...
Michael Sevakis
2008-12-12
Bring consistency to pcm implementation and samplerate handling. Less low-lev...
Michael Sevakis
2008-12-08
Meg-FX: Enable a real tick in the bootloader. Do cleanups before switching t...
Michael Sevakis
2008-12-07
Meg F/X: Radically changing divider settings messed up the fake sleep in the ...
Michael Sevakis
2008-12-07
Meg F/X can beep and click using a hardware timer so let us try it out. To ma...
Michael Sevakis
2008-12-04
Meg-FX: s3c register definitions really should be unsigned. Switch from 'int'...
Michael Sevakis
2008-12-03
Straighten out some powermanagement stuff. Give target complete control over ...
Michael Sevakis
2008-12-02
Meg-FX: Do a bit of LED service simplification and save a tiny bit of code size.
Michael Sevakis
2008-12-02
Oops. Should subtract one from actual default value.
Michael Sevakis
2008-12-02
Fix another bug spotted in LED service. Default setting should also use log_b...
Michael Sevakis
2008-12-02
Fix FS#9599 - LCD Brightness setting broken by software fading. Patch by Thom...
Michael Sevakis
2008-11-26
Code police myself.
Steve Bavin
2008-11-26
Oops - fix yellow.
Steve Bavin
2008-11-26
Fix reds. Also note my r19221 commit message had a typo - shoudld have been ...
Steve Bavin
2008-11-12
Last commit for the flash bootloader. The bootloader build works properly ei...
Karl Kurbjun
2008-11-12
Fix a bug when shutting down the player with the charger plugged in with the ...
Karl Kurbjun
2008-11-12
(really) commit the crt0.S changes needed for the wakeup alarm.
Karl Kurbjun
2008-11-12
Revert last commit (accidentally committed the whole tree)
Karl Kurbjun
2008-11-12
Add in the needed crt0.S code for the wakeup alarm also
Karl Kurbjun
2008-10-27
Strange little kernel optimization to ease targeting the timer tick and to li...
Michael Sevakis
2008-09-26
Add the shutdown routine necessary when bootloader is flashed. Normal build/...
Karl Kurbjun
2008-09-26
More Gigabeat F flash work. This sets the bootloader up for dual boot functi...
Karl Kurbjun
2008-09-11
Fix the Gigabeat F/X bootloader and add some code from Barry Wardell that was...
Karl Kurbjun
2008-07-18
Fix missing #includes and make local functions static for gigabeat
Bertrik Sikken
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-23
FS#9051 - remove LCD margins... use viewports if you need them...
Jonathan Gordon
[next]