summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-02-28redo r24943. the font mappings are not needed once the skin is finished parsi...Jonathan Gordon1-1/+2
2010-02-27sd-as3525v2: Load CID info to cardinfo.cid[] correctly.Jack Halpin1-1/+1
2010-02-26font.c: correct checking cache_fd. remove some trailing spaces.Teruaki Kawashima1-8/+8
2010-02-25Add Sansa Fuzev2 to the target tree. Bootloader builds, but is completely unt...Thomas Martitz10-3/+824
2010-02-25sd-as3525v2: Controller and card init much more reliably now.Jack Halpin1-53/+31
2010-02-25Revert r24898 and fix yellow properly so that register is still readMichael Chicoine1-1/+2
2010-02-24Comment out unused variable (fix yellow)Michael Chicoine1-1/+1
2010-02-24sd-as3525v2.c: Correct some #defines, add comments, attempt to lower sd frequ...Jack Halpin1-14/+23
2010-02-24fix a typo in commentRafaël Carré1-1/+1
2010-02-23sd-as3525v2: Add some register bit descriptions.Jack Halpin1-17/+135
2010-02-23sd-as3525v2: correct CGU_MEMSTICK setting, shift dividerRafaël Carré1-2/+3
2010-02-23as3525v2: share more of system_init() between the 2 SoCsRafaël Carré2-28/+25
2010-02-23sd-as3525v2: unaligned transfers are handled properly (with memcpy)Rafaël Carré1-3/+0
2010-02-22Remove tabs in firmware path (taking into account the original spacing).Andree Buschmann24-660/+660
2010-02-22Clip+: greylibRafaël Carré2-2/+103
2010-02-22Clip+: show the same real time in OF and rockboxRafaël Carré1-1/+3
2010-02-22sd-as3525v2: use an uncached buffer, disable write for the momentRafaël Carré1-10/+32
2010-02-22as3525v2: use iram (might need to be disabled for clipv2)Rafaël Carré1-0/+1
2010-02-22Clip+: fix buttons driverRafaël Carré1-23/+7
2010-02-22as3525v2: do not modify CGU_PERI in rockbox.sansaRafaël Carré1-0/+3
2010-02-22crt0: init correctly as3525v2Rafaël Carré1-1/+1
2010-02-22sd-as3525v2: working bootloaderRafaël Carré1-51/+39
2010-02-22Fix model number for Clipv2 & Clip+ (same than in scramble.c)Rafaël Carré2-2/+2
2010-02-22as3525v2: init sdramRafaël Carré1-4/+2
2010-02-22Clip+ boots with iram mapped at 0x0, only the clipv2 is differentRafaël Carré1-1/+1
2010-02-22as3525v2: build normal firmware properly (Clipv2/+)Rafaël Carré6-6/+15
2010-02-22as3525v2: core_sleep()Rafaël Carré1-1/+1
2010-02-22sd-as3525v2: working transfers, still awfully slowRafaël Carré1-45/+3
2010-02-21sd-as3525v2: panic in case of error in the isrRafaël Carré1-2/+5
2010-02-21sd-as3525v2: describe interrupt mask bitsRafaël Carré1-77/+28
2010-02-21Fix a dircache NULL-pointer dereference.Amaury Pouly1-1/+1
2010-02-21sd-as3525v2: no limits on the amount of sectors to transferRafaël Carré1-20/+7
2010-02-21sd-as3525v2: MCI_HCON bitsRafaël Carré1-5/+8
2010-02-21sd-as3525v2: MCI_FIFOTH bitsRafaël Carré1-3/+10
2010-02-21sd-as3525v2: command register bitsRafaël Carré1-92/+47
2010-02-21sd-as3525v2: name interrupt bits (no description yet)Rafaël Carré1-22/+51
2010-02-21sd-as3525v2: describe CTYPE bitRafaël Carré1-2/+6
2010-02-21sd-as3525v2: detail MCI_CTRL bitsRafaël Carré1-13/+28
2010-02-21as3525v2: full list of registers + descriptionRafaël Carré1-80/+77
2010-02-21remote multifont fixes. it shoud be working again (blame AlexP! he made me br...Jonathan Gordon1-0/+3
2010-02-21Packard Bell Vibe 500: Enable recording.Szymon Dziok1-3/+2
2010-02-20Comment out lcd_drawline() DEBUGF messages which show in various simulatorsTomer Shalev6-12/+12
2010-02-20Clarify comments in ARMv6 divider regarding special-case handling of large (h...Andrew Mahone1-1/+3
2010-02-18Commit FS#11034 by Andrew Engelbrecht. Fixes default contrast value on ipod 3G.Michael Giacomelli1-1/+1
2010-02-17as3525: make clear the CCU bit we can't reset is the IDE interfaceRafaël Carré1-1/+1
2010-02-17as3525v2: use CGU_BASE instead of hardcoded address for unknown registerRafaël Carré1-1/+1
2010-02-17as3525v2: make clear the SD code is debug only and display a messageRafaël Carré1-2/+19
2010-02-17Allow batteries with higher capacity for iPod Mini1G, Mini2G and Video (FS#89...Andree Buschmann3-10/+10
2010-02-17Fix error handling in dircache generation.Amaury Pouly1-2/+2
2010-02-17Clip+: LCD display (with FlynDice help)Rafaël Carré1-8/+5