summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440 (follow)
Commit message (Expand)AuthorAge
* Get rid of stupid _backlight_* function namesMarcin Bukat2015-01-12
* mini2440: Fix bogus buffer access in LCD backlight driverThomas Jarosch2014-12-20
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Add missing kernel.h includes (hopefully all of them).Thomas Martitz2014-01-05
* Cleanup MV/MD macros a little.Michael Sevakis2013-08-17
* remove debug-target.hRafaël Carré2012-05-07
* arm: factor all exception handlers out of the crt0.S filesAmaury Pouly2012-04-06
* fix cache function nameMarcin Bukat2012-03-19
* Revise the PCM callback system after adding multichannel audio.Michael Sevakis2012-03-03
* button-target.h : move prototypes to button.hRafaël Carré2012-01-08
* s3c2440: move debug-target.h content to .cRafaël Carré2012-01-04
* dbg_hw_info(): remove duplicate prototypesRafaël Carré2012-01-04
* dbg_ports(): remove duplicate prototypeRafaël Carré2012-01-04
* Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2012-01-03
* usb-target.h: removeRafaël Carré2011-12-31
* usb_init_device(): move prototype to usb.hRafaël Carré2011-12-31
* Add missing includes found using -Wmissing-declarations.Boris Gjenero2011-12-21
* Add KEEP() around vectors in linker scripts.Boris Gjenero2011-12-18
* Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis2011-12-17
* Do some things to make -ffunction-sections work better.Michael Sevakis2011-12-17
* Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis2011-12-16
* Fix r31311 red and yellow.Michael Sevakis2011-12-15
* Collect some of the memory frame LCD C code.Michael Sevakis2011-12-15
* Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero2011-12-09
* FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero2011-12-08
* Switch to SYS mode on arm FS#12322 by meMarcin Bukat2011-10-11
* 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
* Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis2011-09-01
* Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis2011-06-29
* Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat2011-06-05
* Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis2011-03-02
* Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann2011-01-02
* move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat2010-11-06
* */app.lds: remove STUBOFFSETRafaël Carré2010-09-20
* firmware/ : use lcd_putsf() (only in debug code)Rafaël Carré2010-08-28
* Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz2010-08-12
* Various minor cleanups for mini2440Bertrik Sikken2010-08-01
* Remove atomic register bit manipulation functions from i.MX and s3c target co...Michael Sevakis2010-06-30
* Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts2010-06-06
* remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts2010-06-05
* ARM: use BX when branch to an address in registerRafaël Carré2010-05-31
* Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis2010-05-24
* vuprintf does not belong in stdio.h, causes problems with other versions of s...Jeffrey Goode2010-05-15
* Gigabeat F/X: Let us clear up confusion about just what the core frequency is...Michael Sevakis2010-05-11
* Remove last traces of sprintf.hJeffrey Goode2010-05-07
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* s3c2440: fix a typo, 4|1 == 5, not 0x41Rafaël Carré2010-04-13
* s3c2440/system-target.h : CRLF -> LFRafaël Carré2010-04-13
* Make ATA code not bother to retry requests that return IDNF (specified sector...Torne Wuff2010-04-07