summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/s3c2440
AgeCommit message (Expand)AuthorFilesLines
2012-05-07remove debug-target.hRafaël Carré1-0/+0
2012-04-06arm: factor all exception handlers out of the crt0.S filesAmaury Pouly1-29/+0
2012-03-19fix cache function nameMarcin Bukat1-1/+1
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis2-10/+6
2012-01-08button-target.h : move prototypes to button.hRafaël Carré2-15/+0
2012-01-04s3c2440: move debug-target.h content to .cRafaël Carré2-27/+6
2012-01-04dbg_hw_info(): remove duplicate prototypesRafaël Carré1-3/+0
2012-01-04dbg_ports(): remove duplicate prototypeRafaël Carré1-1/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2-2/+2
2011-12-31usb-target.h: removeRafaël Carré2-1/+0
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré1-26/+0
2011-12-21Add missing includes found using -Wmissing-declarations.Boris Gjenero1-0/+1
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero2-2/+2
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis3-6/+6
2011-12-17Do some things to make -ffunction-sections work better.Michael Sevakis2-13/+5
2011-12-16Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis1-14/+16
2011-12-15Fix r31311 red and yellow.Michael Sevakis1-0/+1
2011-12-15Collect some of the memory frame LCD C code.Michael Sevakis3-152/+18
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero1-1/+2
2011-12-08FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero2-6/+1
2011-10-11Switch to SYS mode on arm FS#12322 by meMarcin Bukat1-18/+21
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 Gevaerts1-1/+1
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis2-2/+2
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis3-2/+9
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat2-2/+2
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis2-9/+9
2011-01-02Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann1-26/+0
2010-11-06move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat2-2/+2
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-08-28firmware/ : use lcd_putsf() (only in debug code)Rafaël Carré1-4/+2
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-1/+2
2010-08-01Various minor cleanups for mini2440Bertrik Sikken6-4/+10
2010-06-30Remove atomic register bit manipulation functions from i.MX and s3c target co...Michael Sevakis10-63/+35
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts1-16/+5
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts1-1/+1
2010-05-31ARM: use BX when branch to an address in registerRafaël Carré1-1/+1
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis2-42/+26
2010-05-15vuprintf does not belong in stdio.h, causes problems with other versions of s...Jeffrey Goode1-0/+1
2010-05-11Gigabeat F/X: Let us clear up confusion about just what the core frequency is...Michael Sevakis1-5/+7
2010-05-07Remove last traces of sprintf.hJeffrey Goode1-1/+0
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2-3/+2
2010-04-13s3c2440: fix a typo, 4|1 == 5, not 0x41Rafaël Carré1-1/+1
2010-04-13s3c2440/system-target.h : CRLF -> LFRafaël Carré1-67/+67
2010-04-07Make ATA code not bother to retry requests that return IDNF (specified sector...Torne Wuff1-0/+1
2010-03-08Make mini2440 compile again.Thomas Martitz1-3/+3
2010-03-08Use ldr instead of adr, so that it compiles with a newer ld, although setting...Thomas Martitz1-1/+1
2010-03-08Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...Thomas Martitz1-2/+2
2010-01-24ARM: lr addresses the next instruction after the failing one in undefined ins...Rafaël Carré1-1/+1
2010-01-04Commit FS#10594 - Remove duplicated buttonlight code for Gigabeat F/X.Karl Kurbjun1-3/+0