summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire/mpio
AgeCommit message (Expand)AuthorFilesLines
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-1/+1
2020-10-13fix more yellowSolomon Peachy1-1/+3
2020-10-13Fix more warnings.Solomon Peachy2-2/+8
2015-01-12Fix red/yellowMarcin Bukat2-12/+7
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat3-23/+21
2014-04-15MPIO HD300: Fix occasional scrollstrip hangMarcin Bukat1-12/+11
2014-01-18coldfire: fix bootloader buildsMarcin Bukat1-1/+1
2014-01-15coldfire: Use single app.lds script for all coldfires.Marcin Bukat1-139/+0
2014-01-05Add missing kernel.h includes (hopefully all of them), take #2.Thomas Martitz1-0/+1
2012-11-13HD300: Fix crash in bootloader introduced by 36281c4Marcin Bukat1-1/+4
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon2-4/+4
2012-01-25MPIO HD300: Fix scrollstip issue at driver level.Marcin Bukat1-2/+33
2012-01-24MPIO HD200/HD300: Decrease ADC scanrate.Marcin Bukat2-31/+11
2012-01-08button-target.h : move prototypes to button.hRafaël Carré2-16/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2-2/+2
2011-12-08FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero2-7/+1
2011-11-05MPIO HD300: vastly improve sound quality. This unfortunately means reverting ...Marcin Bukat1-19/+2
2011-06-17Coldfire: Fix the modification of IMR. Interrupts must be masked at the core ...Michael Sevakis1-1/+1
2011-05-08Fix tabs in .c and .h files in firmware/ Bertrik Sikken3-12/+12
2011-01-12Fix warning when linking booltoaders with the new toolchain by marking .bss s...Nils Wallménius1-1/+1
2011-01-07HD300 - calibrate discharge curveMarcin Bukat1-1/+1
2011-01-02Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann1-28/+0
2010-12-20HD300 - Fix bootloader freeze introduced in r28799. DMA transfer hangs for so...Marcin Bukat1-7/+10
2010-12-16fix typo, thanks to Luka_S for catching thisMarcin Bukat1-1/+1
2010-12-16HD300 - hacky workaround which makes USB bridge work in rockboxMarcin Bukat1-1/+27
2010-12-11HD300 - further speedup of lcd_update() by utilizing DMA transfer when unboos...Marcin Bukat1-2/+16
2010-12-11HD300 - tweak lcd_update() (4-5% speedup)Marcin Bukat1-9/+8
2010-12-10HD300 - do not handle scrollstrip events when hold is onMarcin Bukat1-18/+23
2010-12-09MPIO HD200, HD300: Make USB bridge handling more correct (this doesn't solve ...Marcin Bukat2-24/+18
2010-11-29HD300 - decrease touchstrip sensitivityMarcin Bukat1-1/+1
2010-11-26MPIO HD300 - initial commitMarcin Bukat7-0/+828
2010-11-12MPIO: move files a bit in preparation for HD300 portMarcin Bukat8-0/+0
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat2-18/+18
2010-10-22Set svn propertiesbootloader_mpiohd200_v1Marcin Bukat15-15/+15
2010-10-22MPIO HD200 - squash long standing bug in bootloader which prevented booting O...Marcin Bukat1-0/+3
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-08-08HD200 - Use DMA transfers in lcd_update() and lcd_update_rect(). Gives 12-26%...Marcin Bukat1-16/+86
2010-07-17HD200: Add timeout in usb_enable(false) to prevent infinite loop when somethi...Marcin Bukat1-1/+6
2010-07-16HD200: Change move.w -> move.b in lcd-as-hd200.S when doing transfers to lcd ...Marcin Bukat1-21/+21
2010-07-16MPIO HD200 grey blitting: Use line reads for the pixel values as well. Almost...Jens Arnold1-24/+56
2010-07-08HD200 - calibrate battery indicator based on measurements and battery_benchesMarcin Bukat1-5/+4
2010-07-07HD200 - fix misleading comment in system-hd200.cMarcin Bukat1-18/+18
2010-07-06HD200 - turn off charging IC by defaultMarcin Bukat1-1/+1
2010-07-06HD200 - Fix GPIO setup in button_init_device()- this change fixes sound outpu...Marcin Bukat1-7/+6
2010-07-06HD200 - more work on remote handlingMarcin Bukat1-4/+26
2010-07-03HD200 - Increase ADC clock when boosted. Scan all 4 ADC channels during syste...Marcin Bukat2-5/+5
2010-07-03HD200 - add missed defines for remote buttons and remote_button_hold() functi...Marcin Bukat1-1/+14
2010-07-03HD200 - add support for remote in button_read_device()Marcin Bukat1-6/+54
2010-07-02HD200 - Setup codec as I2S master and enable recordingMarcin Bukat1-3/+4
2010-06-15HD200 - use line transfers in lcd_grey_data. This gives ~25% speedup.Marcin Bukat1-7/+77