summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440
AgeCommit message (Expand)Author
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
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun
2008-03-05Oops (from about 2 months ago) - implement viewport support in the Gigabeat F...Dave Chapman
2008-02-13Fix the red.Karl Kurbjun
2008-02-13Make the gigabeat LCD initialization work properly without the original firmw...Karl Kurbjun
2008-01-27Use the timeout API as a oneshot for headphone plug debouncing. Set at 1s for...Michael Sevakis
2008-01-25- make the booloader compile againMarcoen Hirschberg
2008-01-25make the brightness setting logarithmic, which looks linear to the eyeMarcoen Hirschberg
2008-01-18meg-fx: remove superfluous i2c_init callMichael Sevakis
2008-01-18meg-fx: correct an oops in the interrupt vector tableMichael Sevakis
2008-01-07Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman
2007-11-19let BUTTON_POWER exit the hw debug screen for the gigabeatMarcoen Hirschberg
2007-11-12Fix bootloaders, and the backlight-modded Ondio build.Jens Arnold
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold
2007-11-11Setup the gigabeat so that iram is faked in a different spot since the normal...Karl Kurbjun
2007-11-11Seperate the Gigabeat F/X crt0.s, cleanup some #ifdefs in app.lds, add an ext...Karl Kurbjun
2007-11-10Fix the Gigabeat red and move it's hw specific code into the target treeKarl Kurbjun
2007-10-23Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:RobeKarl Kurbjun
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis
2007-09-25Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...Michael Sevakis
2007-09-23Fix a change that shouldn't have been committedKarl Kurbjun
2007-09-22More interupt/timer workKarl Kurbjun
2007-09-12Faster video rendering for e200 and Gigabeat.Michael Sevakis
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold
2007-08-04Oops. mvn is one's-complement, not two's. Correct the YUV calculation.Michael Sevakis
2007-07-29Stop Gigabeat bootloader from panicing.Michael Sevakis
2007-07-15Gigabeat: Add the funky foreground color support for transparent bitmaps.Michael Sevakis
2007-07-09Gigabeat: Squeeze down lcd_bitmap_transparent_part a bit. Let the compiler ch...Michael Sevakis
2007-07-08Gigabeat: properly confined framebuffer copies and a few pendantic changes to...Michael Sevakis
2007-07-06Gigabeat: oops, forgot to set correct timer prescaler limit.Michael Sevakis
2007-07-06Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H...Michael Sevakis
2007-07-05Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when se...Robert Keevil
2007-07-05Get rid of yellow plus an optimization I should have seen in the first place.Michael Sevakis
2007-07-05Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.Michael Sevakis
2007-06-26Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin con...Michael Sevakis
2007-06-25Gigabeat: Turn off more devices that aren't needed or not needed right away. ...Michael Sevakis
2007-06-24Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out ...Michael Sevakis
2007-06-23only go into USB mode when the cradle is poweredMarcoen Hirschberg
2007-06-13now back to greenChristian Gmeiner