summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-11-15move {bass,treble,prescale}_table from sound.c to mas35xx.hChristian Gmeiner2-92/+95
2007-11-15Work in progress fixes to the remote button handling. Now the remote can be ...Karl Kurbjun6-60/+84
2007-11-14FS#8157: H10 RTC alarm with some changes by me. The settings keymap had to be...Barry Wardell3-5/+135
2007-11-14FS#8155: Proper initialization of E8564 RTC (used in H10). Also fixes FS#8154...Barry Wardell1-0/+20
2007-11-14Accept FS#8139 - Correct assumed current consumption for iPod VideoJonathan Gordon1-5/+5
2007-11-12Fix bootloaders, and the backlight-modded Ondio build.Jens Arnold6-3/+26
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold40-304/+476
2007-11-12Fix FS#8138 - Gigabeat clock time is lost at midnight on SaturdaysRobert Kukla1-2/+2
2007-11-12Portal player i2c driver: More struct spinlock phaseout.Michael Sevakis3-11/+21
2007-11-11Hopefully fix line-in recording on PortalPlayer targets (H10 in particular).Barry Wardell1-1/+1
2007-11-11When unpacking a 16-bit color value to 24 bits, repeat the high bits of each ...Magnus Holmgren1-3/+3
2007-11-11Fix M:Robe defineKarl Kurbjun1-1/+1
2007-11-11Fix bootloader buildKarl Kurbjun1-1/+3
2007-11-11Revert Karl's r15581, r15582 and r15583 because they caused serious problems ...Nicolas Pennequin2-19/+18
2007-11-11Fix an error in the calculationKarl Kurbjun1-1/+1
2007-11-11Add a commentKarl Kurbjun1-0/+1
2007-11-11Setup the gigabeat so that iram is faked in a different spot since the normal...Karl Kurbjun4-21/+19
2007-11-11H10: Touch-up the audio source switching a bit. Actually fix my earlier error...Michael Sevakis2-15/+20
2007-11-11Seperate the Gigabeat F/X crt0.s, cleanup some #ifdefs in app.lds, add an ext...Karl Kurbjun5-189/+453
2007-11-11FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the...Barry Wardell7-14/+237
2007-11-11Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...Nicolas Pennequin19-0/+57
2007-11-11change the SCREEN_ROTATE define to be more meaningful, and set the mr500 orie...Jonathan Gordon4-7/+26
2007-11-11Show some more registers in the debug screen, fix the touchscreen when SCREEN...Karl Kurbjun2-22/+65
2007-11-11Add gigabeat S files to FILES and sort entries under target/armNils Wallménius1-9/+10
2007-11-10Fix the Gigabeat red and move it's hw specific code into the target treeKarl Kurbjun5-0/+115
2007-11-10Add some forgotten filesKarl Kurbjun2-0/+91
2007-11-10Change the way the UART recieves data and how buttons pressed are processed. ...Karl Kurbjun5-126/+72
2007-11-10Split radio i2c drivers into target tree where they belong. No changes to bin...Barry Wardell4-194/+242
2007-11-08No need to have this variable for targets that don't use itNils Wallménius1-0/+4
2007-11-08Mini 2nd Gen: Almost doubled LCD update speed when not boosted (68.5->129fps ...Jens Arnold2-0/+11
2007-11-08Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis6-4/+69
2007-11-08Trigger an additional battery level announcement when the levelStéphane Doyon1-1/+1
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon1-1/+20
2007-11-07Get the user timer working properly consequentially fixing doom without a hack.Karl Kurbjun3-31/+27
2007-11-06c200: Make microSD cards finally work.Jens Arnold1-2/+2
2007-11-06Get rid of some more inl/outl, and use the new macros for bitwise GPIO manipu...Jens Arnold1-10/+4
2007-11-05Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.Barry Wardell8-8/+9
2007-11-05Fix red.Barry Wardell4-11/+11
2007-11-05Get rid of some more inl/outl and use the new GPO32 define instead.Barry Wardell4-9/+9
2007-11-05Get rid of a couple of inl/outl since we have defines. Also use some other de...Barry Wardell2-8/+8
2007-11-05e200/c200: Take advantage of mutex recursion for the tuner driver and dump th...Michael Sevakis3-13/+6
2007-11-04make initialisation of buffer/unbuffer call backs consistent with FS#6639Robert Kukla1-4/+2
2007-11-04The GPIO interrupts are split into several port groups on all PP502x versions...Jens Arnold5-19/+49
2007-11-03Finally: HDD power control for all PP502x iPods (4th gen Grayscale, Color, Mi...Jens Arnold8-10/+39
2007-11-03* Add newfound GPO32 register to pp502x.h. * Introduce macros for the PP502x'...Jens Arnold1-0/+12
2007-11-03Little tidy-up on previous commit.Steve Bavin1-5/+7
2007-11-03Fix recursion-stack overflow on simulator, also unify some variable names and...Steve Bavin1-22/+41
2007-11-03Show exact CPU version on PP5002 targets.Jens Arnold1-0/+5
2007-11-03Accept FS#7910: spontaneously speak out the battery level when it fallsStéphane Doyon2-0/+27
2007-11-02TAB policingDave Chapman1-11/+11