summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2012-04-06arm: factor all exception handlers out of the crt0.S filesAmaury Pouly11-312/+50
2012-04-05touchscreen: Fix kinetic scrolling when the statusbar is off.Thomas Martitz3-8/+8
2012-04-04Refactor and unify objcopy calls in the build system. Also now properly handl...Thomas Martitz1-1/+1
2012-04-03Revert 1207c7b and fix the actual warnings.Frank Gevaerts1-2/+10
2012-04-02Call tuner_power(true) from the correct place for lv24020lp.Frank Gevaerts1-3/+1
2012-03-31Classic/6G: CPU frequency/voltage scalingCástor Muñoz6-6/+48
2012-03-31Classic/6G: click wheel controller powersaveCástor Muñoz1-3/+13
2012-03-30usb-nano2g-6g: missing brace in non-default preprocessor pathRafaël Carré1-0/+1
2012-03-30android: implement system_exception_wait and system_reboot, so that the panic...Thomas Martitz1-2/+12
2012-03-30panicf(): fix wrong font and colors being displayed.Thomas Martitz1-1/+2
2012-03-28Apparently make doesn't like inline commentsThomas Martitz1-1/+2
2012-03-28build system: completely autodetect target cpu architecture.Thomas Martitz2-25/+8
2012-03-28Classic/6G: hold switch detection using GPIOCástor Muñoz1-21/+14
2012-03-26build system: unify/simplify library handling a bit.Thomas Martitz1-5/+3
2012-03-22rk27xx: implement system_init()Marcin Bukat1-0/+29
2012-03-22android: lcd_update/_rect() changesThomas Martitz1-17/+35
2012-03-22android: Add facility for java code to wait native code to be ready.Thomas Martitz5-2/+62
2012-03-20Remove left-over debug statement (oops).Thomas Martitz1-1/+0
2012-03-20lcd_fillrect(): Unify 16bit implementations (move to 16bit-common.c)Thomas Martitz3-224/+116
2012-03-20Refactor lcd_clear_viewport().Thomas Martitz3-100/+84
2012-03-20sdl: Fix the sdl init so the sim will get a taskbar itemJonathan Gordon1-2/+2
2012-03-19sansa clip+: properly reset display using the reset pinBertrik Sikken1-1/+3
2012-03-19mrobe500: fix warrnig in bootloaderMarcin Bukat1-1/+2
2012-03-19fix cache function nameMarcin Bukat1-1/+1
2012-03-18Add RBCODEC_LIB to android and ypr0 builds so they link again.Frank Gevaerts1-1/+2
2012-03-18gmtime: avoid a modulusRafaël Carré1-1/+1
2012-03-17HDD6330: Correct voltage values, based on the values found in the OF.Szymon Dziok1-4/+4
2012-03-17HDD6330: Simplify strange OF voltage calculation, it's linear anyway.Szymon Dziok1-16/+2
2012-03-17imx233/fuze+: rework lradc/adc code, add external temperature sensing(battery)Amaury Pouly7-51/+135
2012-03-15fuze+: add unknown channel to debug menuAmaury Pouly3-2/+5
2012-03-15imx233/fuze+: rework i2c and fmradio_i2c initAmaury Pouly6-11/+15
2012-03-15imx233: enable charging in bootloader USB mode by including powermgmtAmaury Pouly2-3/+5
2012-03-15skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon1-5/+9
2012-03-13Convert IMX233 RTC driver (used in fuze+) to use mktime and gmtimeBertrik Sikken1-110/+10
2012-03-12fix year calculation in gmtimeBertrik Sikken1-1/+1
2012-03-12Coldfire: Optimize emac context save/restore in mixer ISR.Michael Sevakis3-24/+39
2012-03-11gmtime: reduce array size: days in month fit in 8 bitsRafaël Carré1-1/+2
2012-03-11Introduce gmtime.c and use it in the AS3514 RTC driverBertrik Sikken4-111/+131
2012-03-06rk27xx: lcdif refactoring: make lcdif-rk27xx.c more genericAndrew Ryabinin4-11/+27
2012-03-04Tweak paramters of mp3_play_data and callback.Michael Sevakis2-8/+9
2012-03-04Tweak some PCM drivers for less typecasting with the data pointer.Michael Sevakis6-24/+22
2012-03-04AMSv2: add proper definitions for charge currentBertrik Sikken3-13/+24
2012-03-04rkw-loader: Fix wrong includeAndrew Ryabinin1-1/+1
2012-03-04rename rkw.h header fileMarcin Bukat2-1/+1
2012-03-04rk27xx: switch to RKW format for binaryMarcin Bukat3-4/+7
2012-03-04rk27generic: Implement power_off()Marcin Bukat1-1/+2
2012-03-04rk27xx: add rolo_restart() rk27xx specific variantMarcin Bukat2-1/+71
2012-03-04Add RKW support to roloMarcin Bukat1-2/+65
2012-03-04Add RKW firmware file format loaderMarcin Bukat5-0/+337
2012-03-04rk27xx: rework linker scripts and crt0.SMarcin Bukat3-82/+77