summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-01-23Gmini has software poweroff.Jens Arnold1-0/+3
2005-01-23(1) Remapped BUTTON_CANCEL->BUTTON_OFF for gmini better representing its func...Jens Arnold2-52/+52
2005-01-22Forgot to commit removal of string.c when reviving memcpy.c and memset.cJens Arnold1-19/+0
2005-01-22long policyJean-Philippe Bernardy1-3/+4
2005-01-22simplification and better integration of the gmini portJean-Philippe Bernardy1-18/+9
2005-01-22long policyJean-Philippe Bernardy1-1/+1
2005-01-22Assembler optimized strlen() for SH1, both smaller & faster. Moved strlen() i...Jens Arnold3-1/+103
2005-01-21Revived C implementations of memcpy() and memset() for platforms without asm ...Jens Arnold5-5/+233
2005-01-21more MMIO supportJean-Philippe Bernardy1-4/+38
2005-01-21Removed double definition of CONFIG_LCD.Jens Arnold1-2/+0
2005-01-20Factored out some macrosJean-Philippe Bernardy1-15/+3
2005-01-20Support for gmini ATA interfaceJean-Philippe Bernardy1-59/+181
2005-01-20fixed indentationJean-Philippe Bernardy1-31/+31
2005-01-20Support for gmini100 series LCDJean-Philippe Bernardy1-0/+54
2005-01-17The current lcd_bitmap() implementation is safe for enabling partial font hei...Jens Arnold2-8/+0
2005-01-17iRiver fix: The larger LCD_HEIGHT needs larger area fill bitmaps.Jens Arnold1-4/+8
2005-01-12Rombox now properly uses all available DRAM for 8 MB builds.Jens Arnold1-5/+17
2005-01-12New channel configuration setting, allowing fine-grained control of the stere...Jens Arnold2-99/+117
2005-01-10Jean-Philippe Bernardy: minor correctionDaniel Stenberg1-3/+3
2005-01-10Now define the exact LCD controller in use.Daniel Stenberg8-0/+16
2005-01-10Jean-Philippe Bernardy: TCC730 adjustmentsDaniel Stenberg1-5/+46
2005-01-10Jean-Philippe Bernardy: fixed to use long for 32 bit valuesDaniel Stenberg1-10/+10
2005-01-10gmini adjustments, with a new CONFIG_LCD setup being preparedDaniel Stenberg2-6/+24
2005-01-10Jean-Philippe Bernardy: gmini100 keypad supportDaniel Stenberg1-15/+38
2005-01-10Jean-Philippe Bernardy: removed bad emu_debugf() callDaniel Stenberg1-1/+0
2005-01-10Jean-Philippe Bernardy: gmini supportDaniel Stenberg1-1/+102
2005-01-10Jean-Philippe Bernardy: C versions of memset() and memcpy() for archs withDaniel Stenberg2-0/+22
2005-01-10Reverted latest change due to compiler warning. led() doesn't do anythingDaniel Stenberg1-1/+1
2005-01-09don't include the types, we use plain C variable typesDaniel Stenberg1-2/+0
2005-01-09Jean-Philippe Bernardy: ADC support for TCC730Daniel Stenberg1-0/+47
2005-01-09Jean-Philippe Bernardy: only flash with LED if there is a led available!Daniel Stenberg1-1/+1
2005-01-09Jean-Philippe Bernardy: ported to gmini120Daniel Stenberg1-0/+51
2005-01-09Jean-Philippe Bernardy: TCC730 support addedDaniel Stenberg1-0/+3
2005-01-09Jean-Philippe Bernardy: gmini keypad addedDaniel Stenberg1-1/+10
2005-01-09Jean-Philippe Bernardy: calmrisc header file (gmini work)Daniel Stenberg1-0/+62
2005-01-09Use the register shadow variable in all places.Jens Arnold2-4/+6
2005-01-05Fixed some warnings.Jens Arnold1-1/+6
2005-01-05unmount function in preparation for MMC hotswap, more mutexingJörg Hohensohn2-1/+35
2005-01-04Multivolume: prevent file rename attempts across volumes.Jens Arnold1-6/+11
2005-01-04modify fat cache entries atomic, this was potentially unsafeJörg Hohensohn1-12/+24
2005-01-04Early and basic gmini 120 config. Needs attention and corrections.Daniel Stenberg2-0/+32
2005-01-03select the card within the mutex, seems more safeJörg Hohensohn1-9/+17
2005-01-03using a pointer instead of array dereferencing saves ~250 bytesJörg Hohensohn1-20/+20
2005-01-03Correct handling of FAT16 root directory when it does not start on a pseudo c...Jens Arnold2-86/+46
2005-01-01finally: multivolume for Ondio officially enabled (use MMC and internal 128MB...Jörg Hohensohn2-0/+6
2005-01-01volume names look better in sharp brackets, code slightly more compactJörg Hohensohn1-5/+7
2004-12-29cosmetic: use the IF_MV2() macro for optional argumentsJörg Hohensohn1-7/+2
2004-12-29behave for multi-volumeJörg Hohensohn1-2/+8
2004-12-29Shared mounting code, also more general. It will mount multiple HD partitions...Jörg Hohensohn3-33/+54
2004-12-28killed a warning for boxes not supporting FAT16Jörg Hohensohn1-4/+4