summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/s3c2440
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold3-44/+52
2007-11-11Setup the gigabeat so that iram is faked in a different spot since the normal...Karl Kurbjun1-2/+0
2007-11-11Seperate the Gigabeat F/X crt0.s, cleanup some #ifdefs in app.lds, add an ext...Karl Kurbjun2-0/+356
2007-11-10Fix the Gigabeat red and move it's hw specific code into the target treeKarl Kurbjun2-0/+108
2007-10-23Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:RobeKarl Kurbjun6-274/+16
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold4-10/+10
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-224/+150
2007-09-25Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...Michael Sevakis2-287/+37
2007-09-23Fix a change that shouldn't have been committedKarl Kurbjun1-1/+1
2007-09-22More interupt/timer workKarl Kurbjun1-1/+1
2007-09-12Faster video rendering for e200 and Gigabeat.Michael Sevakis2-144/+117
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman2-3/+6
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold1-0/+58
2007-08-04Oops. mvn is one's-complement, not two's. Correct the YUV calculation.Michael Sevakis1-2/+2
2007-07-29Stop Gigabeat bootloader from panicing.Michael Sevakis1-33/+39
2007-07-15Gigabeat: Add the funky foreground color support for transparent bitmaps.Michael Sevakis1-2/+6
2007-07-09Gigabeat: Squeeze down lcd_bitmap_transparent_part a bit. Let the compiler ch...Michael Sevakis1-22/+25
2007-07-08Gigabeat: properly confined framebuffer copies and a few pendantic changes to...Michael Sevakis2-41/+146
2007-07-06Gigabeat: oops, forgot to set correct timer prescaler limit.Michael Sevakis1-2/+3
2007-07-06Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H...Michael Sevakis3-8/+209
2007-07-05Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when se...Robert Keevil1-1/+2
2007-07-05Get rid of yellow plus an optimization I should have seen in the first place.Michael Sevakis1-2/+1
2007-07-05Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.Michael Sevakis1-30/+85
2007-06-26Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin con...Michael Sevakis3-91/+106
2007-06-25Gigabeat: Turn off more devices that aren't needed or not needed right away. ...Michael Sevakis1-13/+27
2007-06-24Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out ...Michael Sevakis1-26/+34
2007-06-23only go into USB mode when the cradle is poweredMarcoen Hirschberg1-1/+1
2007-06-13now back to greenChristian Gmeiner1-4/+2
2007-06-04Commit part of FS7113: This adds proper LCD initialization to the gigabeat th...Karl Kurbjun1-15/+61
2007-05-20add separate button defines for the Gigabeat remote controlMarcoen Hirschberg2-11/+20
2007-05-19always reset the pcm_paused flag when stopping playback. fixes FS #7187Marcoen Hirschberg1-0/+1
2007-05-15More gigabeat LCD cleanup and completely remove the use of DMA for lcd_update...Dave Chapman1-35/+1
2007-05-15Gigabeat LCD driver cleanup: Revert the DMA optimisations to the gigabeat LCD...Dave Chapman1-105/+0
2007-05-15Make sure that the IDE power pin is properly initializedKarl Kurbjun1-0/+4