summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-03-14Nano2G NAND: Detect if the chip supports interleaved and/or cached writes.Michael Sparmann1-2/+6
2010-03-14Revert Nano2G fast VFL reads for now. They just won't work on some hardware.Michael Sparmann2-79/+28
2010-03-14Don't parallelize Nano2G NAND reads, just do pipelined ECC. (10% performance ...Michael Sparmann1-19/+23
2010-03-14Nano2G VFL: reset the bank again before the second slow read tryMichael Sparmann1-0/+1
2010-03-14Nano 2G VFL: try slow read twice if fast read failedMichael Sparmann1-6/+13
2010-03-14More detailed panic message for Nano2G VFL fast read problemsMichael Sparmann1-1/+3
2010-03-13Make the Nano2G FTL use the new parallel read functionMichael Sparmann1-9/+46
2010-03-13Add the new Nano2G NAND functions to nand-target.gMichael Sparmann1-0/+7
2010-03-13Nano2G NAND interleaved erase supportMichael Sparmann1-0/+35
2010-03-13Nano2G NAND interleaved write supportMichael Sparmann1-9/+54
2010-03-13Nano2G NAND parallel read supportMichael Sparmann1-0/+132
2010-03-13Nano2G lowlevel NAND operation transaction splitting supportMichael Sparmann1-21/+32
2010-03-13Reset the Nano2G NAND idle timer also when leaving a NAND function, not just ...Michael Sparmann1-0/+1
2010-03-13Nano2G FTL: Increase spare buffer size to 4, values below that lead to problemsMichael Sparmann1-1/+1
2010-03-13Use the new read API and introduce fast highlevel FTL code.Michael Sparmann1-44/+117
2010-03-13Fix a bug introduced in r25145Michael Sparmann1-1/+6
2010-03-13Implement fast VFL read API (as a dummy) for Nano2GMichael Sparmann1-0/+29
2010-03-13Re-commit another small Nano2G FTL bugfix that got lostMichael Sparmann1-1/+1
2010-03-13Implement Nano2G VFL multi-page read API (as a dummy for now)Michael Sparmann1-9/+23
2010-03-13Make Nano2G FTL buffer size configurable, no (intended) function changesMichael Sparmann1-81/+84
2010-03-13Isolate and commit some innocent Nano2G FTL bugfixes that were introduced as ...Michael Sparmann1-1/+3
2010-03-13Revert r25099, r25101, r25109 and r25137 for now. This doesn't seem to be qui...Michael Sparmann3-541/+157
2010-03-12Hopefully fix the latest Nano2G NAND issues. (FS#11092) Transfers for some of...Michael Sparmann3-87/+46
2010-03-12Add experimental support for isochronous transfers in the usb ARC driver. The...Amaury Pouly2-7/+27
2010-03-11SansaAMS: debug-as3525.c Allow View HW info page to display correct info for...Jack Halpin1-27/+49
2010-03-11Fix Nano2G rolo once againMichael Sparmann1-3/+3
2010-03-11Fix scrolling direction in the Nano2G __dbg_hw_info screenMichael Sparmann1-2/+2
2010-03-11Implement (unused) ADC wrapper for Nano2G to fix the redMichael Sparmann2-2/+42
2010-03-11Remove a bunch of superfluous stuff from the Nano2G bootloader and fix __dbg_...Michael Sparmann2-29/+14
2010-03-11Fix bootloader redMichael Sparmann1-3/+13
2010-03-11Nano2G __dbg_hw_info (courtesy of Franz-Josef Haider)Michael Sparmann2-11/+109
2010-03-11Increase Nano2G main stack size to 16K again. We won't get rid of the stkov's...Michael Sparmann1-1/+1
2010-03-11Even more Nano2G FTL speedup. Now 8% faster than disk mode, 10% slower than t...Michael Sparmann5-281/+282
2010-03-10Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick...Amaury Pouly2-3/+7
2010-03-10Disable HID on Nano2G for now - it's causing some instability that needs to b...Michael Sparmann1-1/+1
2010-03-10Some Nano2G define corrections / updatesMichael Sparmann1-11/+21
2010-03-10Fix bootloader redMichael Sparmann1-0/+4
2010-03-10Detect iPod Nano 2G charging state correctlyMichael Sparmann1-2/+2
2010-03-10iPod Nano 2G FTL performance enhancements. Still not quite as fast as the OFW...Michael Sparmann3-126/+555
2010-03-09Packard Bell Vibe 500: reset all allowed devices like in the OF.Szymon Dziok1-1/+5
2010-03-09Display Fault status address register on data/prefetch abortsRafaël Carré1-2/+40
2010-03-09Nano2G battery calibrationMichael Sparmann1-7/+23
2010-03-09Statically init array to 0 instead of runtime memsetNils Wallménius1-3/+1
2010-03-08Make mini2440 compile again.Thomas Martitz1-3/+3
2010-03-08Fix red.Thomas Martitz1-1/+1
2010-03-08Use ldr instead of adr, so that it compiles with a newer ld, although setting...Thomas Martitz1-1/+1
2010-03-08Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...Thomas Martitz13-26/+26
2010-03-08- Fix the control_handler selection in usb_core when a request in sent to an ...Amaury Pouly1-19/+38
2010-03-07Set IRAM split to 48KB / 80KB (apps / plugins) for M5 and X5. This way codecs...Andree Buschmann1-1/+1
2010-03-07Sansa Clip: reduce current consumption for more correct battery life estimati...Rafaël Carré1-1/+1