summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2008-04-06Shorten the uncontended (expected) corelock_(try_)lock return path. Squeeze d...Michael Sevakis1-17/+17
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 Sevakis26-83/+241
2008-04-04Tick/IRQ driven ADCs for TCC780x. Solves the weird button behaviour mentioned...Rob Purchase2-23/+53
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 Purchase5-45/+69
2008-04-04Split out the PCF5060x register defines into a common header and create a gen...Rob Purchase5-58/+157
2008-04-04Allow to select the core for running the user timer on portalplayer targets. ...Jens Arnold3-8/+19
2008-04-041st/2nd Gen: Backlight inversion needs to be protected from interrupts, becau...Jens Arnold3-14/+16
2008-04-03Fix the PP5002 interrupt controller register definitions. The PP5002 interrup...Jens Arnold1-2/+12
2008-04-03Oops; I forgot one.Nicolas Pennequin1-0/+1
2008-04-03m:robe 100 Robert Kukla2-95/+177
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold4-44/+76
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold4-76/+44
2008-04-02Ooops, overlooked the no-backlight stubs...Jens Arnold1-2/+12
2008-04-02Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen i...Jens Arnold3-18/+19
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-02Gigabeat S: Add some more register #defines to use later.Michael Sevakis1-8/+167
2008-04-01Clean up the way empty transfers are sent in error cases.Frank Gevaerts1-21/+23
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 Sevakis3-6/+7
2008-03-31Introduce sanity check and extra nop to stabilise TCC780x set_cpu_frequency()...Rob Purchase3-9/+9
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 Sevakis2-14/+5
2008-03-30Have meg-fx i2c driver use the wakeup functionality by making it interrupt-ba...Michael Sevakis1-55/+72
2008-03-30Add a lightweight wakeup object for fast processors.Michael Sevakis3-0/+105
2008-03-29Just change PRIORITY_BUFFERING to 15. Seems a teeny tiny bit helpful to mpegp...Michael Sevakis1-1/+1
2008-03-29Implement set_cpu_frequency() for TCC780x, but leave it disabled for now as s...Rob Purchase3-73/+69
2008-03-29Updated TCC780x NAND driver. Still work-in-progress but lots better than the ...Rob Purchase1-182/+372
2008-03-28Go back to the ata lock hack for 5g until whatever is going on there is disco...Michael Sevakis2-2/+80
2008-03-28Stop saving more registers than necessary.Jens Arnold1-78/+78
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin4-11/+11
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin2-27/+9
2008-03-28queue_delete should reset the blocker_p member.Michael Sevakis1-0/+1
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg13-454/+836
2008-03-27Revert "initial Meizu M6SL port"Marcoen Hirschberg7-946/+2
2008-03-27cleanup some ifdefsMarcoen Hirschberg1-6/+2
2008-03-27initial Meizu M6SL portMarcoen Hirschberg7-2/+946
2008-03-27use HAVE_ATA to decide if ata.c should be compiledMarcoen Hirschberg27-1/+79
2008-03-27Save a few registers in assembler routines for iPod 5Gs LCD driver and YUV co...Andree Buschmann1-35/+33
2008-03-27Make H10 bootloader successfully boot the OF again.Barry Wardell1-0/+4
2008-03-27Fix red - adc.h used to be in lcd-remote.hDave Chapman1-0/+1
2008-03-26Slightly better instruction order, added comment.Jens Arnold2-7/+11
2008-03-26Iriver H1x0/H300: Speed up remote LCD updates when boosted by implementing an...Jens Arnold1-134/+60