summaryrefslogtreecommitdiff
path: root/firmware/target/arm/olympus (follow)
Commit message (Expand)AuthorAge
* Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode2009-11-03
* mrobe100: power off HDD (courtesy of lowlight) ~2h extra playtime Robert Kukla2009-08-14
* initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla2009-07-26
* ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold2009-07-11
* Clean up the Synaptics touchpad driver.Mark Arigo2009-06-19
* Remove unnecessary #include "adc.h"Bertrik Sikken2009-04-25
* Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis2009-02-20
* Backlight brightness and button lights for the Philips HDD1630Mark Arigo2009-02-18
* Move the PP5020 ADC defines to the c-file instead of repeating them across th...Mark Arigo2009-01-27
* Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis2008-12-24
* Working touchpad for the Philips HDD1630 using the Synaptics driver. Like the...Mark Arigo2008-12-19
* Move the Synaptics touchpad driver for the m:robe 100 to a common place. It w...Mark Arigo2008-12-17
* Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis2008-12-03
* Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...Jens Arnold2008-11-07
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* make mrobe100 touchstrip driver less sensitive by checking for the finger bit...Dominik Wenger2008-06-27
* Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis2008-06-03
* Make the H10 bootloader work again. Also fix the same problem that might be a...Barry Wardell2008-05-04
* Make the linker complain if the bootloader isn't going to fit into IRAM on PP...Barry Wardell2008-05-01
* Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2008-04-29
* m:robe 100 - backlight PWM fadingRobert Kukla2008-04-25
* move some data around to place qh_array at the start of iram. This saves up t...Frank Gevaerts2008-04-20
* m:robe 100 - enable setting for buttonlight brightnessRobert Kukla2008-04-15
* Make the greyscale library work on the m:robe 100. Testing on target done by ...Jens Arnold2008-04-07
* explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla2008-04-07
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* m:robe 100 Robert Kukla2008-04-03
* Change the remaining set_interrupt_status usage to the more parsimonious disa...Michael Sevakis2008-03-31
* split boot.lds and move it into the target treeMarcoen Hirschberg2008-03-27
* Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold2008-03-24
* m:robe 100 - correct headphone detectionRobert Kukla2008-03-13
* Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun2008-03-13
* m:robe 100 - remove ugly workaround for false initial voltage readings and wa...Robert Kukla2008-03-11
* m:robe 100 - Hopefully fix the power-off issue.Mark Arigo2008-03-07
* m:robe 100:Robert Kukla2008-03-05
* m:robe 100 - now that we have working buttons, we can enable backlight on/off.Mark Arigo2008-02-24
* fix redMark Arigo2008-02-24
* Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire inter...Mark Arigo2008-02-24
* mrobe 100: (1) device reset in system_init is same as H10. (2) make power_off...Mark Arigo2008-02-03
* m:robe 100: tweaks for more reliable shutdownRobert Kukla2008-01-13
* - share adc reading code between h10 and mrobe100Robert Kukla2008-01-12
* m:robe 100:Robert Kukla2008-01-11
* mrobe 100: Robert Kukla2008-01-10
* m:robe 100 fixes: (1) add missing keymap (copied from H10), (2) rename lcd_yu...Mark Arigo2008-01-09
* Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works...Mark Arigo2008-01-09
* I got bullied in IRC by linuxstb and markun... Jonathan Gordon2007-09-30
* slow - but working - IRQ based uart/button driver.Jonathan Gordon2007-09-30
* ATA works - dumb mistakeKarl Kurbjun2007-09-29
* m:robe 500i port: Fix tab style (tab -> 4 spaces) in system-mr500.cCatalin Patulea2007-09-25
* m:robe 500i port: Get interrupts firing and the timer tickingCatalin Patulea2007-09-25