summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
* imx233/fuze+: don't use iram in plugins and in codecsAmaury Pouly2011-10-02
* fuze+: implement basic touchpad driverAmaury Pouly2011-10-02
* fuze+: set backlight brightness to default only when there is not backlight i...Amaury Pouly2011-10-02
* revert r30566 and r30567 to fix FS#12294 (superfloppy not mounting)Robert Kukla2011-10-02
* rk27xx - implement partial lcd updatesMarcin Bukat2011-10-01
* Don't leak file descriptor.Thomas Martitz2011-09-29
* font_load(): Reduce font memory allocation to the font's file size if less th...Fred Bauer2011-09-29
* Do not move NULL pointers in buflibmove_callback(). Fixes some skin crashes w...Fred Bauer2011-09-27
* glyph_bytes() should pad to an even numberFred Bauer2011-09-26
* Fix typos. Should have test compiled at least once :\Thomas Martitz2011-09-25
* Fonts/buflib: The lru cache base poitner needs to be updated as well in the m...Thomas Martitz2011-09-25
* imx233/fuze+: add fuze+ to the simulator frameworkAmaury Pouly2011-09-25
* IAP: use a state machine for handling iap packets, based on FS#12135Bertrik Sikken2011-09-25
* Allow fonts to use smaller buffers than the default size. use font_load_ex() ...Jonathan Gordon2011-09-24
* FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon2011-09-24
* Sansa clipzip: make main build compile (plugins still disabled)Bertrik Sikken2011-09-24
* imx233/fuze+: rework crt0 and linker script to be able to load at any address...Amaury Pouly2011-09-23
* Sansa AMS/AMSv2: analog front-end register CVDD/DCDC3 doesn't exist in AMSv2,...Bertrik Sikken2011-09-21
* HDD6330: improve the behavior of the lcd during shutdown.Szymon Dziok2011-09-20
* Sansa AMSv2: initialise PMU (power management unit), inspired by how the OF d...Bertrik Sikken2011-09-18
* NUM_CARDS can definitely be smaller than NUM_DRIVES, so don't pretend that th...Frank Gevaerts2011-09-18
* Don't use NUM_VOLUMES as array size in sd card drivers. NUM_DRIVES is also wr...Frank Gevaerts2011-09-18
* Also remove the fat_partition_types array.Torne Wuff2011-09-17
* Allow any partition type, not just known FAT types.Torne Wuff2011-09-17
* sansa clipzip: fix rectangle setup of type 1 lcdBertrik Sikken2011-09-16
* Remove obsolete USB_DETECT_BY_DRV define throughout.Michael Sevakis2011-09-14
* Scrub r30546 bootloader build errors.Michael Sevakis2011-09-14
* Move AMSv1 (AMSv2 had been done already) to using setup packet request to det...Michael Sevakis2011-09-14
* Convert ARC USB driver code to always use setup packet detection and remove t...Michael Sevakis2011-09-14
* imx233/fuze+: implement usb enableAmaury Pouly2011-09-14
* imx233/fuze+: remove useless fileAmaury Pouly2011-09-13
* imx233/fuze+: add charger related definesAmaury Pouly2011-09-13
* imx233/fuze+: correctly reset i2c blockAmaury Pouly2011-09-13
* imx233/fuze+: implement various audio stubs and update sourceAmaury Pouly2011-09-13
* imx233/fuze+: implement lradc function and adc on top of itAmaury Pouly2011-09-13
* imx233/fuze+: implement power management stubsAmaury Pouly2011-09-13
* imx233/fuze+: fix default init code (define lcd kind as 9325 and do 7783 init !)Amaury Pouly2011-09-13
* imx233/fuze+: correctly lcdif blockAmaury Pouly2011-09-13
* imx233/fuze+: fix prototypeAmaury Pouly2011-09-13
* imx233/fuze+: correctly reset timrot blockAmaury Pouly2011-09-13
* imx233/fuze+: define mmc stubs, correctly handle ssp maximum transfer size, c...Amaury Pouly2011-09-13
* imx233/fuze+: define sd stubAmaury Pouly2011-09-13
* imx233/fuze+: reset dma block correctly and define maximum transfer sizeAmaury Pouly2011-09-13
* imx233/fuze+: reset ssp block correctly, define maximum ssp transfer sizeAmaury Pouly2011-09-13
* imx233/fuze+: add more interrupts, rewrite block resetting, reset icoll on bo...Amaury Pouly2011-09-13
* imx233/fuze+: fix ctr0 to use a fresh stack and update firmware linker scriptAmaury Pouly2011-09-13
* imx233/fuze+: use random size for plugin and codec buf (must be non-zero for ...Amaury Pouly2011-09-13
* imx233/fuze+: rework linker script to load the bootloader at ram start + 1Mb ...Amaury Pouly2011-09-13
* HDD6330: fix the behavior of the lcd during shutdown (fading out), disable po...Szymon Dziok2011-09-13
* HDD6330: implement lcd_enable (display on/off).Szymon Dziok2011-09-13