summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440
AgeCommit message (Expand)Author
2008-12-02Fix FS#9599 - LCD Brightness setting broken by software fading. Patch by Thom...Michael Sevakis
2008-11-26Code police myself.Steve Bavin
2008-11-26Oops - fix yellow.Steve Bavin
2008-11-26Fix reds. Also note my r19221 commit message had a typo - shoudld have been ...Steve Bavin
2008-11-12Last commit for the flash bootloader. The bootloader build works properly ei...Karl Kurbjun
2008-11-12Fix 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-12Revert last commit (accidentally committed the whole tree)Karl Kurbjun
2008-11-12Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun
2008-10-27Strange little kernel optimization to ease targeting the timer tick and to li...Michael Sevakis
2008-09-26Add the shutdown routine necessary when bootloader is flashed. Normal build/...Karl Kurbjun
2008-09-26More Gigabeat F flash work. This sets the bootloader up for dual boot functi...Karl Kurbjun
2008-09-11Fix the Gigabeat F/X bootloader and add some code from Barry Wardell that was...Karl Kurbjun
2008-07-18Fix missing #includes and make local functions static for gigabeatBertrik Sikken
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon
2008-05-29Simplify the button handling code on the Gigabeat F/X a bit for the side butt...Karl Kurbjun
2008-05-29Gigabeat F/X:Michael Sevakis
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis
2008-05-21Contrast settings for the gigabeat F/XKarl Kurbjun
2008-05-21Make some functions static, point to the wiki, and comit the code to invert t...Karl Kurbjun
2008-05-18Enable Gigabeat F/X LCD flipscreenKarl Kurbjun
2008-05-17Refine meg-fx pad changes. Actually watch the other <dir>+ lines and ignore t...Michael Sevakis
2008-05-17Commit Davide Gentile's patch to make the Gigabeat F/X pad less finicky.Michael Sevakis
2008-05-15Forgot about the buttonlights. Removing for now since this will not work pro...Karl Kurbjun
2008-05-15Save around a hundred uA - not much, but why not? - No functional change for ...Karl Kurbjun
2008-05-14Fix red. No bother with lcd power management calls in bootloader.Michael Sevakis
2008-05-14Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...Michael Sevakis
2008-05-14Cleanup some unneeded debug code.Karl Kurbjun
2008-05-14Reduce power consumed on the F/X by as much as 12% when the LCD is disabled. ...Karl Kurbjun
2008-05-10Fix the bootloaderKarl Kurbjun
2008-05-10Real fake IRAM by placing .i.... section in the analagous DRAM sections in th...Michael Sevakis
2008-05-10Fix high power consumption at powerup.Karl Kurbjun
2008-05-02Working ROLO for the Gigabeat F/XKarl Kurbjun
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold
2008-04-29Cleanup some tabs and whitespaceKarl Kurbjun
2008-04-23Add in a few more debug registersKarl Kurbjun
2008-04-23Make sure buttons have pullups disabled as necessaryKarl Kurbjun
2008-04-22This is a big chunk of code necessary to prepare for Gigabeat F flash loading...Karl Kurbjun
2008-04-22Cleanup/fixup the USB initialization for the Gigabeat FKarl Kurbjun
2008-04-07explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla
2008-04-01Change a #define constant that conflicts with a mingw definition. Change "WAI...Michael Sevakis
2008-03-31meg-fx: Add headers to files in the target directory that were missing them. ...Michael Sevakis
2008-03-31meg-fx: It's important to make sure certain interrupt-related registers have ...Michael Sevakis
2008-03-30Fix red and clean up meg-fx firmware sources. Remove an unused file.Michael Sevakis
2008-03-30Have meg-fx i2c driver use the wakeup functionality by making it interrupt-ba...Michael Sevakis
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold