summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2004-10-08Let's put the DRAM at 0x30000000 on the iRiverLinus Nielsen Feltzing
2004-10-08Fixed typoJens Arnold
2004-10-07First iRiver startup code, does nothing but blink the backlightLinus Nielsen Feltzing
2004-10-07Modest start on the H100Linus Nielsen Feltzing
2004-10-07Ported to iRiver H100Linus Nielsen Feltzing
2004-10-07Now used IRAMORIGLinus Nielsen Feltzing
2004-10-07Correct CPU type handlingLinus Nielsen Feltzing
2004-10-06The endian swap macros should be unsigned. This fixes the FAT16 issue.Jens Arnold
2004-10-06Enhanced MMC handling: Driver cleanup, timeout calculation fixed, allowed vol...Jens Arnold
2004-10-06include cpu header only if explicit CPU matchDaniel Stenberg
2004-10-06sh7024.h -> cpu.hLinus Nielsen Feltzing
2004-10-06ENDADDR is now correctly definedLinus Nielsen Feltzing
2004-10-06Adapted for iRiver H1xxLinus Nielsen Feltzing
2004-10-06Changed CPU name, removed HAVE_LEDLinus Nielsen Feltzing
2004-10-06Changed CPU nameLinus Nielsen Feltzing
2004-10-06CPU definition fileLinus Nielsen Feltzing
2004-10-06CPU definitions for MCF5249Linus Nielsen Feltzing
2004-10-06Removed Neo supportLinus Nielsen Feltzing
2004-10-06Removed erroneous comment.Björn Stenberg
2004-10-05Oops, I meant to disable SDOLinus Nielsen Feltzing
2004-10-05Increased strength on S/PDIF outputs, fixes bug #770355Linus Nielsen Feltzing
2004-10-05Compile ata_mmc.c for targets with mmc, ata.c for all others.Björn Stenberg
2004-10-05only compile files that are relevantDaniel Stenberg
2004-10-05panic on write behind partition, tooJörg Hohensohn
2004-10-04(Re-)added the delayed write feature to avoid wearing the flash unnecessarilyJens Arnold
2004-10-04MMC: 10 % faster reading and 15 % faster writingJens Arnold
2004-10-04added the new SOURCES files to the tarballDaniel Stenberg
2004-10-04new SOURCES file that specifies which files to build in each dir, useDaniel Stenberg
2004-10-03Removed disabled code.Jens Arnold
2004-10-03Implemented multiple block reading and writing. Significant speedup.Jens Arnold
2004-10-02Fix: MAS SIBI control now is output as intendedJens Arnold
2004-10-01Some cleanup, and a quick fix to make battery status reading and idle powerof...Jens Arnold
2004-10-01void* can't be offset, gcc should not allows thisJörg Hohensohn
2004-10-01test code portable nowJörg Hohensohn
2004-10-01test code portable nowJörg Hohensohn
2004-10-01Fixed a typo which lead to non-initialized MAS on Ondio SPJens Arnold
2004-10-01Ondio PACR inits for cold startJörg Hohensohn
2004-10-01Fix: card initialization on card_select()Jens Arnold
2004-10-01Ondio PACR inits for cold startJörg Hohensohn
2004-10-01Ondio config cleanup, SIBI supportJörg Hohensohn
2004-10-01We must sleep 2 ticks to be really sure that all A/D channels have been conve...Linus Nielsen Feltzing
2004-09-29Writing to mmc does work now, but not always correct yet. It caused a corrupt...Jens Arnold
2004-09-29Added MAS3539F support (Ondio SP)Jens Arnold
2004-09-29Small fix for the card initJens Arnold
2004-09-29MMC driver is now write enabled, and should no longer lock up. Still prelimin...Jens Arnold
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn
2004-09-28First working MMC driver (very preliminary, and read-only), and some adaption...Jens Arnold
2004-09-26Added header file for bitswap, and made the fliptable global for re-useJens Arnold
2004-09-24Ensure vaild readings when adc_init() returnsJens Arnold
2004-09-23Added debouncing to the Ondio button driver.Jens Arnold