summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/olympus
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Fix red/yellowMarcin Bukat1-2/+2
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat3-22/+19
2014-08-08Fix some more straggling stuffMichael Sevakis1-4/+4
2013-07-19Combine PortalPlayer .lds files into one for app and boot.Michael Sevakis2-258/+2
2012-05-01Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.Michael Sevakis1-1/+1
2012-04-11Increase mr100 remote lcd thread stack (fixes FS#12640)Frank Gevaerts1-1/+1
2012-02-28Fix build errors and warningsJonathan Gordon1-1/+1
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon2-3/+3
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-8/+0
2012-01-07lcd-remote-target.h: Use only in firmware/target/Rafaël Carré2-0/+2
2012-01-07move _remote_backlight_* to common headerRafaël Carré3-25/+12
2012-01-07remote_detect(): move to lcd-remote.hRafaël Carré1-2/+0
2012-01-07move lcd remote common declarations to lcd-remote.hRafaël Carré3-6/+2
2012-01-07lcd-remote-target.h: remove more duplicatesRafaël Carré1-2/+0
2012-01-07lcd-remote-target.h: remove duplicate declarationsRafaël Carré1-2/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-1/+1
2012-01-03Fix path to PP crt0Rafaël Carré2-2/+2
2011-12-21Make more local functions static.Boris Gjenero1-1/+1
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero1-1/+1
2011-11-22FS#12397 : On targets which load .data directly into its final location and l...Boris Gjenero1-9/+1
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis1-5/+5
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-1/+1
2010-05-31Port the greylib blitting optimisation to m:robe 100. It's even more efficien...Jens Arnold1-27/+15
2010-03-08Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...Thomas Martitz1-2/+2
2010-03-03Fix remaining reds. I forgot to change the app.lds of the other PP targets (i...Thomas Martitz1-3/+15
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode1-1/+1
2009-08-14mrobe100: power off HDD (courtesy of lowlight) ~2h extra playtime Robert Kukla1-4/+16
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla7-18/+709
2009-07-11ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold1-15/+14
2009-06-19Clean up the Synaptics touchpad driver.Mark Arigo2-69/+30
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken1-1/+0
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis1-2/+2
2009-02-18Backlight brightness and button lights for the Philips HDD1630Mark Arigo1-23/+7
2009-01-27Move the PP5020 ADC defines to the c-file instead of repeating them across th...Mark Arigo1-6/+0
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis1-4/+0
2008-12-19Working touchpad for the Philips HDD1630 using the Synaptics driver. Like the...Mark Arigo1-0/+3
2008-12-17Move the Synaptics touchpad driver for the m:robe 100 to a common place. It w...Mark Arigo1-477/+18
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-3/+4
2008-11-07Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...Jens Arnold1-0/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg9-18/+36
2008-06-27make mrobe100 touchstrip driver less sensitive by checking for the finger bit...Dominik Wenger1-23/+46
2008-06-03Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis1-2/+2
2008-05-04Make the H10 bootloader work again. Also fix the same problem that might be a...Barry Wardell1-2/+2
2008-05-01Make the linker complain if the bootloader isn't going to fit into IRAM on PP...Barry Wardell1-6/+14
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2-2/+2
2008-04-25m:robe 100 - backlight PWM fadingRobert Kukla2-6/+24
2008-04-20move some data around to place qh_array at the start of iram. This saves up t...Frank Gevaerts1-9/+10
2008-04-15m:robe 100 - enable setting for buttonlight brightnessRobert Kukla2-16/+13
2008-04-07Make the greyscale library work on the m:robe 100. Testing on target done by ...Jens Arnold2-20/+135