summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s5l8700
AgeCommit message (Expand)Author
2010-08-21Some Nano2G FTL cosmeticsMichael Sparmann
2010-08-17Fix two rather annoying Nano2G FTL bugs: 1. Fix a null pointer dereference/wr...Michael Sparmann
2010-08-12emBIOS backports part four: Add a lot of DEBUGF()s to the FTL code, and retur...Michael Sparmann
2010-08-12emBIOS backports part three: Make the NAND flash driver return more useful er...Michael Sparmann
2010-08-12emBIOS backports part two: Fix a stupid global variable *instantiation* in a ...Michael Sparmann
2010-08-08ipod nano 2g: make functions/variables static where possible, add missing #in...Bertrik Sikken
2010-06-25lcd-m6sp.c: remove \rRafaël Carré
2010-06-21Fix ata_idle_notify on iPod Nano 2GMichael Sparmann
2010-06-20Remove PROC_NEEDS_CACHEALIGN for Nano2G again, it's only needed for PPMichael Sparmann
2010-06-20Fix misspelled STORAGE_WANTS_ALIGN in s5l8700/system-target.h. Also add PROC_...Michael Sparmann
2010-06-20Use STORAGE_ALIGN_ATTR for instead of hardwired alignment in the Nano2G FTL a...Michael Sparmann
2010-06-11Remove an unneccessary long call from the S5L8700 PCM FIQ handlerMichael Sparmann
2010-06-11s5l8700 PCM: Always call dma_callback. (fix r26253 remnants)Michael Sevakis
2010-06-09meizu m6sl: load code from IRAM, not FLASH (it eases debugging)Rafaël Carré
2010-06-08make meizu-m6sl bootloader buildRafaël Carré
2010-06-05New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff
2010-05-30Update Samsung YP-S3 bootloader demoBertrik Sikken
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis
2010-05-12PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-04-13s5l870x / ipod nano2g: include common mmu-arm.hRafaël Carré
2010-04-13s5l870x : use mmu-arm.SRafaël Carré
2010-04-13Move CACHEALIGN_BITS to cpu headersRafaël Carré
2010-04-13mmu-s5l8700.S: correct a comment about segment position in index formatRafaël Carré
2010-04-13s5l8700 : remove some CRLF line endingsRafaël Carré
2010-03-26Use STORAGE_WANTS_ALIGN to make clear it's not a strict necessityRafaël Carré
2010-03-25Make storage alignement use cache alignement macrosRafaël Carré
2010-03-14ftl-nano2g.c: s/\(\*([^)]+)\)\./\1->/Michael Sparmann
2010-03-14Nano2G NAND: Don't continue reading on that bank if starting the read failed.Michael Sparmann
2010-03-14Finally fast Nano2G NAND reading, also works on remapped blocks this time.Michael Sparmann
2010-03-14Nano2G: switch over to slow writes at VFL levelMichael Sparmann
2010-03-14Re-enable fast reads in the Nano2G VFL/FTL. (Using the wrapper API in the NAN...Michael Sparmann
2010-03-14Implement Nano2G fast NAND read API as a wrapper around the slow one.Michael Sparmann
2010-03-14Nano2G FTL: Enlarge FTL buffers for faster write operationsMichael Sparmann
2010-03-14Nano2G VFL/FTL: Use fast writesMichael Sparmann
2010-03-14Nano2G NAND: Detect if the chip supports interleaved and/or cached writes.Michael Sparmann
2010-03-14Revert Nano2G fast VFL reads for now. They just won't work on some hardware.Michael Sparmann
2010-03-14Don't parallelize Nano2G NAND reads, just do pipelined ECC. (10% performance ...Michael Sparmann
2010-03-14Nano2G VFL: reset the bank again before the second slow read tryMichael Sparmann
2010-03-14Nano 2G VFL: try slow read twice if fast read failedMichael Sparmann
2010-03-14More detailed panic message for Nano2G VFL fast read problemsMichael Sparmann
2010-03-13Make the Nano2G FTL use the new parallel read functionMichael Sparmann
2010-03-13Add the new Nano2G NAND functions to nand-target.gMichael Sparmann
2010-03-13Nano2G NAND interleaved erase supportMichael Sparmann
2010-03-13Nano2G NAND interleaved write supportMichael Sparmann
2010-03-13Nano2G NAND parallel read supportMichael Sparmann
2010-03-13Nano2G lowlevel NAND operation transaction splitting supportMichael Sparmann
2010-03-13Reset the Nano2G NAND idle timer also when leaving a NAND function, not just ...Michael Sparmann
2010-03-13Nano2G FTL: Increase spare buffer size to 4, values below that lead to problemsMichael Sparmann
2010-03-13Use the new read API and introduce fast highlevel FTL code.Michael Sparmann