summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-07Save a couple of bytes by using moveq.l where possible.Jens Arnold1-7/+7
2008-04-06Iriver remote LCD driver: * Split out assembler parts. * Reintroduced the 2 t...Jens Arnold2-204/+309
2008-04-06e200: Get the UNCACHED_ADDR macro and phys_fb_address use out of the lcd driver.Michael Sevakis1-29/+11
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis17-52/+204
2008-04-04Tick/IRQ driven ADCs for TCC780x. Solves the weird button behaviour mentioned...Rob Purchase1-23/+52
2008-04-04Greyscale library: Optionally put the greyscale ISR on COP on portalplayertar...Jens Arnold1-4/+26
2008-04-04D2: Adjustable backlight brightness (sometimes fails when boosted, suggests I...Rob Purchase3-40/+63
2008-04-041st/2nd Gen: Backlight inversion needs to be protected from interrupts, becau...Jens Arnold3-14/+16
2008-04-03m:robe 100 Robert Kukla1-93/+175
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold1-39/+75
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold1-75/+39
2008-04-02LCD driver tweaks for greyscale iPods: * Use 1/7 bias, 5x step-up and the hig...Jens Arnold1-41/+13
2008-04-02gigabeat S: Set the tick speed correctly (calced from clocking regdump). Use ...Michael Sevakis1-20/+41
2008-04-01Use a better place to enable the interrupts.Jens Arnold1-1/+1
2008-04-01iPod 1st..3rd Gen and Mini 1st Gen fixes/improvements: * Remove the unnecessa...Jens Arnold3-51/+24
2008-04-01Make the gigabeat S boot again.Michael Sevakis1-1/+2
2008-04-01Change a #define constant that conflicts with a mingw definition. Change "WAI...Michael Sevakis1-1/+1
2008-03-31Introduce sanity check and extra nop to stabilise TCC780x set_cpu_frequency()...Rob Purchase1-3/+4
2008-03-31Change the remaining set_interrupt_status usage to the more parsimonious disa...Michael Sevakis7-16/+14
2008-03-31Fixes FS#8552. On some c200s, the second parameter in setting R_Y_ADDR_AREA w...Mark Arigo1-0/+13
2008-03-31meg-fx: Add headers to files in the target directory that were missing them. ...Michael Sevakis9-2/+92
2008-03-31meg-fx: It's important to make sure certain interrupt-related registers have ...Michael Sevakis7-34/+59
2008-03-30Fix red and clean up meg-fx firmware sources. Remove an unused file.Michael Sevakis1-8/+0
2008-03-30Have meg-fx i2c driver use the wakeup functionality by making it interrupt-ba...Michael Sevakis1-55/+72
2008-03-29Implement set_cpu_frequency() for TCC780x, but leave it disabled for now as s...Rob Purchase2-71/+67
2008-03-29Updated TCC780x NAND driver. Still work-in-progress but lots better than the ...Rob Purchase1-182/+372
2008-03-28Stop saving more registers than necessary.Jens Arnold1-78/+78