summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/imx31
AgeCommit message (Expand)AuthorFilesLines
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-0/+3
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat2-2/+2
2011-04-23Split off target-specific parts from firmware/drivers/serial.cBertrik Sikken1-0/+72
2011-03-05Change the thread api a bit.Thomas Martitz1-1/+1
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis5-27/+29
2011-02-23Gigabeat S: Smoother bootup. Don't do full drive reset at boot since it's not...Michael Sevakis1-1/+1
2011-01-23i.MX31: Now that it matters because there's a debug screeen that allows chang...Michael Sevakis6-249/+211
2011-01-22Gigabeat S: Keep LCD options in sync even when display is turned off.Michael Sevakis1-17/+37
2011-01-22Fix yellow. Left an unused temp variable.Michael Sevakis1-1/+0
2011-01-22i.MX31: Allow interrupts in thread context, not just ISR context, during the ...Michael Sevakis2-14/+19
2011-01-22Better boost calculation for multifrequency CPUs. Frequencies between minimum...Michael Sevakis1-0/+2
2011-01-22i.MX31: Add a debug menu to play around with DVFS/DPTC settings for fun, test...Michael Sevakis5-116/+407
2011-01-22i.MX31: Busy wait for a couple microseconds at most then sleep until next tic...Michael Sevakis4-4/+50
2011-01-21Gigabeat S: Renovate bootloader a bit to show splash, implement verbose, shut...Michael Sevakis1-3/+7
2011-01-08Some static data is only used by .init functions. Add .initdata to declare su...Michael Sevakis4-6/+3
2011-01-07Gigabeat S/i.MX31: Take care of an interrupt priority inversion that can happ...Michael Sevakis6-16/+65
2011-01-05Gigabeat S: Make it a removable mass-storage device. Windows will assign a dr...Michael Sevakis2-1/+56
2011-01-02Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann1-26/+0
2011-01-01Gigeabeat S: Reset DMA size info when stopping audio playback and recording t...Michael Sevakis1-0/+22
2010-12-29Gigabeat S: Do simple direct keypad scanning rather than triggering a separat...Michael Sevakis1-45/+29
2010-11-06move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat2-2/+2
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-09-07gigabeats: remove inline from extern functionsRafaël Carré2-2/+2
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz2-3/+4
2010-06-30i.MX31: Make DMA ISR call loop a bit more efficient.Michael Sevakis1-11/+5
2010-06-30Gigabeat S: INIT section wasn't properly overlapping the uninitialized areas ...Michael Sevakis1-1/+5
2010-06-30i.MX31: Only include the SDMA code that will be used on the target. Simplify ...Michael Sevakis2-708/+73
2010-06-30Remove atomic register bit manipulation functions from i.MX and s3c target co...Michael Sevakis14-127/+77
2010-06-29Gigabeat S: The forced shutoff voltage level can be lowered a tiny bit it seems.Michael Sevakis1-1/+1
2010-06-24Gigabeat S: Use statically initialized channel descriptors. Also, there's no ...Michael Sevakis2-39/+51
2010-06-11Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio...Michael Sevakis13-39/+45
2010-06-05New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff1-1/+7
2010-05-31ARM: use BX when branch to an address in registerRafaël Carré1-1/+1
2010-05-27Gigabeat S PCM: Sync some comments to changes.Michael Sevakis1-2/+2
2010-05-27Gigabeat S PCM: There's no reason to touch any hardware registers in order to...Michael Sevakis1-24/+39
2010-05-26Gigabeat S: Turn off hardware effects (tone and 3d) when doing digital loopba...Michael Sevakis1-0/+10
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis1-51/+30
2010-05-19Gigabeat S: Use longer battery filter; lag is not a problem with voltage for ...Michael Sevakis2-1/+3
2010-05-19Gigabeat S: Wrong thing messing with IPU_CONF. No fiddling is needed just yet.Michael Sevakis1-2/+0
2010-05-18Gigabeat S: Implement LCD contrast, invert and flip modes. Enhance LCD power ...Michael Sevakis3-23/+169
2010-05-15Gigabeat S: There's no reason to pause the LCD DMA when changing the framebuf...Michael Sevakis1-2/+0
2010-05-12PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis1-22/+5
2010-05-08Clean the DCache just before going to main because areas were written by init...Michael Sevakis1-7/+5
2010-05-08Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of D...Michael Sevakis6-59/+96
2010-05-07i.MX31/Gigabeat S minor cleaning: Make HW access more obvious in places I for...Michael Sevakis7-123/+92
2010-05-07i.MX31: Make some style changes to some driver code so that hardware vs. vari...Michael Sevakis6-287/+130
2010-05-06Fix gigabeat S includes so it builds againFrank Gevaerts1-0/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2-2/+1
2010-05-06Gigabeat S bootloader: Fix archaic call placement in dptc_stop which hangs th...Michael Sevakis1-4/+5
2010-05-06Gigabeat S: There's no compelling reason to start automatic scaling in the bo...Michael Sevakis1-0/+2