summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/s3c2440
AgeCommit message (Expand)AuthorFilesLines
2009-01-12Fix FS#9782 - lcd_bitmap_transparent_part clipping but keep smaller clipping ...Michael Sevakis1-4/+16
2009-01-08Fix red.Michael Sevakis1-1/+1
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-0/+6
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis1-1/+16
2008-12-12Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...Michael Sevakis1-3/+0
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-53/+6
2008-12-08Meg-FX: Enable a real tick in the bootloader. Do cleanups before switching t...Michael Sevakis5-22/+24
2008-12-07Meg F/X: Radically changing divider settings messed up the fake sleep in the ...Michael Sevakis1-1/+27
2008-12-07Meg F/X can beep and click using a hardware timer so let us try it out. To ma...Michael Sevakis3-6/+110
2008-12-04Meg-FX: s3c register definitions really should be unsigned. Switch from 'int'...Michael Sevakis7-58/+61
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-29/+19
2008-12-02Meg-FX: Do a bit of LED service simplification and save a tiny bit of code size.Michael Sevakis1-9/+11
2008-12-02Oops. Should subtract one from actual default value.Michael Sevakis1-2/+2
2008-12-02Fix another bug spotted in LED service. Default setting should also use log_b...Michael Sevakis1-3/+3
2008-12-02Fix FS#9599 - LCD Brightness setting broken by software fading. Patch by Thom...Michael Sevakis1-6/+9
2008-11-26Code police myself.Steve Bavin1-1/+1
2008-11-26Oops - fix yellow.Steve Bavin1-0/+1
2008-11-26Fix reds. Also note my r19221 commit message had a typo - shoudld have been ...Steve Bavin1-8/+1
2008-11-12Last commit for the flash bootloader. The bootloader build works properly ei...Karl Kurbjun1-4/+7
2008-11-12Fix a bug when shutting down the player with the charger plugged in with the ...Karl Kurbjun1-0/+5
2008-11-12(really) commit the crt0.S changes needed for the wakeup alarm.Karl Kurbjun1-2/+14
2008-11-12Revert last commit (accidentally committed the whole tree)Karl Kurbjun5-183/+8
2008-11-12Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun5-8/+183
2008-10-27Strange little kernel optimization to ease targeting the timer tick and to li...Michael Sevakis1-13/+1
2008-09-26Add the shutdown routine necessary when bootloader is flashed. Normal build/...Karl Kurbjun1-1/+12
2008-09-26More Gigabeat F flash work. This sets the bootloader up for dual boot functi...Karl Kurbjun1-55/+65
2008-09-11Fix the Gigabeat F/X bootloader and add some code from Barry Wardell that was...Karl Kurbjun3-88/+244
2008-07-18Fix missing #includes and make local functions static for gigabeatBertrik Sikken7-8/+13
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg28-56/+112
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-1/+0
2008-05-29Simplify the button handling code on the Gigabeat F/X a bit for the side butt...Karl Kurbjun2-23/+9
2008-05-29Gigabeat F/X:Michael Sevakis2-11/+41
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+1
2008-05-21Contrast settings for the gigabeat F/XKarl Kurbjun1-5/+14
2008-05-21Make some functions static, point to the wiki, and comit the code to invert t...Karl Kurbjun1-25/+28
2008-05-18Enable Gigabeat F/X LCD flipscreenKarl Kurbjun1-56/+61
2008-05-17Refine meg-fx pad changes. Actually watch the other <dir>+ lines and ignore t...Michael Sevakis1-4/+13
2008-05-17Commit Davide Gentile's patch to make the Gigabeat F/X pad less finicky.Michael Sevakis1-4/+4
2008-05-15Forgot about the buttonlights. Removing for now since this will not work pro...Karl Kurbjun1-2/+0
2008-05-15Save around a hundred uA - not much, but why not? - No functional change for ...Karl Kurbjun1-0/+2
2008-05-14Fix red. No bother with lcd power management calls in bootloader.Michael Sevakis1-1/+1
2008-05-14Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...Michael Sevakis2-14/+40
2008-05-14Cleanup some unneeded debug code.Karl Kurbjun1-1/+0
2008-05-14Reduce power consumed on the F/X by as much as 12% when the LCD is disabled. ...Karl Kurbjun1-105/+144
2008-05-10Fix the bootloaderKarl Kurbjun1-0/+2
2008-05-10Real fake IRAM by placing .i.... section in the analagous DRAM sections in th...Michael Sevakis3-63/+18
2008-05-10Fix high power consumption at powerup.Karl Kurbjun1-7/+10
2008-05-02Working ROLO for the Gigabeat F/XKarl Kurbjun1-0/+5
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2-2/+2
2008-04-29Cleanup some tabs and whitespaceKarl Kurbjun1-46/+38