summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2010-06-20Revert r26350 - fixes FS#11421Michael Chicoine
2010-06-20Remove PROC_NEEDS_CACHEALIGN for Nano2G again, it's only needed for PPMichael Sparmann
2010-06-20Fix misspelled STORAGE_WANTS_ALIGN in s5l8700/system-target.h. Also add PROC_...Michael Sparmann
2010-06-20Also define STORAGE_ALIGN_ATTR if STORAGE_WANTS_ALIGN isn't definedMichael Sparmann
2010-06-20Use STORAGE_ALIGN_ATTR for instead of hardwired alignment in the Nano2G FTL a...Michael Sparmann
2010-06-20Add a STORAGE_ALIGN_ATTR macro, similar to CACHEALIGN_ATTR, for consistencyMichael Sparmann
2010-06-20Revert r26937 (as3525v2: use 248MHz PLL)Rafaël Carré
2010-06-19as3525v2-usb: fix yellow about unused functions (they can be resurrected from...Amaury Pouly
2010-06-19as3525v2-usb: remove useless macroAmaury Pouly
2010-06-19as3525v2-usb: end of massive renamingAmaury Pouly
2010-06-19as3525v2-usb: major code renamingAmaury Pouly
2010-06-19as2525v2-usb: coherence fixAmaury Pouly
2010-06-19as3525v2-usb: simplify register definitionsAmaury Pouly
2010-06-19as3525v2-usb: tweaks things but still doesn't work.Amaury Pouly
2010-06-19as3525v2-usb: rework thing, simplifyAmaury Pouly
2010-06-19as3525v2-usb: reorganize thing, don't renable ep0 on enum because it's alread...Amaury Pouly
2010-06-19as3525v2-usb: don't disable interrupts on bus reset (that was for debug purpose)Amaury Pouly
2010-06-19iPod 3G: Add a small check to ensure backlight never gets stuck off if wheel ...Michael Sevakis
2010-06-19iPod 3G: Implement wheel acceleration and repeats. Chosen settings feel prett...Michael Sevakis
2010-06-19fix r26953: use physical address for DMA buffer, also for IRAMRafaël Carré
2010-06-19sd-as3525*: handle aligned transfers without memcpy()Rafaël Carré
2010-06-19FS#11417 by Joe Balough: fix audio/tuner on philips hdd6330Rafaël Carré
2010-06-19Of course there's no mdelay on c200(v1), so just use udelayTobias Diedrich
2010-06-19Include system-target.h for mdelayTobias Diedrich
2010-06-19Use mdelayTobias Diedrich
2010-06-19Add mdelayTobias Diedrich
2010-06-19Comment on mps sizesTobias Diedrich
2010-06-19usb-drv-as3525: set bulk max packet size according to speedRafaël Carré
2010-06-18With a max delay of 17 seconds before overflow happens limiting to unsigned s...Tobias Diedrich
2010-06-18as3525v2: use 248MHz PLL (reverse engineered by bertrik)Rafaël Carré
2010-06-18as3525: cache first read of enrd0 registerRafaël Carré
2010-06-18as3525*: make udelay() be a simple busy loopRafaël Carré
2010-06-18as3525v2: document PLL bits and show current PLL frequency in the debug menuBertrik Sikken
2010-06-18arm/crt0.S: comment why the reset vector doesn't use absolute addressingRafaël Carré
2010-06-18fix endif wrongly removed (should have been moved) in r26927Rafaël Carré
2010-06-18as3525*: enable USB stack in bootloader (but not USE_ROCKBOX_USB yet)Rafaël Carré
2010-06-18as3525*: enable MMU in bootloaderRafaël Carré
2010-06-18rolo is only needed in SH bootloaders, not other bootloadersRafaël Carré
2010-06-18C200v2 lcd controller still gets stuck sometimes, do a full controller init i...Tobias Diedrich
2010-06-18Enable display and backlight on panic.Tobias Diedrich
2010-06-18Squeeze down the PP5002 cache routines a bit.Michael Sevakis
2010-06-18Avoid ifdefsTobias Diedrich
2010-06-18Move usb-drv-as3525 defines into header fileTobias Diedrich
2010-06-18For multiprocessor targets, do the thread_exit routine such that we don't nee...Michael Sevakis
2010-06-18as3525: bootloader USB modeRafaël Carré
2010-06-18sd-as3525: enable writing, sd_enable() and card_get_info_target() in bootloaderRafaël Carré
2010-06-18usb-drv-as3525: use udelay() and not a C busy loopRafaël Carré
2010-06-18usb-drv-as3525: build with LOGF_ENABLE undefinedRafaël Carré
2010-06-17Fix red. Need 'inline' with 'always_inline'.Michael Sevakis
2010-06-17Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo...Michael Sevakis