summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320
AgeCommit message (Expand)Author
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
2010-02-07Remove tabsAndree Buschmann
2010-01-24ARM: lr addresses the next instruction after the failing one in undefined ins...Rafaël Carré
2010-01-18M:Robe 500 - Correct a comment, and make charger detect pin an input as it sh...Karl Kurbjun
2010-01-03Fix even more tabsAndree Buschmann
2010-01-03Fix tabsAndree Buschmann
2009-12-15Fix typo in the commentAlexander Levin
2009-12-15M:Robe 500: Initialize the power button.Karl Kurbjun
2009-12-15M:Robe 500: Initialize the buzzer and move it out of the LCD code.Karl Kurbjun
2009-12-15M:Robe 500: Fix the bootloader build.Karl Kurbjun
2009-12-15M:Robe 500: Add in coldstart detection.Karl Kurbjun
2009-12-15M:Robe 500: Initialize USB related pins with pin setup functionKarl Kurbjun
2009-12-15M:Robe 500: Initialize ATA related pins with pin setup functionKarl Kurbjun
2009-12-15M:Robe 500: Initialize power related pins with pin setup functionKarl Kurbjun
2009-12-14M:Robe 500: Initialize TSC2100 pins with pin setup functionKarl Kurbjun
2009-12-14M:Robe 500: Initialize UART1 pins with pin setup functionKarl Kurbjun
2009-12-14M:Robe 500: Initialize SPI pins with pin setup functionKarl Kurbjun
2009-12-14M:Robe 500: Start adding some composite output stuff based on OF. Initialize...Karl Kurbjun
2009-12-14DM320: Add generic pin-setup function.Karl Kurbjun
2009-12-14M:Robe 500 Add some additional pin initialization for the SPI devices.Karl Kurbjun
2009-12-12M:Robe 500: Fix FIQ's and make the audio DMA a FIQ, simplify the ADC code and...Karl Kurbjun
2009-12-02M:Robe 500: Improve audio DMA shutdown for Pause/Stop and significantly reduc...Karl Kurbjun
2009-11-09M:Robe 500 - Enable ASM optimized ATA interface improving disk access speed.Karl Kurbjun
2009-11-07M:Robe 500: Disable LED above screen and add a change for the 256 color blitterKarl Kurbjun
2009-11-07M:Robe 500 - Add some more debug information.Karl Kurbjun
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode
2009-11-02M:Robe 500/M66591 USB improvements: Interrupts now work, a bug in odd-length ...Karl Kurbjun
2009-10-31Remove svn:executable from firmwareMichael Chicoine
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz