summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-09-30slow - but working - IRQ based uart/button driver.Jonathan Gordon3-17/+59
2007-09-29Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199)...Nicolas Pennequin8-0/+32
2007-09-29ATA works - dumb mistakeKarl Kurbjun1-6/+2
2007-09-29Fix a little mistake in linker file.Michael Sevakis1-1/+1
2007-09-29Anti-red?Michael Sevakis3-14/+17
2007-09-29Compile Portal Player bootloaders as single core. Cleanup the startup code fo...Michael Sevakis9-110/+78
2007-09-28Oops. Can't wait for COP init in the bootloader because it is kept asleep unt...Michael Sevakis1-0/+3
2007-09-28Try to fix the case where Ipods would spuriously wake up even though no alarm...Thom Johansen3-5/+11
2007-09-28Make the gradient look better when more than one line is selected (running ti...Nicolas Pennequin1-1/+3
2007-09-28Factor out the gradient drawing code. Should save some bytes and makes the co...Nicolas Pennequin1-39/+28
2007-09-28FS #7763 by Andree Buschmann. Speed up video rendering for Ipod Video.Thom Johansen1-115/+91
2007-09-28Anti-red: No need for COP initialization in the bootloaders nor idle stacks.Michael Sevakis2-3/+14
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis16-498/+573
2007-09-28Fixed a warningBjörn Stenberg1-0/+1
2007-09-28Skip spindown and delay on flash targetsBjörn Stenberg2-4/+2
2007-09-28Improved magic by Mark ArigoBjörn Stenberg1-2/+5
2007-09-27Fix corrupted display of the gradient selector for scrolling lines in some co...Nicolas Pennequin1-3/+3
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin3-6/+106
2007-09-27Sansa c200: fix system_reboot with some magic from the OF. Reboot to the OF w...Mark Arigo3-1/+15
2007-09-25Enabled button light for Sansa C200Björn Stenberg2-1/+6
2007-09-25m:robe 500i port: Fix tab style (tab -> 4 spaces) in system-mr500.cCatalin Patulea1-21/+21
2007-09-25m:robe 500i port: Get interrupts firing and the timer tickingCatalin Patulea3-1/+9
2007-09-25Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...Michael Sevakis7-577/+633
2007-09-25More ATA work (that doesn't work)Karl Kurbjun3-25/+27
2007-09-24m:robe 500i port: Fix the way GIOs are clearedCatalin Patulea2-2/+2
2007-09-24The C200 LCD controller is a Samsung S6B33B2. Define appropriate register nam...Jens Arnold2-24/+61
2007-09-23Working DM320 interrupts, changed the way registers are accessed in spi and u...Karl Kurbjun9-117/+111
2007-09-23Speed up C200 lcd_update() by ~7%.Jens Arnold1-14/+3
2007-09-23Fix a change that shouldn't have been committedKarl Kurbjun1-1/+1
2007-09-22Fix empty commit: Add grayscale support for ARM in vertical packing format.Tomasz Malesinski1-1/+1
2007-09-22More interupt/timer workKarl Kurbjun7-102/+180
2007-09-22ata_flash.c: write 32 bits to the buffer at a time when reading a sector.Tomasz Malesinski1-2/+24
2007-09-22 Make sure that SVN keywords are set properlyKarl Kurbjun17-15/+39
2007-09-22start of the tsc2100 driver.Jonathan Gordon7-6/+208
2007-09-22Seperate M:Robe crt0.S, fix the vector tables for the bootloader, and show to...Karl Kurbjun6-38/+239
2007-09-22A few minor cleanups for the Gigabeat SWill Robertson4-3/+80
2007-09-21Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.Will Robertson45-12/+3362
2007-09-21m:robe 500i port: Less warnings = good.Catalin Patulea1-0/+1
2007-09-21m:robe 500i port: Add primitives for the SPI bus and start moving toward new-...Catalin Patulea5-41/+149
2007-09-21minor fix for remote button codeJonathan Gordon1-4/+12
2007-09-20Get/Set Interface - just stores the value, makes one more compliance test passPeter D'Hoye1-4/+17
2007-09-20Disable tagcache on iriver iFP to save some memory.Tomasz Malesinski1-1/+1
2007-09-20PNX0101: new register names and polishing support for Clock Generation UnitTomasz Malesinski2-76/+73
2007-09-20uart driver (which the buttons need) and button test code in the bootloaderJonathan Gordon4-0/+174
2007-09-20make use of register definesChristian Gmeiner1-3/+5
2007-09-20mr-500 button driverJonathan Gordon2-72/+71
2007-09-20add some missing filesJonathan Gordon1-0/+2
2007-09-20Hopefully fix all the errors/warningsJonathan Gordon2-9/+6
2007-09-20Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...Karl Kurbjun31-91/+2488
2007-09-20Fix the sound on the c200 by resetting all devices as done on the e200. Make ...Mark Arigo1-1/+2