summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-29Just a technical matter even though all is well anyway: struct blocker::threa...Michael Sevakis1-2/+2
2010-12-28Comment about thread_id_entry missleading and wrong. Fix the dumb.Michael Sevakis1-1/+1
2010-12-28UISimulator: Need a 'while' not an 'if' in sim_enter_irq_handler. Add comment...Michael Sevakis1-5/+14
2010-12-27Vastly increase speed of SDL screen updates for RGB565.Thomas Martitz2-9/+40
2010-12-27Redo r28026 so that all .S files get the __ASSEMBLER__ define.Thomas Martitz1-1/+1
2010-12-27Return interval in the SDL timer callback as it should happen in periodic tim...Thomas Martitz1-1/+1
2010-12-27Move codfire inline asm into cpu specific file.Nils Wallménius2-8/+15
2010-12-27Certain data accesses in the kernel should have volatile semantics to be corr...Michael Sevakis3-38/+54
2010-12-27Fix profiling on coldfire with newer Gcc.Nils Wallménius1-0/+11