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