summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2008-03-31Change the remaining set_interrupt_status usage to the more parsimonious disa...Michael Sevakis7-16/+14
2008-03-31Fixes FS#8552. On some c200s, the second parameter in setting R_Y_ADDR_AREA w...Mark Arigo1-0/+13
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 Sevakis2-14/+5
2008-03-30Have meg-fx i2c driver use the wakeup functionality by making it interrupt-ba...Michael Sevakis1-55/+72
2008-03-30Add a lightweight wakeup object for fast processors.Michael Sevakis3-0/+105
2008-03-29Just change PRIORITY_BUFFERING to 15. Seems a teeny tiny bit helpful to mpegp...Michael Sevakis1-1/+1
2008-03-29Implement set_cpu_frequency() for TCC780x, but leave it disabled for now as s...Rob Purchase3-73/+69
2008-03-29Updated TCC780x NAND driver. Still work-in-progress but lots better than the ...Rob Purchase1-182/+372
2008-03-28Go back to the ata lock hack for 5g until whatever is going on there is disco...Michael Sevakis2-2/+80
2008-03-28Stop saving more registers than necessary.Jens Arnold1-78/+78
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin4-11/+11
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin2-27/+9
2008-03-28queue_delete should reset the blocker_p member.Michael Sevakis1-0/+1
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg13-454/+836
2008-03-27Revert "initial Meizu M6SL port"Marcoen Hirschberg7-946/+2
2008-03-27cleanup some ifdefsMarcoen Hirschberg1-6/+2
2008-03-27initial Meizu M6SL portMarcoen Hirschberg7-2/+946
2008-03-27use HAVE_ATA to decide if ata.c should be compiledMarcoen Hirschberg27-1/+79
2008-03-27Save a few registers in assembler routines for iPod 5Gs LCD driver and YUV co...Andree Buschmann1-35/+33
2008-03-27Make H10 bootloader successfully boot the OF again.Barry Wardell1-0/+4
2008-03-27Fix red - adc.h used to be in lcd-remote.hDave Chapman1-0/+1
2008-03-26Slightly better instruction order, added comment.Jens Arnold2-7/+11
2008-03-26Iriver H1x0/H300: Speed up remote LCD updates when boosted by implementing an...Jens Arnold1-134/+60
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman3-2/+4
2008-03-26kill the release script and build tarball from *everything* in SVN...Daniel Stenberg1-71/+0
2008-03-26Make the e200 bootloader able to load the OF again.Barry Wardell1-0/+6
2008-03-26Include .lds files in the tar ballLinus Nielsen Feltzing1-0/+12
2008-03-26More consts that require no functional change.Steve Bavin2-4/+4
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis50-248/+337
2008-03-26Back-ported the iAudio remote LCD driver optimisations to X5 and M5.Jens Arnold3-240/+335
2008-03-25iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~...Jens Arnold3-274/+548
2008-03-25Make checkwps compile again. Still more work is needed though, as checkwps i...Dave Chapman1-0/+2
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold9-152/+401
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold9-401/+152
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis16-2034/+2596
2008-03-24Fix the dreaded FILES files.Jens Arnold1-0/+1
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold22-225/+117
2008-03-23D2: Implement LCD driver framebuffer as per E200/Gigabeat F. Kill a few warni...Rob Purchase3-26/+122
2008-03-22Set usb_state to USB_POWERED on plugin for software usb device. Otherwise, th...Frank Gevaerts1-0/+3
2008-03-22Sending an empty data block before sending the FAIL CSW seems to make Windows...Frank Gevaerts1-0/+14
2008-03-22Enable tick IRQs on TCC780x. The main menu is now working on the D2.Rob Purchase5-84/+162
2008-03-22D2: Implement HAS_BUTTON_HOLD.Rob Purchase2-7/+11
2008-03-22D2: Fix inverted USB detection.Rob Purchase1-2/+2
2008-03-22Implement core_sleep() for TCC780x (single core).Rob Purchase1-0/+13
2008-03-21fix H10 not rebooting on usb connect. Apologies to H10 users who enjoyed thei...Frank Gevaerts1-10/+9
2008-03-21move an #endif to its proper place. This should not actually change anythingFrank Gevaerts1-1/+1
2008-03-21Modification to scale_suspend_core to prevent a potential permanent freezing ...Michael Sevakis1-6/+3
2008-03-21Fix bug in 2 bit vertical interleaved LCD driver: Native partial bitmaps were...Jens Arnold1-1/+1