summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/olympus
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-07explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla1-0/+1
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2-10/+48
2008-04-03m:robe 100 Robert Kukla1-93/+175
2008-03-31Change the remaining set_interrupt_status usage to the more parsimonious disa...Michael Sevakis1-1/+1
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg1-0/+53
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-3/+3
2008-03-13m:robe 100 - correct headphone detectionRobert Kukla1-1/+1
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-0/+160
2008-03-11m:robe 100 - remove ugly workaround for false initial voltage readings and wa...Robert Kukla1-6/+1
2008-03-07m:robe 100 - Hopefully fix the power-off issue.Mark Arigo1-0/+4
2008-03-05m:robe 100:Robert Kukla1-1/+9
2008-02-24m:robe 100 - now that we have working buttons, we can enable backlight on/off.Mark Arigo1-0/+2
2008-02-24fix redMark Arigo1-1/+1
2008-02-24Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire inter...Mark Arigo2-23/+580
2008-02-03mrobe 100: (1) device reset in system_init is same as H10. (2) make power_off...Mark Arigo1-4/+9
2008-01-13m:robe 100: tweaks for more reliable shutdownRobert Kukla1-3/+3
2008-01-12- share adc reading code between h10 and mrobe100Robert Kukla4-150/+17
2008-01-11m:robe 100:Robert Kukla2-6/+7
2008-01-10mrobe 100: Robert Kukla2-26/+23
2008-01-09m:robe 100 fixes: (1) add missing keymap (copied from H10), (2) rename lcd_yu...Mark Arigo1-66/+65
2008-01-09Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works...Mark Arigo9-0/+715
2007-09-30I got bullied in IRC by linuxstb and markun... Jonathan Gordon22-1869/+0
2007-09-30slow - but working - IRQ based uart/button driver.Jonathan Gordon3-17/+59
2007-09-29ATA works - dumb mistakeKarl Kurbjun1-6/+2
2007-09-25m:robe 500i port: Fix tab style (tab -> 4 spaces) in system-mr500.cCatalin Patulea1-21/+21
2007-09-25m:robe 500i port: Get interrupts firing and the timer tickingCatalin Patulea3-1/+9
2007-09-25More ATA work (that doesn't work)Karl Kurbjun3-25/+27
2007-09-24m:robe 500i port: Fix the way GIOs are clearedCatalin Patulea2-2/+2