summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm
AgeCommit message (Expand)AuthorFilesLines
2010-05-15YUV Dither: r12 saving was removed but stacked parameter load offset wasn't c...Michael Sevakis2-2/+2
2010-05-15adc-as3514.c: cosmeticsRafaël Carré1-24/+24
2010-05-15fuzev2: leave at least 3ms between scrollwheel eventsRafaël Carré1-10/+13
2010-05-15fuzev2: fix buttonlight flashing on µSD access (2nd try)Rafaël Carré2-5/+2
2010-05-15Gigabeat S: There's no reason to pause the LCD DMA when changing the framebuf...Michael Sevakis1-2/+0
2010-05-15as3525: fix capacity sanity checkRafaël Carré2-8/+8
2010-05-15vuprintf does not belong in stdio.h, causes problems with other versions of s...Jeffrey Goode1-0/+1
2010-05-14fuzev2: prevent button light flickering when accessing µSDRafaël Carré1-7/+12
2010-05-14as3525v1: detect correctly internal storage capacityRafaël Carré1-0/+25
2010-05-14as3525v2: check if SD transfers fit with the card capacityRafaël Carré1-3/+15
2010-05-14as3525: add some comments in the microphone channel copy loopRafaël Carré1-12/+16
2010-05-14as3525v1: duplicate the right channel into the left channel when recording mi...Rafaël Carré2-12/+65
2010-05-14as3525: change SDRAM settings only in models for which there is a bootloaderRafaël Carré1-1/+2
2010-05-13as3525: retain & release DMA engine when starting and stopping recordingRafaël Carré1-1/+1
2010-05-13Correct register defines. I had to look at the disassembly to spot this bug....Tobias Diedrich1-58/+58
2010-05-13as3525: use the correct uncached address for rec peak bufferRafaël Carré1-2/+2
2010-05-13as3525: use a table for mclk dividers, get rid of a divisionRafaël Carré1-14/+29
2010-05-13as3525: use DMA for recordingRafaël Carré2-108/+69
2010-05-12Missed a yellow on Cowon D2. :)Michael Sevakis1-1/+1
2010-05-12Fix r25970 red and yellow *and* a bug uncovered for pp5002 where pcm_play_dma...Michael Sevakis1-0/+3
2010-05-12PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis5-58/+17
2010-05-11Gigabeat F/X: Let us clear up confusion about just what the core frequency is...Michael Sevakis1-5/+7
2010-05-10No need to use alternating registers for dual register read/write sequence. C...Andree Buschmann1-6/+5
2010-05-10Minor speed up (+3%) of iPod Video screen updates.Andree Buschmann1-7/+13
2010-05-10sd-as3525v2: Set LP bits in MCI_CLKENA for cards after they have been initia...Jack Halpin1-0/+2
2010-05-10sd-as3525v2: Add delay after SD_SWITCH_FUNC to while switching to high speed...Jack Halpin1-3/+4
2010-05-10See 0x429c in OF (lcd_init), B6 is lcd reset line.Tobias Diedrich1-0/+7
2010-05-10as3525v2: disable adjustable CPU frequencyRafaël Carré1-0/+2
2010-05-08Sansa Cliv2: calibrated discharge curvebootloader_sansafuzev2_sansaclipv2_sansaclipplus_v2Rafaël Carré1-0/+51
2010-05-08as3525*: stop MPMCCLKOUT when all SDRAMs are idleRafaël Carré1-2/+5
2010-05-08Clean the DCache just before going to main because areas were written by init...Michael Sevakis1-7/+5
2010-05-08Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of D...Michael Sevakis6-59/+96
2010-05-07Fuzev1: calibrated discharge curveRafaël Carré1-2/+2
2010-05-07i.MX31/Gigabeat S minor cleaning: Make HW access more obvious in places I for...Michael Sevakis7-123/+92
2010-05-07Fuzev2: calibrated discharge curveRafaël Carré1-2/+1
2010-05-07i.MX31: Make some style changes to some driver code so that hardware vs. vari...Michael Sevakis6-287/+130
2010-05-07Remove last traces of sprintf.hJeffrey Goode1-1/+0
2010-05-06Fix last sprintf warning.Thomas Martitz1-0/+1
2010-05-06Fix the remaining reds.Thomas Martitz4-2/+4
2010-05-06Fix gigabeat S includes so it builds againFrank Gevaerts1-0/+1
2010-05-06Fix some more snprintf related warnings.Thomas Martitz1-1/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz20-21/+9
2010-05-06ad-as3525v2: Ask for a reponse from SD_APP_CMD to help with timing issues wh...Jack Halpin1-4/+4
2010-05-06Gigabeat S bootloader: Fix archaic call placement in dptc_stop which hangs th...Michael Sevakis1-4/+5
2010-05-06Gigabeat S: There's no compelling reason to start automatic scaling in the bo...Michael Sevakis1-0/+2
2010-05-06Changed a macro to a raw in int constant. Didn't mean to do that. Put it back...Michael Sevakis1-1/+1
2010-05-06i.MX31/Gigabeat S: This should fix stability problems. One problem was to sta...Michael Sevakis6-157/+178
2010-05-05sd-as3525v2.c: Set MCI interrupt mask immediately prior to enabling DMA for ...Jack Halpin1-2/+1
2010-05-05i.MX31/Gigabeat S: The nested IRQ code was just totally wrong and not actuall...tcctool_v1_0bootloader_fuze_v2Michael Sevakis2-19/+16
2010-05-05sd-as3525v2.c: Implement 4 bit widebus for SD Transfers.Jack Halpin1-8/+22