index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
s5l8700
Age
Commit message (
Expand
)
Author
2010-06-25
lcd-m6sp.c: remove \r
Rafaël Carré
2010-06-21
Fix ata_idle_notify on iPod Nano 2G
Michael Sparmann
2010-06-20
Remove PROC_NEEDS_CACHEALIGN for Nano2G again, it's only needed for PP
Michael Sparmann
2010-06-20
Fix misspelled STORAGE_WANTS_ALIGN in s5l8700/system-target.h. Also add PROC_...
Michael Sparmann
2010-06-20
Use STORAGE_ALIGN_ATTR for instead of hardwired alignment in the Nano2G FTL a...
Michael Sparmann
2010-06-11
Remove an unneccessary long call from the S5L8700 PCM FIQ handler
Michael Sparmann
2010-06-11
s5l8700 PCM: Always call dma_callback. (fix r26253 remnants)
Michael Sevakis
2010-06-09
meizu m6sl: load code from IRAM, not FLASH (it eases debugging)
Rafaël Carré
2010-06-08
make meizu-m6sl bootloader build
Rafaël Carré
2010-06-05
New USB charging system, part 1 - API rework and user-visible setting update
Torne Wuff
2010-05-30
Update Samsung YP-S3 bootloader demo
Bertrik Sikken
2010-05-24
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
2010-05-12
PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...
Michael Sevakis
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-04-13
s5l870x / ipod nano2g: include common mmu-arm.h
Rafaël Carré
2010-04-13
s5l870x : use mmu-arm.S
Rafaël Carré
2010-04-13
Move CACHEALIGN_BITS to cpu headers
Rafaël Carré
2010-04-13
mmu-s5l8700.S: correct a comment about segment position in index format
Rafaël Carré
2010-04-13
s5l8700 : remove some CRLF line endings
Rafaël Carré
2010-03-26
Use STORAGE_WANTS_ALIGN to make clear it's not a strict necessity
Rafaël Carré
2010-03-25
Make storage alignement use cache alignement macros
Rafaël Carré
2010-03-14
ftl-nano2g.c: s/\(\*([^)]+)\)\./\1->/
Michael Sparmann
2010-03-14
Nano2G NAND: Don't continue reading on that bank if starting the read failed.
Michael Sparmann
2010-03-14
Finally fast Nano2G NAND reading, also works on remapped blocks this time.
Michael Sparmann
2010-03-14
Nano2G: switch over to slow writes at VFL level
Michael Sparmann
2010-03-14
Re-enable fast reads in the Nano2G VFL/FTL. (Using the wrapper API in the NAN...
Michael Sparmann
2010-03-14
Implement Nano2G fast NAND read API as a wrapper around the slow one.
Michael Sparmann
2010-03-14
Nano2G FTL: Enlarge FTL buffers for faster write operations
Michael Sparmann
2010-03-14
Nano2G VFL/FTL: Use fast writes
Michael Sparmann
2010-03-14
Nano2G NAND: Detect if the chip supports interleaved and/or cached writes.
Michael Sparmann
2010-03-14
Revert Nano2G fast VFL reads for now. They just won't work on some hardware.
Michael Sparmann
2010-03-14
Don't parallelize Nano2G NAND reads, just do pipelined ECC. (10% performance ...
Michael Sparmann
2010-03-14
Nano2G VFL: reset the bank again before the second slow read try
Michael Sparmann
2010-03-14
Nano 2G VFL: try slow read twice if fast read failed
Michael Sparmann
2010-03-14
More detailed panic message for Nano2G VFL fast read problems
Michael Sparmann
2010-03-13
Make the Nano2G FTL use the new parallel read function
Michael Sparmann
2010-03-13
Add the new Nano2G NAND functions to nand-target.g
Michael Sparmann
2010-03-13
Nano2G NAND interleaved erase support
Michael Sparmann
2010-03-13
Nano2G NAND interleaved write support
Michael Sparmann
2010-03-13
Nano2G NAND parallel read support
Michael Sparmann
2010-03-13
Nano2G lowlevel NAND operation transaction splitting support
Michael Sparmann
2010-03-13
Reset the Nano2G NAND idle timer also when leaving a NAND function, not just ...
Michael Sparmann
2010-03-13
Nano2G FTL: Increase spare buffer size to 4, values below that lead to problems
Michael Sparmann
2010-03-13
Use the new read API and introduce fast highlevel FTL code.
Michael Sparmann
2010-03-13
Fix a bug introduced in r25145
Michael Sparmann
2010-03-13
Implement fast VFL read API (as a dummy) for Nano2G
Michael Sparmann
2010-03-13
Re-commit another small Nano2G FTL bugfix that got lost
Michael Sparmann
2010-03-13
Implement Nano2G VFL multi-page read API (as a dummy for now)
Michael Sparmann
2010-03-13
Make Nano2G FTL buffer size configurable, no (intended) function changes
Michael Sparmann
2010-03-13
Isolate and commit some innocent Nano2G FTL bugfixes that were introduced as ...
Michael Sparmann
[next]