summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2014-02-10imx233: increase audio DAC IRQ priorityAmaury Pouly4-0/+14
2014-02-10imx233: add code to debug menu to check nested IRQ actually workAmaury Pouly1-0/+41
2014-02-10imx233: add support for nested IRQAmaury Pouly2-11/+39
2014-02-10imx233: cleanup icoll and add software irq sourcesAmaury Pouly2-7/+24
2014-02-10imx233: always disable watchdog on bootAmaury Pouly1-5/+19
2014-02-10imx233: enhance icoll with priority and soft IRQAmaury Pouly3-1/+38
2014-02-10imx233: add timrot to debug menuAmaury Pouly1-0/+83
2014-02-10imx233: clean timrot a bitAmaury Pouly6-20/+45
2014-02-10Coding style fix for bde5394Marcin Bukat1-3/+4
2014-02-09Return a valid USB string descriptor for index 0xEE.Frank Gevaerts1-0/+7
2014-02-05ypr0: Remove SDL copy&paste left-oversThomas Martitz1-9/+0
2014-02-05Samsung YP-R0/YP-R1 refactoringLorenzo Miori11-405/+223
2014-02-05Samsung YP-R1 target portLorenzo Miori24-17/+1605
2014-02-02buflib: Add a define telling the per-alloc overhead.Thomas Martitz2-0/+13
2014-02-02buflib: Properly support allocations without any name, to avoid wasting spaceThomas Martitz4-22/+27
2014-02-02buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...Thomas Martitz6-2/+326
2014-02-02buflib: Abstract panicf() into buflib_panic().Thomas Martitz1-2/+18
2014-02-02hosted: Substract more than 256K from total memory pool.Thomas Martitz1-1/+1
2014-02-02sim/sdlapp: Do not quit immediately on panicf, but wait for quit.Thomas Martitz3-1/+15
2014-01-26charcell: Fix lockup after some scrolling lines.Thomas Martitz1-1/+5
2014-01-26Fix warnings. convbdf needed to be updated for the changed font struct becaus...Thomas Martitz1-1/+1
2014-01-26fonts: Fix regression(s) caused by c23ce62.Thomas Martitz2-17/+13
2014-01-21imx233: be less strict about partition checks (>=1GB only)Amaury Pouly1-1/+1
2014-01-21imx233: handle quirk about OF partition address bug/featureAmaury Pouly1-9/+17
2014-01-21Initial commit for the ZEN X-Fi StyleAmaury Pouly8-12/+579
2014-01-20rombox: Do not copy .init section to ram on startup.Marcin Bukat1-18/+11
2014-01-18fix player rom buildMarcin Bukat1-0/+2
2014-01-18coldfire: fix rom buildMarcin Bukat1-0/+19
2014-01-18coldfire: fix bootloader buildsMarcin Bukat3-3/+3
2014-01-17coldfire: Implement HAVE_INIT_ATTR magicMarcin Bukat3-3/+29
2014-01-17Some libc files are not needed on mingw anymore so don't compile them (unless...Thomas Martitz1-4/+3
2014-01-16Fix red. Screw those last-minute changes :\Thomas Martitz1-1/+1
2014-01-16font: Fix crash due to uninitialized field.Thomas Martitz1-1/+2
2014-01-16buflib: Add crc field protecting buflib cookie integrityMarcin Bukat8-12/+94
2014-01-15fonts: Do not unload completely on USB.Thomas Martitz4-13/+123
2014-01-15coldfire: Use single app.lds script for all coldfires.Marcin Bukat3-279/+1
2014-01-14HDD1630: enable headphones detection.Szymon Dziok1-1/+4
2014-01-13HDD1630: implement lcd_enable (display on/off).Szymon Dziok3-1/+50
2014-01-13HDD1630: a proper way to enable and disable backlight.Szymon Dziok1-4/+4
2014-01-12scroll_engine: Fix FS#12894: Text scrolling stops working after a few seconds...Thomas Martitz1-1/+4
2014-01-12Fix remote warnings and charcell reds, and remove minor left-over tuff.Thomas Martitz1-9/+15
2014-01-12put_line/scrolling: Make the scroll engine inform custom scrollers about star...Thomas Martitz5-36/+58
2014-01-11Don't use core_alloc_maximum() in usb_storage.Frank Gevaerts1-6/+5
2014-01-11scroll engine: Factor out renderer function so it can be called by lcd code.Thomas Martitz3-53/+80
2014-01-11Print `last logf lines on panic().Frank Gevaerts3-0/+55
2014-01-10rk27xx: Implement HAVE_INIT_ATTR magicMarcin Bukat3-10/+42
2014-01-09bidi.c: Check buffer sizes.Frank Gevaerts1-1/+2
2014-01-09lcd_nine_segment_bmp: Fixes for non-ideal image dimensions.Thomas Martitz1-34/+57
2014-01-07Fix Player red and icons on mono displays.Thomas Martitz2-9/+9
2014-01-07Add missing kernel.h include (hopefully the last one, really), take #4.Thomas Martitz1-0/+1