summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/s3c2440
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-23Add in a few more debug registersKarl Kurbjun1-2/+2
2008-04-23Make sure buttons have pullups disabled as necessaryKarl Kurbjun1-1/+3
2008-04-22This is a big chunk of code necessary to prepare for Gigabeat F flash loading...Karl Kurbjun3-209/+404
2008-04-22Cleanup/fixup the USB initialization for the Gigabeat FKarl Kurbjun1-13/+15
2008-04-07explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla1-0/+1
2008-04-01Change a #define constant that conflicts with a mingw definition. Change "WAI...Michael Sevakis1-1/+1
2008-03-31meg-fx: Add headers to files in the target directory that were missing them. ...Michael Sevakis9-2/+92
2008-03-31meg-fx: It's important to make sure certain interrupt-related registers have ...Michael Sevakis7-34/+59
2008-03-30Fix red and clean up meg-fx firmware sources. Remove an unused file.Michael Sevakis1-8/+0
2008-03-30Have meg-fx i2c driver use the wakeup functionality by making it interrupt-ba...Michael Sevakis1-55/+72
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg1-0/+50
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2-8/+8
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-1/+1
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-13/+1
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-0/+147
2008-03-05Oops (from about 2 months ago) - implement viewport support in the Gigabeat F...Dave Chapman1-5/+5
2008-02-13Fix the red.Karl Kurbjun1-1/+2
2008-02-13Make the gigabeat LCD initialization work properly without the original firmw...Karl Kurbjun1-48/+130
2008-01-27Use the timeout API as a oneshot for headphone plug debouncing. Set at 1s for...Michael Sevakis1-9/+10
2008-01-25- make the booloader compile againMarcoen Hirschberg1-2/+6
2008-01-25make the brightness setting logarithmic, which looks linear to the eyeMarcoen Hirschberg1-1/+4
2008-01-18meg-fx: remove superfluous i2c_init callMichael Sevakis1-3/+0
2008-01-18meg-fx: correct an oops in the interrupt vector tableMichael Sevakis1-1/+1
2008-01-07Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman1-4/+3
2007-11-19let BUTTON_POWER exit the hw debug screen for the gigabeatMarcoen Hirschberg1-1/+1
2007-11-12Fix bootloaders, and the backlight-modded Ondio build.Jens Arnold1-0/+2