summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm
AgeCommit message (Expand)AuthorFilesLines
2008-04-22Cleanup/fixup the USB initialization for the Gigabeat FKarl Kurbjun1-13/+15
2008-04-21Enable program flow prediction in the system control coprocessor setup in the...Michael Sevakis1-2/+2
2008-04-21A few preparations for the D2 PCM driver: move driver up to TCC780x level, mo...Rob Purchase3-19/+13
2008-04-20Also declare .qharray for the bootloader on imx31. Usb is also supported ther...Frank Gevaerts1-0/+1
2008-04-20move some data around to place qh_array at the start of iram. This saves up t...Frank Gevaerts6-37/+49
2008-04-20Adding new setting to System Settings <Accessory Power Supply -- off by defau...Andree Buschmann1-0/+19
2008-04-20Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNN...Jens Arnold1-0/+54
2008-04-20disable irqs during the critical part of prime_transfer(). This improves the ...Frank Gevaerts1-0/+6
2008-04-20Oops, clean up and use usb_drv.h.Michael Sevakis1-2/+1
2008-04-20Make the inital connect problem go away on Gigabeat S. Would be nice if a bet...Michael Sevakis3-17/+56
2008-04-19Fix warning.Barry Wardell1-0/+3
2008-04-19FS#8642: Improve boot time on Sansa bootloaders by boosting the CPU. This onl...Barry Wardell1-2/+9
2008-04-18Fix ticking noise on PP5002 introduced with tthe transfer optimisation in r17...Jens Arnold1-13/+15
2008-04-18Fix bootloader red.Michael Sevakis1-3/+5
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis7-36/+170
2008-04-17Rough battery calibration for the c200 based on results posted by Tomasz Wasi...Michael Giacomelli1-2/+3
2008-04-17Cache functions should include data and instruction barriers.Michael Sevakis2-7/+18
2008-04-16Optimized byte-swapping macros for ARMv6.Michael Sevakis1-0/+21
2008-04-16Simpilify the uncached buffer allocation for the USB stack using NOCACHEBSS_A...Michael Sevakis1-9/+8
2008-04-15m:robe 100 - enable setting for buttonlight brightnessRobert Kukla2-16/+13
2008-04-15Use real ARM 11 instructions for cache operations. Probably will factor out l...Michael Sevakis1-0/+50
2008-04-15FS#8898 - Prefix AS3514 registers with AS3514_Bertrik Sikken4-7/+7
2008-04-15Kill some D2 yellows with a simplistic Rolo implementation and NAND driver cl...Rob Purchase2-9/+8
2008-04-15Kill warnings that annoy me when building for Gigabeat S.Michael Sevakis2-1/+13
2008-04-15Make the transparent bitmaps work on Gigabeat S.Michael Sevakis1-11/+12
2008-04-15woops... fix red and some svn keywords.Jonathan Gordon2-5/+16
2008-04-15Setup the touchpads to have two modes - stylus and button - and set them in b...Jonathan Gordon3-10/+65
2008-04-14Gigabeat S: Make ADC battery voltage reading correct. Tiny tweak to ADC drive...Michael Sevakis2-6/+3
2008-04-14Oops...simple math proves elusive at times. Get the array calcs right.Michael Sevakis1-11/+6
2008-04-13ADC driver for Gigabeat S - a bit on the general side for now. Needs to have ...Michael Sevakis4-53/+145
2008-04-13ASM optimization for fiq_playback(). Saves about 0.4MHz of CPU while playback...Andree Buschmann1-23/+61
2008-04-13Charger detection for Gigabeat SNils Wallménius3-3/+44
2008-04-12Fix cut'n'pasterelated yellows.Rob Purchase1-1/+1
2008-04-12D2: Charging detection, plus basic PCF50606 interrupt handler.Rob Purchase1-0/+40
2008-04-12Add GPIO manager. Get the PMIC interrupt handling working (along with power b...Michael Sevakis12-19/+593
2008-04-12D2: Implement battery voltage readout from PCF50606 (levels not yet calibrate...Rob Purchase2-12/+35
2008-04-12Big oops. Fix enum spi_module_number to set right enum values. :p.Michael Sevakis1-1/+2
2008-04-11D2: Remove USB detection as it's not actually on GPIOC26 (that's a charging i...Rob Purchase1-5/+2
2008-04-11Add a "View I/O Ports" screen for imx31. Show all GPIO contents.Michael Sevakis3-3/+115
2008-04-11Serial driver for imx31. Perhaps not 100% but maybe 80-90% (future developmen...Michael Sevakis8-60/+687
2008-04-10Properly clear clear-on-write bits in the PP502x USB controllerBertrik Sikken1-6/+6
2008-04-09Add DM320 I²C driver, although not (yet) enabled in the sources.Maurus Cuelenaere2-42/+116
2008-04-08D2: Implement power-off by putting the PCF50606 to sleep (and reduce timeout ...Rob Purchase3-31/+37
2008-04-08D2: Update dual boot to use the hold switch. Update bootloader to show messag...Rob Purchase1-3/+3
2008-04-07Make the TCC780x ADC driver work again in the bootloader.Rob Purchase1-10/+11
2008-04-07Make the greyscale library work on the m:robe 100. Testing on target done by ...Jens Arnold2-20/+135
2008-04-07explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla8-1/+8
2008-04-07Hopefully fix FS#8506 (OF cant be loaded on some PP targets). also hopefully ...Jonathan Gordon1-5/+4
2008-04-07Wow. Fix those irq #defines for ARM and use the right one in power-c200_e200....Michael Sevakis2-5/+5
2008-04-07Better sansa shutdown sequence in power_off.Michael Sevakis1-9/+7