summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-01-08Fixed the rombox generation for SH1.Miika Pekkarinen1-0/+4
2007-01-08Add a check to verify ATA driver has been initialised in ata_sleepnow().Miika Pekkarinen1-1/+1
2007-01-08Hxxx battery voltage level for forced shutdown was little too low.Miika Pekkarinen1-1/+1
2007-01-08Enable ROM file generation for H120/H140.Miika Pekkarinen1-17/+53
2007-01-08Updated buttonlights for the Gigabeat port. Added LCD controller off and on f...Steve Gotthardt6-111/+264
2007-01-08Make lcd_enable more tolerant of multiple callsGreg White1-5/+10
2007-01-07"Trash Metal" should be "Thrash Metal". Reported as FS#6503, checked against ...Dominik Riebeling1-1/+1
2007-01-07Allow one more thread on swcodec to make mpegplayer work on targets with remo...Jens Arnold1-1/+1
2007-01-07Added header include to suppress compiler warningSteve Gotthardt1-0/+1
2007-01-07Revamped the backlight state machine and added buttonlight controls. Go to th...Steve Gotthardt6-49/+492
2007-01-06Fix range for cache cleansGreg White1-5/+4
2007-01-06Read byte by byte rather than DMA for unaligned transferGreg White1-11/+24
2007-01-05The i2c driver did not conform with i2c spec and was missing the restart. Som...Steve Gotthardt1-43/+80
2007-01-05Switch DMA wait loop to idle CPUGreg White2-11/+20
2007-01-04Fix simulator buildGreg White2-6/+6
2007-01-04CreatedGreg White1-0/+21
2007-01-04Move invalidate_icache macro to function in GB target tree, GB onlyGreg White1-0/+7
2007-01-04Use DMA for Blit to screen/clearGreg White3-151/+217
2007-01-04Flush DMA buffers for DMAGreg White1-11/+18
2007-01-04ATA reads now use DMAGreg White2-2/+56
2007-01-04Move system specific rebootGreg White2-24/+34
2007-01-04Add cache controlGreg White1-0/+76
2007-01-04Add clean_dcacheGreg White1-1/+5
2007-01-04CreatedGreg White1-0/+31
2007-01-04Implementing backlight fade for the Gigabeat. Note that fading is the normal ...Steve Gotthardt2-2/+105
2007-01-04Added HAVE_BACKLIGHT_SET_FADING because the Gigabeat backlight works that way.Steve Gotthardt1-0/+4
2007-01-04Added minimal changes to allow Gigabeat and other ports with settable backlig...Steve Gotthardt1-0/+4
2007-01-04Optimized the timing for the delay and changed the startup delay.Steve Gotthardt1-7/+8
2007-01-04Moved the HAVE_USB_POWER into the !Simulator section so that the simulator bu...Steve Gotthardt1-3/+3
2007-01-04Changed the delay loop to run faster and more accurate. Made the internal fun...Steve Gotthardt1-12/+20
2007-01-04CreatedGreg White1-0/+31
2007-01-02iPod USB code has already been moved to the target tree so it's not used here...Barry Wardell1-8/+0
2007-01-01Split the enable_fiq(fiq_handler) function into separate set_fiq_handler(fiq_...Dave Chapman3-5/+12
2006-12-31Another modified-build simplification: Just uncomment the #define for an ATA ...Jens Arnold1-0/+4
2006-12-30Made building for backlight-modded Ondios a bit easier: Just uncomment the #d...Jens Arnold2-0/+6
2006-12-29add missing variable declarationMarcoen Hirschberg1-0/+3
2006-12-29remove debug code and unsused variableMarcoen Hirschberg1-5/+0
2006-12-29fix idle mode for the gigabeatMarcoen Hirschberg1-1/+3
2006-12-29no need to prefill the i2s fifoMarcoen Hirschberg1-7/+0
2006-12-29don't ignore remote when hold is onMarcoen Hirschberg1-14/+5
2006-12-29merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...Marcoen Hirschberg28-189/+1143
2006-12-25Make recording compile without priority schedulingBrandon Low1-2/+12
2006-12-22Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen2-8/+15
2006-12-22Make AB mode uable on the ipods. In AB mode select is used to set/resetJonathan Gordon6-0/+6
2006-12-21Fix bug accessing data above 4Gb in SansaDaniel Ankers1-5/+6
2006-12-20renamed biglba to lba48, plus a slight optimizationJörg Hohensohn1-17/+10
2006-12-20iPod 3G is also PortalPlayer so should use the common USB driver.Barry Wardell1-0/+6
2006-12-20Combine USB code for all PortalPlayer targets since they most likely all use ...Barry Wardell10-321/+190
2006-12-20fix typo, noticed by Steve GotthardtMarcoen Hirschberg1-1/+1
2006-12-19Preparation for disks >137 GB, use BigLBA 48 bit addressing if necessary. Onl...Jörg Hohensohn1-16/+65