summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2011-10-03Add missing usb_drv_init(), fixes FS#12303.Andree Buschmann1-0/+1
2011-10-02imx233/fuze+: enable pluginsAmaury Pouly1-0/+2
2011-10-02imx233/fuze+: don't use iram in plugins and in codecsAmaury Pouly1-2/+2
2011-10-02fuze+: implement basic touchpad driverAmaury Pouly1-2/+92
2011-10-02fuze+: set backlight brightness to default only when there is not backlight i...Amaury Pouly1-3/+3
2011-10-02revert r30566 and r30567 to fix FS#12294 (superfloppy not mounting)Robert Kukla1-2/+13
2011-10-01rk27xx - implement partial lcd updatesMarcin Bukat1-11/+20
2011-09-29Don't leak file descriptor.Thomas Martitz1-0/+1
2011-09-29font_load(): Reduce font memory allocation to the font's file size if less th...Fred Bauer1-1/+8
2011-09-27Do not move NULL pointers in buflibmove_callback(). Fixes some skin crashes w...Fred Bauer1-4/+8
2011-09-26glyph_bytes() should pad to an even numberFred Bauer1-3/+6
2011-09-25Fix typos. Should have test compiled at least once :\Thomas Martitz1-1/+1
2011-09-25Fonts/buflib: The lru cache base poitner needs to be updated as well in the m...Thomas Martitz1-0/+1
2011-09-25imx233/fuze+: add fuze+ to the simulator frameworkAmaury Pouly4-4/+11
2011-09-25IAP: use a state machine for handling iap packets, based on FS#12135Bertrik Sikken1-1/+1
2011-09-24Allow fonts to use smaller buffers than the default size. use font_load_ex() ...Jonathan Gordon2-10/+43
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon3-112/+204
2011-09-24Sansa clipzip: make main build compile (plugins still disabled)Bertrik Sikken7-11/+81
2011-09-23imx233/fuze+: rework crt0 and linker script to be able to load at any address...Amaury Pouly3-5/+48
2011-09-21Sansa AMS/AMSv2: analog front-end register CVDD/DCDC3 doesn't exist in AMSv2,...Bertrik Sikken3-5/+8
2011-09-20HDD6330: improve the behavior of the lcd during shutdown.Szymon Dziok1-0/+1
2011-09-18Sansa AMSv2: initialise PMU (power management unit), inspired by how the OF d...Bertrik Sikken2-3/+17
2011-09-18NUM_CARDS can definitely be smaller than NUM_DRIVES, so don't pretend that th...Frank Gevaerts1-4/+0
2011-09-18Don't use NUM_VOLUMES as array size in sd card drivers. NUM_DRIVES is also wr...Frank Gevaerts2-2/+2
2011-09-17Also remove the fat_partition_types array.Torne Wuff1-10/+0
2011-09-17Allow any partition type, not just known FAT types.Torne Wuff1-3/+2
2011-09-16sansa clipzip: fix rectangle setup of type 1 lcdBertrik Sikken1-29/+17
2011-09-14Remove obsolete USB_DETECT_BY_DRV define throughout.Michael Sevakis3-20/+13
2011-09-14Scrub r30546 bootloader build errors.Michael Sevakis1-1/+6
2011-09-14Move AMSv1 (AMSv2 had been done already) to using setup packet request to det...Michael Sevakis3-51/+14
2011-09-14Convert ARC USB driver code to always use setup packet detection and remove t...Michael Sevakis2-70/+33
2011-09-14imx233/fuze+: implement usb enableAmaury Pouly5-3/+59
2011-09-13imx233/fuze+: remove useless fileAmaury Pouly1-24/+0
2011-09-13imx233/fuze+: add charger related definesAmaury Pouly1-0/+6
2011-09-13imx233/fuze+: correctly reset i2c blockAmaury Pouly1-1/+1
2011-09-13imx233/fuze+: implement various audio stubs and update sourceAmaury Pouly6-0/+272
2011-09-13imx233/fuze+: implement lradc function and adc on top of itAmaury Pouly6-2/+446
2011-09-13imx233/fuze+: implement power management stubsAmaury Pouly1-0/+30
2011-09-13imx233/fuze+: fix default init code (define lcd kind as 9325 and do 7783 init !)Amaury Pouly1-2/+2
2011-09-13imx233/fuze+: correctly lcdif blockAmaury Pouly1-12/+1
2011-09-13imx233/fuze+: fix prototypeAmaury Pouly1-1/+1
2011-09-13imx233/fuze+: correctly reset timrot blockAmaury Pouly1-2/+1
2011-09-13imx233/fuze+: define mmc stubs, correctly handle ssp maximum transfer size, c...Amaury Pouly1-19/+98
2011-09-13imx233/fuze+: define sd stubAmaury Pouly1-0/+5
2011-09-13imx233/fuze+: reset dma block correctly and define maximum transfer sizeAmaury Pouly2-2/+5
2011-09-13imx233/fuze+: reset ssp block correctly, define maximum ssp transfer sizeAmaury Pouly2-2/+4
2011-09-13imx233/fuze+: add more interrupts, rewrite block resetting, reset icoll on bo...Amaury Pouly2-4/+25
2011-09-13imx233/fuze+: fix ctr0 to use a fresh stack and update firmware linker scriptAmaury Pouly2-16/+18
2011-09-13imx233/fuze+: use random size for plugin and codec buf (must be non-zero for ...Amaury Pouly1-2/+2
2011-09-13imx233/fuze+: rework linker script to load the bootloader at ram start + 1Mb ...Amaury Pouly1-10/+20