summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320
AgeCommit message (Expand)Author
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis
2011-02-08M:Robe 500: Use bit modifiers more.Karl Kurbjun
2011-02-08Fix battery charging.Karl Kurbjun
2011-02-07DM320: Fix app.lds to reduce binary image size.Karl Kurbjun
2011-02-06Keep the clocks enabled once the LCD DMA transfer completes. It kills the PC...Karl Kurbjun
2011-02-06Remove reference to pin setup function.Karl Kurbjun
2011-02-06Remove some initializations that are taken care of in the bootloader or crt0 ...Karl Kurbjun
2011-02-06DM320 SPI: Add a bunch of updates to the SPI driver.Karl Kurbjun
2011-02-06M:Robe 500 USB: Remove EMIF and pin initialization.Karl Kurbjun
2011-02-06M:Robe 500 Power: Remove pin initializations.Karl Kurbjun
2011-02-06M:Robe 500 Backlight: Add setup based on OF - purpose of operations are a mys...Karl Kurbjun
2011-02-06M:Robe 500 ADC: Remove pin initializations.Karl Kurbjun
2011-02-06M:Robe 500 ATA: Remove pin initializations.Karl Kurbjun
2011-02-06DM320: Clock source selection for timer happens in bootloader.Karl Kurbjun
2011-02-06DM320 UART: Remove more pin initializations.Karl Kurbjun
2011-02-06Fix ZVM build.Karl Kurbjun
2011-02-06DM320: Update boot linker script (right now it is linked against flash). Inc...Karl Kurbjun
2011-02-06DM320: Re-write of crt0.S and update to app linker script.Karl Kurbjun
2011-02-06M:Robe 500: Add a bunch of updates for the LCD. Remove some pin initializati...Karl Kurbjun
2011-02-06M:Robe 500 and TSC2100: Add more to the initialization. Some GPIO initializa...Karl Kurbjun
2011-02-06DM320 DSP PCM handler: Use initialization library to make sure that code star...Karl Kurbjun
2011-02-02Fix red. Replace remaining MEM's mit MEMORYSIZE.Andree Buschmann
2011-01-15Fix r29053 red and a leftover use of 'usb' variable as a bool rather than int...Michael Sevakis
2011-01-15Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis
2011-01-02Fix yellowMichael Sparmann
2011-01-02Fix redMichael Sparmann
2011-01-02Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann
2010-11-06move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré
2010-08-28firmware/ : use lcd_putsf() (only in debug code)Rafaël Carré
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz
2010-07-31Various minor clean-ups for mrobeBertrik Sikken
2010-07-31Various minor clean-ups for Zen VisionBertrik Sikken
2010-06-17Make sure files which aren't windows-specific use \n line endings onlyRafaël Carré
2010-06-11ata-creative-zvm: make sure return value is definedRafaël Carré
2010-05-24Cleanup r26253 red and yellow.Michael Sevakis
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis
2010-05-06Fix last sprintf warning.Thomas Martitz
2010-05-06Fix the remaining reds.Thomas Martitz
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-04-27Remove pcm_mute() which has been unused since r19308Rafaël Carré
2010-04-25DM320 UART: Enable clock in UART module since it will not be done in system i...Karl Kurbjun
2010-04-25M:Robe 500 Power: Update battery Curve and simplify calculations.Karl Kurbjun
2010-04-25M:Robe 500 USB: Go back to OF timings for upcoming clock changesKarl Kurbjun
2010-04-07Make ATA code not bother to retry requests that return IDNF (specified sector...Torne Wuff
2010-03-17M:Robe 500 - Improve YUV blit speed.Karl Kurbjun