summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2011-01-30Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis
2011-01-29Add widgets to android port.Antoine Cellerier
2011-01-29AMSv2 SD: Fix card insert lockups in USB mode. First, get rid of infinite loo...Michael Sevakis
2011-01-29Convert AMS target USB detection to event-based (no more polling in a tick). ...Michael Sevakis
2011-01-29AMSv2 USB: Delay after sftdiscon should be far longer.Michael Sevakis
2011-01-28AS3525v2 USB: Set disconnect before stopping module clock. Seems to cure reco...Michael Sevakis
2011-01-27as3525v2-usb: fix logf format, don't mask the interrupt using the VIC as it s...Amaury Pouly
2011-01-24as3525v2-usb: mask usb interrupt when setting up a transferAmaury Pouly
2011-01-24as3525v2-usb: only call wakeup_signal when a thread is actually waitingAmaury Pouly
2011-01-23i.MX31: Now that it matters because there's a debug screeen that allows chang...Michael Sevakis
2011-01-23Simplify x0/x1 calculation for iPod Color some more, and fix display on type ...Jens Arnold
2011-01-22Gigabeat S: Keep LCD options in sync even when display is turned off.Michael Sevakis
2011-01-22Fix yellow. Left an unused temp variable.Michael Sevakis
2011-01-22i.MX31: Allow interrupts in thread context, not just ISR context, during the ...Michael Sevakis
2011-01-22Better boost calculation for multifrequency CPUs. Frequencies between minimum...Michael Sevakis
2011-01-22i.MX31: Add a debug menu to play around with DVFS/DPTC settings for fun, test...Michael Sevakis
2011-01-22i.MX31: Busy wait for a couple microseconds at most then sleep until next tic...Michael Sevakis
2011-01-21Fix or at least significantly improve FS#11830. With introduction of ATA DMA ...Andree Buschmann
2011-01-21Fix red: defined(x || y) is not valid C preprocessorMaurus Cuelenaere
2011-01-21Fix Onda VX747+ LCD not working on bootMaurus Cuelenaere
2011-01-21Gigabeat S: Renovate bootloader a bit to show splash, implement verbose, shut...Michael Sevakis
2011-01-20Fix FS#11881. Patch by Thomas JaroschThomas Martitz
2011-01-20Fuze v2: Do button reading more efficiently by mapping button codes directly ...Michael Sevakis
2011-01-20Fuze V2: Fix hold switch behavior. Add a GPIOx_PIN_MASK macro to AS3525.Michael Sevakis
2011-01-20PP502x USB: It seems r29087 introduced additional parasitic current consumpti...Michael Sevakis
2011-01-19AS3525: Implement a true audio pause and full-resolution audio tick. Take car...Michael Sevakis
2011-01-19Reset USB devices before turning them off or else presumably the PHY is still...Michael Sevakis
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis
2011-01-18Fix Onda VX777 LCD not working on bootMaurus Cuelenaere
2011-01-17Add a higher level USB detection that prevents fraudulent bus resets from cau...Michael Sevakis
2011-01-17Convert PortalPlayer iRivers to use USB-mode enabled bootloader. The H10 5/6G...Michael Sevakis
2011-01-16Fix r29062 warning.Michael Sevakis
2011-01-16e200v1 seems to be ok using USB-enabled bootloader. Also, include the bootloa...Michael Sevakis
2011-01-15Fix problem with AMS PCM driver that caused mpegplayer lockup. It pre-decreme...Michael Sevakis
2011-01-15Oops...have to mind the boot.lds variation in /firmware/target/arm/philips by...Michael Sevakis
2011-01-15Get the last warning for vibe 500 bootloader.Michael Sevakis
2011-01-15Fix r29053 red and a leftover use of 'usb' variable as a bool rather than int...Michael Sevakis
2011-01-15Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis
2011-01-12Fix warning when linking booltoaders with the new toolchain by marking .bss s...Nils Wallménius
2011-01-12Fix FS#11820. Implement LCD shutdown for iPod Photo/Color and iPod nano 1G. T...Andree Buschmann
2011-01-11SA9200: Adjust touchpad sensitivities so that actual contact with the player ...Michael Sevakis
2011-01-11SA9200: Implement the backlight hold handling.Michael Sevakis
2011-01-11SA9200: Give LCD about an 8% speedup. Sync optional LCD settings to defaults ...Michael Sevakis
2011-01-11SA9200: Add YUV blitting, do full-screen updates more efficiently and properl...Michael Sevakis
2011-01-10Revert unneeded change from r29026.Andree Buschmann
2011-01-10iPod Video LCD: Avoid white flash when entering sleep mode or shutting off.Andree Buschmann
2011-01-08Fix iPod Classic LCD problemsMichael Sparmann
2011-01-08Some static data is only used by .init functions. Add .initdata to declare su...Michael Sevakis
2011-01-08Adjust iPod Classic CPU clock speed constants to at least roughly correct valuesMichael Sparmann
2011-01-07Implement hold switch and headphone detection on iPod ClassicMichael Sparmann