summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/s5l8700
AgeCommit message (Expand)AuthorFilesLines
2010-06-25lcd-m6sp.c: remove \rRafaël Carré1-1/+2
2010-06-21Fix ata_idle_notify on iPod Nano 2GMichael Sparmann2-2/+5
2010-06-20Remove PROC_NEEDS_CACHEALIGN for Nano2G again, it's only needed for PPMichael Sparmann1-1/+0
2010-06-20Fix misspelled STORAGE_WANTS_ALIGN in s5l8700/system-target.h. Also add PROC_...Michael Sparmann1-1/+2
2010-06-20Use STORAGE_ALIGN_ATTR for instead of hardwired alignment in the Nano2G FTL a...Michael Sparmann2-9/+10
2010-06-11Remove an unneccessary long call from the S5L8700 PCM FIQ handlerMichael Sparmann1-3/+1
2010-06-11s5l8700 PCM: Always call dma_callback. (fix r26253 remnants)Michael Sevakis1-1/+1
2010-06-09meizu m6sl: load code from IRAM, not FLASH (it eases debugging)Rafaël Carré1-1/+1
2010-06-08make meizu-m6sl bootloader buildRafaël Carré2-0/+103
2010-06-05New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff1-7/+2
2010-05-30Update Samsung YP-S3 bootloader demoBertrik Sikken1-0/+2
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis1-18/+4
2010-05-12PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis1-3/+3
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-04-13s5l870x / ipod nano2g: include common mmu-arm.hRafaël Carré3-3/+3
2010-04-13s5l870x : use mmu-arm.SRafaël Carré2-138/+0
2010-04-13Move CACHEALIGN_BITS to cpu headersRafaël Carré1-1/+0
2010-04-13mmu-s5l8700.S: correct a comment about segment position in index formatRafaël Carré1-2/+2
2010-04-13s5l8700 : remove some CRLF line endingsRafaël Carré2-149/+149
2010-03-26Use STORAGE_WANTS_ALIGN to make clear it's not a strict necessityRafaël Carré1-3/+1
2010-03-25Make storage alignement use cache alignement macrosRafaël Carré1-0/+5
2010-03-14ftl-nano2g.c: s/\(\*([^)]+)\)\./\1->/Michael Sparmann1-150/+150
2010-03-14Nano2G NAND: Don't continue reading on that bank if starting the read failed.Michael Sparmann1-17/+12
2010-03-14Finally fast Nano2G NAND reading, also works on remapped blocks this time.Michael Sparmann2-15/+129
2010-03-14Nano2G: switch over to slow writes at VFL levelMichael Sparmann1-4/+4
2010-03-14Re-enable fast reads in the Nano2G VFL/FTL. (Using the wrapper API in the NAN...Michael Sparmann1-9/+46
2010-03-14Implement Nano2G fast NAND read API as a wrapper around the slow one.Michael Sparmann1-121/+10
2010-03-14Nano2G FTL: Enlarge FTL buffers for faster write operationsMichael Sparmann1-2/+2
2010-03-14Nano2G VFL/FTL: Use fast writesMichael Sparmann1-34/+53
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