summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2011-01-21Fix red: defined(x || y) is not valid C preprocessorMaurus Cuelenaere1-1/+1
2011-01-21Fix Onda VX747+ LCD not working on bootMaurus Cuelenaere1-3/+4
2011-01-21Gigabeat S: Renovate bootloader a bit to show splash, implement verbose, shut...Michael Sevakis1-3/+7
2011-01-20Fix FS#11881. Patch by Thomas JaroschThomas Martitz1-1/+2
2011-01-20Fuze v2: Do button reading more efficiently by mapping button codes directly ...Michael Sevakis2-23/+10
2011-01-20Fuze V2: Fix hold switch behavior. Add a GPIOx_PIN_MASK macro to AS3525.Michael Sevakis1-21/+11
2011-01-20PP502x USB: It seems r29087 introduced additional parasitic current consumpti...Michael Sevakis1-23/+22
2011-01-19AS3525: Implement a true audio pause and full-resolution audio tick. Take car...Michael Sevakis3-30/+85
2011-01-19Reset USB devices before turning them off or else presumably the PHY is still...Michael Sevakis1-0/+2
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis5-17/+0
2011-01-18Fix Onda VX777 LCD not working on bootMaurus Cuelenaere1-5/+14
2011-01-17Add a higher level USB detection that prevents fraudulent bus resets from cau...Michael Sevakis3-9/+17
2011-01-17Convert PortalPlayer iRivers to use USB-mode enabled bootloader. The H10 5/6G...Michael Sevakis4-83/+29
2011-01-16Fix r29062 warning.Michael Sevakis1-2/+0
2011-01-16e200v1 seems to be ok using USB-enabled bootloader. Also, include the bootloa...Michael Sevakis4-136/+147
2011-01-15Fix problem with AMS PCM driver that caused mpegplayer lockup. It pre-decreme...Michael Sevakis1-4/+16
2011-01-15Oops...have to mind the boot.lds variation in /firmware/target/arm/philips by...Michael Sevakis1-0/+69
2011-01-15Get the last warning for vibe 500 bootloader.Michael Sevakis1-0/+1
2011-01-15Fix r29053 red and a leftover use of 'usb' variable as a bool rather than int...Michael Sevakis3-3/+6
2011-01-15Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis13-109/+665
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 Buschmann2-20/+47
2011-01-11SA9200: Adjust touchpad sensitivities so that actual contact with the player ...Michael Sevakis2-2/+46
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 Sevakis2-15/+686
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-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 Sevakis4-6/+3
2011-01-08Adjust iPod Classic CPU clock speed constants to at least roughly correct valuesMichael Sparmann1-4/+4
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-05Gigabeat S: Make it a removable mass-storage device. Windows will assign a dr...Michael Sevakis2-1/+56
2011-01-03Remove files accidentally commited in 28953Michael Sparmann2-119/+0
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 Sparmann31-2/+3245
2011-01-02Fix yellowMichael Sparmann2-0/+2
2011-01-02Fix redMichael Sparmann1-0/+1
2011-01-02Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann10-243/+9
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