summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pnx0101
AgeCommit message (Expand)Author
2021-04-26Nuke the never-functional iriver ifp-7xx portSolomon Peachy
2020-11-12pcm: Further cleanup of unused bits of the PCM ACPI:Solomon Peachy
2020-10-31pcm: Get rid of pcm_play_pause() and associated APIsSolomon Peachy
2017-03-12Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat
2013-05-24Remove data_abort_handler from ARM crt0 files.Boris Gjenero
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis
2012-05-07remove debug-target.hRafaël Carré
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon
2012-01-08button-target.h : move prototypes to button.hRafaël Carré
2012-01-04pnx0101: debug-target.h content is not usedRafaël Carré
2012-01-04dbg_ports(): remove duplicate prototypeRafaël Carré
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz
2011-12-31usb-target.h: removeRafaël Carré
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero
2011-11-22FS#12397 : On targets which load .data directly into its final location and l...Boris Gjenero
2011-10-11Switch to SYS mode on arm FS#12322 by meMarcin Bukat
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis
2010-11-06move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-01-24ARM: lr addresses the next instruction after the failing one in undefined ins...Rafaël Carré
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré
2009-06-29Move SH7034 timer code in the target treeRafaël Carré
2009-06-29Move PNX0101 timer code in the target treeRafaël Carré
2009-05-17Fix duplicate #includesBertrik Sikken
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis
2008-12-12Argh. Being stupid. Missed one. Nap time.Michael Sevakis
2008-12-12Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...Michael Sevakis
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis
2008-10-29Move kernel tick initialization and handling to the target tree for ones rema...Michael Sevakis
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-04-29Remove wrong usage of '.global'. These symbols are imported, not exported.Jens Arnold
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold
2008-04-07explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis
2007-09-20PNX0101: new register names and polishing support for Clock Generation UnitTomasz Malesinski
2007-09-13Accept FS#7765 by Catalin Patulea, fixes an incorrect struct definitionNils Wallménius
2007-09-11Accept patch in FS#7751 by Catalin Patulea, move ifp port specific pcm code t...Nils Wallménius
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman