summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-06-18With a max delay of 17 seconds before overflow happens limiting to unsigned s...Tobias Diedrich2-2/+3
2010-06-18as3525v2: use 248MHz PLL (reverse engineered by bertrik)Rafaël Carré1-6/+5
2010-06-18as3525: cache first read of enrd0 registerRafaël Carré1-1/+2
2010-06-18as3525*: make udelay() be a simple busy loopRafaël Carré3-64/+22
2010-06-18as3525v2: document PLL bits and show current PLL frequency in the debug menuBertrik Sikken2-4/+27
2010-06-18arm/crt0.S: comment why the reset vector doesn't use absolute addressingRafaël Carré1-0/+7
2010-06-18fix endif wrongly removed (should have been moved) in r26927Rafaël Carré1-0/+1
2010-06-18as3525*: enable USB stack in bootloader (but not USE_ROCKBOX_USB yet)Rafaël Carré8-45/+16
2010-06-18as3525*: enable MMU in bootloaderRafaël Carré11-196/+199
2010-06-18rolo is only needed in SH bootloaders, not other bootloadersRafaël Carré1-0/+2
2010-06-18C200v2 lcd controller still gets stuck sometimes, do a full controller init i...Tobias Diedrich1-8/+18
2010-06-18Enable display and backlight on panic.Tobias Diedrich9-0/+18
2010-06-18Squeeze down the PP5002 cache routines a bit.Michael Sevakis1-27/+37
2010-06-18Avoid ifdefsTobias Diedrich2-16/+16
2010-06-18Move usb-drv-as3525 defines into header fileTobias Diedrich2-291/+319
2010-06-18For multiprocessor targets, do the thread_exit routine such that we don't nee...Michael Sevakis2-21/+29
2010-06-18as3525: bootloader USB modeRafaël Carré3-2/+10
2010-06-18sd-as3525: enable writing, sd_enable() and card_get_info_target() in bootloaderRafaël Carré1-19/+4
2010-06-18usb-drv-as3525: use udelay() and not a C busy loopRafaël Carré1-4/+5
2010-06-18usb-drv-as3525: build with LOGF_ENABLE undefinedRafaël Carré1-1/+2
2010-06-17Fix red. Need 'inline' with 'always_inline'.Michael Sevakis1-4/+4
2010-06-17Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo...Michael Sevakis3-28/+51
2010-06-17sd-as3525 was calling dma_release() without calling dma_retain() first, ifTobias Diedrich2-3/+7
2010-06-17Either the removal of the unneeded flush or the additional epn_info setupTobias Diedrich1-23/+67
2010-06-17Make sure files which aren't windows-specific use \n line endings onlyRafaël Carré8-464/+464
2010-06-17AMSv2 RTC: no need to write to RTC_WAKEUP registerRafaël Carré1-24/+9
2010-06-16Re-write the Telechips I2C delay routine in assembler to stop the compiler op...Rob Purchase1-3/+4
2010-06-16The mystery FM chip in some Sansa Clip+ players has been identified as a RDA5...Bertrik Sikken8-114/+119
2010-06-16FM clip+ radio: enable stereo indicationBertrik Sikken1-2/+2
2010-06-16FS#11402 by me : sd_enable for Sansa AMSv2Rafaël Carré4-5/+17
2010-06-15Support for mystery FM chip in some Sansa Clip+, FS #11403 by meBertrik Sikken10-11/+470
2010-06-15SDL target: remove mouse polling and replace it with an event-based mechanism...Maurus Cuelenaere1-35/+31
2010-06-15HD200 - use line transfers in lcd_grey_data. This gives ~25% speedup.Marcin Bukat1-7/+77
2010-06-14cowond2: make sure the i2c delay loop code is actually generated by the eabi ...Amaury Pouly1-1/+3
2010-06-14HD200 - make USB bridge handling more correctMarcin Bukat1-13/+5
2010-06-13cowond2: make the code consistent with the comments and really clear the bitsRafaël Carré1-2/+2
2010-06-12__div0: give the address of the instruction calling division to UIERafaël Carré1-3/+4
2010-06-12ARM: __div0() takes no argumentRafaël Carré1-2/+0
2010-06-12Sansa AMS: call the exception handler with the correct address when the excep...Rafaël Carré1-1/+6
2010-06-12usb-as3535v2: add more defines, reorganize/simplify things, add code for inte...Amaury Pouly2-162/+431
2010-06-11Port greylib blitting optimisation to MPIO HD200. ISR speedup is ~10%; furthe...Jens Arnold1-40/+31
2010-06-11Get rid of the STATICIRAM hack for eabi builds.Thomas Martitz1-2/+3
2010-06-11Remove an unneccessary long call from the S5L8700 PCM FIQ handlerMichael Sparmann1-3/+1
2010-06-11Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio...Michael Sevakis15-41/+48
2010-06-11pcm as3525v1: revert 26761 to use faster ASM codeRafaël Carré1-1/+14
2010-06-11s5l8700 PCM: Always call dma_callback. (fix r26253 remnants)Michael Sevakis1-1/+1
2010-06-11ata-creative-zvm: make sure return value is definedRafaël Carré1-3/+3
2010-06-11HD200 - clean up usb related functionsMarcin Bukat1-10/+6
2010-06-11HD200 - power_init() rework based on latest power consumption measurementsMarcin Bukat1-24/+41
2010-06-11HD200 - small cleanup in button_init_device()Marcin Bukat1-3/+3