summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/pbell
AgeCommit message (Expand)AuthorFilesLines
2012-05-01Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.Michael Sevakis1-1/+1
2012-02-28Fix build errors and warningsJonathan Gordon1-1/+1
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-1/+1
2012-01-11lcd: fix function name in comments in assembly files (lcd_write_yup_420 inste...Amaury Pouly1-2/+2
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-7/+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-31usb-target.h: removeRafaël Carré1-0/+0
2011-12-31move usb_pin_init() declaration to PP's system-target.hRafaël Carré1-29/+0
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré1-1/+0
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-01-15Get the last warning for vibe 500 bootloader.Michael Sevakis1-0/+1
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-07-04hdd6330: change the synaptics-mep driver in a few places according to the tou...Szymon Dziok2-7/+7
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-2/+2
2010-05-24Vibe 500: fix the scrolling through the lists by implementing BUTTON_REPEAT f...Szymon Dziok1-2/+20
2010-05-24fix YUV Dither for the other targets too, like in r26064.Szymon Dziok1-1/+1
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
2010-03-01Packard Bell Vibe 500: clean up the power off, enable poweroff while charging.Szymon Dziok1-14/+13
2010-02-10Packard Bell Vibe 500: Improve/fix scrollstrip scrolling. The idea was taken ...Szymon Dziok2-18/+30
2010-02-07Remove tabsAndree Buschmann1-11/+11
2010-02-06Packard Bell Vibe 500: touchpad code rework. Improve touch sensivity a bit by...Szymon Dziok2-4/+17
2010-01-21vibe500: do not use float arithmetic, even if gcc would reduce this expressio...Rafaël Carré1-2/+2
2010-01-18Add initial Packard Bell Vibe 500 port, by Szymon Dziok Frank Gevaerts12-0/+1849