summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/tms320dm320
AgeCommit message (Expand)AuthorFilesLines
2009-01-19Fix up ZVM builds. It appeared to share common definitions with PP502x target...Michael Sevakis1-0/+5
2009-01-08Fix red.Michael Sevakis1-0/+5
2008-12-12Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...Michael Sevakis1-1/+0
2008-12-12Fix-m the ruddiness.Michael Sevakis1-2/+0
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis2-33/+8
2008-12-03Fix some red. The stubs in bootloaders are giving some trouble.Michael Sevakis1-0/+2
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis2-50/+5
2008-11-26Creative ZVM : cosmeticsRafaël Carré8-978/+978
2008-10-27Strange little kernel optimization to ease targeting the timer tick and to li...Michael Sevakis1-12/+1
2008-10-07Correct HAS_BUTTON_HOLDMaurus Cuelenaere1-0/+2
2008-09-10Minor missing #include and static function fixes for mrobeBertrik Sikken4-0/+4
2008-09-10Some header file / static function fixes for creative zvmBertrik Sikken3-3/+5
2008-09-08Get rid of static buffer and use buffer_alloc() insteadMaurus Cuelenaere1-3/+13
2008-09-07ZVM:Maurus Cuelenaere2-45/+316
2008-08-27 * Commit dual-boot support for Creative ZVx familyMaurus Cuelenaere3-2/+108
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere2-13/+13
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg54-108/+216
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-1/+0
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+1
2008-05-18"fix" usb detection on mr500.. by fix I mean tell it we havnt implemented tha...Jonathan Gordon1-2/+3
2008-05-17Forgot this alsoMaurus Cuelenaere1-0/+4
2008-05-17Use OF's firmware loading mechanism instead of Rockbox's.Maurus Cuelenaere2-0/+12
2008-05-16Add beginning of DSP code (done by Catalin Patulea), but don't enable it Maurus Cuelenaere13-0/+854
2008-05-161) Put USB in IRAMMaurus Cuelenaere2-2/+4
2008-05-151) Add ZVM60GB and ZV simulator builds (ZVM60GB sim equals to ZVM30GB)Maurus Cuelenaere1-0/+15
2008-05-14Fix yellows and reds.Maurus Cuelenaere1-1/+1
2008-05-141) Enable USBOTG for ZVM 60GB, even if the driver isn't implemented yet, Maurus Cuelenaere1-2/+0
2008-05-141) Use a separate config-<target>.h for Zen Vision(:M) (60GB)Maurus Cuelenaere6-17/+20
2008-05-13Commit Zen Vision key patches by FalafelMaurus Cuelenaere1-13/+20
2008-05-11Use LTV350QV register definitionsMaurus Cuelenaere1-54/+52
2008-05-07Move interrupt clearing up.Maurus Cuelenaere2-3/+3
2008-05-05Of course don't forget the init code..Maurus Cuelenaere1-7/+30
2008-05-05Woops, remove debug statements..Maurus Cuelenaere1-23/+1
2008-05-05Split up DMA and ATA, but don't enable it (yet).Maurus Cuelenaere4-72/+185
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2-8/+8
2008-05-03More LCD stuff..Maurus Cuelenaere1-66/+98
2008-05-03Forgot 0xMaurus Cuelenaere1-1/+1
2008-05-03Add OF LCD initMaurus Cuelenaere1-28/+54
2008-05-031) add debug menu for USB & PICMaurus Cuelenaere3-35/+65
2008-05-03Fix red.Maurus Cuelenaere1-12/+46
2008-05-031) add support for ata-as-armMaurus Cuelenaere4-63/+101
2008-05-01Use FIQ register + comments.Maurus Cuelenaere1-7/+7
2008-04-29Remove wrong usage of '.global'. These symbols are imported, not exported.Jens Arnold1-6/+0
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2-2/+2
2008-04-29yep.. I really cant spellJonathan Gordon3-6/+6
2008-04-25minor code policing and some warning removalsDaniel Stenberg3-61/+91
2008-04-24Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere23-32/+1640
2008-04-15Setup the touchpads to have two modes - stylus and button - and set them in b...Jonathan Gordon2-4/+48
2008-04-09Add DM320 I²C driver, although not (yet) enabled in the sources.Maurus Cuelenaere2-42/+116
2008-04-07explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla1-1/+1