summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-12-30Submitted the wrong file with r28933.Andree Buschmann2-5/+14
2010-12-30Major speedup of iPod nano 2G. Part 7: Disable reading FIFO state in YUV blit...Andree Buschmann1-1/+1
2010-12-29Submit FS#11707. Add line out power off to iPods nano1G, color and 4G.Andree Buschmann3-0/+9
2010-12-29Forgot one file.Andree Buschmann1-0/+2
2010-12-29Speed up of iPod nano 1G and iPod color LCD. Use HDD6330 asm part for YUV bli...Andree Buschmann2-102/+182
2010-12-29Also PREFIX() other filesystem functions. I hope I got them all now...Frank Gevaerts1-0/+5
2010-12-29Return thread ID as a string for name when a thread isn't named or name canno...Michael Sevakis2-4/+4
2010-12-29Gigabeat S: Do simple direct keypad scanning rather than triggering a separat...Michael Sevakis1-45/+29
2010-12-29revert r28834 because it causes problems with uSDFred Bauer4-94/+16
2010-12-29interrupt_level should've been volatile as well when I changed this file. Obt...Michael Sevakis1-1/+1
2010-12-29Just a technical matter even though all is well anyway: struct blocker::threa...Michael Sevakis1-2/+2
2010-12-28Comment about thread_id_entry missleading and wrong. Fix the dumb.Michael Sevakis1-1/+1
2010-12-28UISimulator: Need a 'while' not an 'if' in sim_enter_irq_handler. Add comment...Michael Sevakis1-5/+14
2010-12-27Vastly increase speed of SDL screen updates for RGB565.Thomas Martitz2-9/+40
2010-12-27Redo r28026 so that all .S files get the __ASSEMBLER__ define.Thomas Martitz1-1/+1
2010-12-27Return interval in the SDL timer callback as it should happen in periodic tim...Thomas Martitz1-1/+1
2010-12-27Move codfire inline asm into cpu specific file.Nils Wallménius2-8/+15
2010-12-27Certain data accesses in the kernel should have volatile semantics to be corr...Michael Sevakis3-38/+54
2010-12-27Fix profiling on coldfire with newer Gcc.Nils Wallménius1-0/+11
2010-12-26Apply FS#11798 (Files in MicroSD card aren't being shown in File Browser or D...Bertrik Sikken1-0/+2
2010-12-26Make mutexes a tiny bit leaner. There is no need for a separate locked semaph...Michael Sevakis3-20/+25
2010-12-24mc13783 RTC: Handle years in a better way for the use of struct tm. Make the ...Michael Sevakis1-109/+121
2010-12-23RaaA: Improve tagcache search to make the database built.Thomas Martitz2-12/+24
2010-12-22Fix yellowThomas Martitz1-2/+2
2010-12-21Make usb_detect() return USB_UNPOWERED instead of USB_EXTRACTED. Without that...Frank Gevaerts1-1/+1
2010-12-21WM8750 - fix muted output when entering FM radio screen.bootloader_mpiohd300_v1Marcin Bukat1-3/+0
2010-12-21Major speedup of iPod nano 2G. Part 6: Use faster LCD interface configuration...Andree Buschmann1-1/+1
2010-12-20HD300 - Fix bootloader freeze introduced in r28799. DMA transfer hangs for so...Marcin Bukat1-7/+10
2010-12-19iPod nano 2G: Use LCD_PHTIME = 0x22 for both LDS and ILI type of displays. Si...Andree Buschmann1-1/+2
2010-12-19iPod nano2g ILI type LCD displays need big endian configuration for the LCD i...Andree Buschmann1-5/+5
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-16Fix headphone detection on iPod Nano 2G being inverted (regression from r28800)Michael Sparmann1-1/+1
2010-12-15HDD6330: implement lcd_set_flip() function.Szymon Dziok2-6/+14
2010-12-14FS#11765: Improve AMSv1 Battery Life by Lowering CPU and Peripheral clocks. U...Fred Bauer4-16/+94
2010-12-13HDD6330: speedup lcd_blit_yuv() function (~4%).Szymon Dziok1-35/+26
2010-12-13Add short sleep after wakeup of LDS176 type LCD to avoid occasional shift of ...Andree Buschmann1-0/+1
2010-12-13HDD6330: implement initialization and inversion of lcd.Szymon Dziok2-25/+30
2010-12-13Speedup of iPod nano 2G YUV blitting by 3%.Andree Buschmann1-37/+35
2010-12-13FS#11807 - Major speedup of iPod nano 2G. Part 5: Introduce asm for RGB scree...Andree Buschmann2-24/+56
2010-12-13Android: Protect lcd updates with a mutex.Thomas Martitz1-0/+6
2010-12-12Only return USB_POWERED if USB_DETECT_BY_DRV is actually defined, which might...Frank Gevaerts1-1/+4
2010-12-12Move AMSv1 USB to the USB_DETECT_BY_DRV model, so connecting to a dumb charge...Frank Gevaerts3-5/+22
2010-12-12iPod nano 2G does use less current since the latest optimizations.Andree Buschmann1-1/+1
2010-12-12AMSv2: handle sd card ACMDs similar to how it's done for AMSv1Bertrik Sikken1-12/+10
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 4: Introduce asm for yuv blitt...Andree Buschmann3-110/+276
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 3: Unify different write comma...Andree Buschmann1-175/+90
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 2: Use 16 bit data width and s...Andree Buschmann1-15/+8
2010-12-12FS#11708 - Major speedup of iPod nano 2G. Part 1: Loop unrolling and reductio...Andree Buschmann1-11/+25
2010-12-12AMSv2: only switch sd cards to high speed mode for for v2 sd cards, just like...Bertrik Sikken1-17/+20