summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2011-01-12Fix warning when linking booltoaders with the new toolchain by marking .bss s...Nils Wallménius3-3/+3
2011-01-12Fix FS#11820. Implement LCD shutdown for iPod Photo/Color and iPod nano 1G. T...Andree Buschmann4-20/+53
2011-01-11SA9200: Adjust touchpad sensitivities so that actual contact with the player ...Michael Sevakis4-2/+80
2011-01-11SA9200: Implement the backlight hold handling.Michael Sevakis1-3/+17
2011-01-11SA9200: Give LCD about an 8% speedup. Sync optional LCD settings to defaults ...Michael Sevakis1-10/+37
2011-01-11SA9200: Add YUV blitting, do full-screen updates more efficiently and properl...Michael Sevakis3-15/+687
2011-01-10Revert unneeded change from r29026.Andree Buschmann1-0/+1
2011-01-10iPod Video LCD: Avoid white flash when entering sleep mode or shutting off.Andree Buschmann2-1/+4
2011-01-10HD300 - adjust default battery capacity (based on battery benches)Marcin Bukat1-2/+1
2011-01-08Fix iPod Classic LCD problemsMichael Sparmann1-34/+33
2011-01-08Some static data is only used by .init functions. Add .initdata to declare su...Michael Sevakis5-6/+5
2011-01-08Adjust iPod Classic CPU clock speed constants to at least roughly correct valuesMichael Sparmann2-6/+6
2011-01-07Oops, that didn't belong in there.Michael Sparmann2-153/+1
2011-01-07Fix CS42L55 (iPod Classic) tone controlMichael Sparmann4-9/+198
2011-01-07Implement hold switch and headphone detection on iPod ClassicMichael Sparmann1-3/+2
2011-01-07HD300 - calibrate discharge curveMarcin Bukat1-1/+1
2011-01-07Gigabeat S/i.MX31: Take care of an interrupt priority inversion that can happ...Michael Sevakis6-16/+65
2011-01-07Add LCD type to iPod Classic HW debug screenMichael Sparmann1-0/+4
2011-01-07iPod Classic: Fix remaining PCM issues and add DMA information to the HW debu...Michael Sparmann3-37/+93
2011-01-07Fix yellowMichael Sparmann1-1/+1
2011-01-07Fix iPod Classic playback slownessMichael Sparmann1-3/+4
2011-01-07Fix iPod Classic tick timer (still not 100% calibrated, but close enough for ...Michael Sparmann1-1/+1
2011-01-07Fix iPod Classic USEC_TIMERMichael Sparmann1-1/+1
2011-01-06iPod Classic: Unmute amplifiers when setting volume (fixes resuming paused pl...Michael Sparmann1-4/+6
2011-01-06Fix volume control on iPod ClassicMichael Sparmann2-12/+14
2011-01-05Gigabeat S: Make it a removable mass-storage device. Windows will assign a dr...Michael Sevakis4-39/+90
2011-01-04Fix USB storage driver. ata_get_info was no longer filling-in num_sectors aft...Michael Sevakis1-0/+1
2011-01-03Remove files accidentally commited in 28953Michael Sparmann2-119/+0
2011-01-03Fix regression from r28950: ATA broken on MPIO and possibly other targetsMichael Sparmann1-4/+4
2011-01-03Remove unneeded check for swapping in iPod nano1G/color LCD driver. For nano1...Andree Buschmann1-8/+2
2011-01-02New port: iPod Classic (also known as iPod 6G/6.5G/7G)Michael Sparmann40-10/+4913
2011-01-02Fix yellowMichael Sparmann5-34/+61
2011-01-02Fix redMichael Sparmann3-38/+38
2011-01-02Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann11-332/+118
2011-01-02Autodetect sector size on superfloppy volumes based on the FAT32 BPB (kudos t...Michael Sparmann3-0/+17
2011-01-02Submit FS#11843 v17. Integrate YUV-blitting of nano 2G to nano1G/color LCD dr...Andree Buschmann2-273/+334
2011-01-01Gigeabeat S: Reset DMA size info when stopping audio playback and recording t...Michael Sevakis1-0/+22
2011-01-01Fix comment.Andree Buschmann1-1/+1
2011-01-01Save some binsize in LCD driver of iPod nano 2G. No impact to speed.Andree Buschmann1-44/+25
2010-12-30Submit FS11782: Use faster DRAM timings in unboosted state for S5L870x. DRAM ...Andree Buschmann1-0/+18
2010-12-30Submitted the wrong file with r28933.Andree Buschmann2-5/+14
2010-12-30Major speedup of iPod nano 2G. Part 7: Disable reading FIFO state in YUV blit...Andree Buschmann1-1/+1
2010-12-29Submit FS#11707. Add line out power off to iPods nano1G, color and 4G.Andree Buschmann3-0/+9
2010-12-29Forgot one file.Andree Buschmann1-0/+2
2010-12-29Speed up of iPod nano 1G and iPod color LCD. Use HDD6330 asm part for YUV bli...Andree Buschmann2-102/+182
2010-12-29Also PREFIX() other filesystem functions. I hope I got them all now...Frank Gevaerts1-0/+5
2010-12-29Return thread ID as a string for name when a thread isn't named or name canno...Michael Sevakis2-4/+4
2010-12-29Gigabeat S: Do simple direct keypad scanning rather than triggering a separat...Michael Sevakis1-45/+29
2010-12-29revert r28834 because it causes problems with uSDFred Bauer4-94/+16
2010-12-29interrupt_level should've been volatile as well when I changed this file. Obt...Michael Sevakis1-1/+1