BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
freemyipod
(root)
/
embios
/
trunk
/
target
/
ipodnano2g
/
ftl.c
@ 181
– Rev 0
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
166
5666 d 16 h
theseven
/embios/trunk/target/ipodnano2g/
Some cosmetics in the Nano2G FTL code
155
5670 d 0 h
theseven
/embios/trunk/target/ipodnano2g/
Fix an FTL null pointer dereference bug (which did overwrite parts of the execption vectors) and use negative error return codes for FTL functions exposed to the storage layer. (Undetected errors were hiding the first bug)
134
5674 d 12 h
theseven
/embios/trunk/target/ipodnano2g/
Make nandfsck actually realize that it succeeded, and make it's progress bar run a bit more fluently
128
5674 d 15 h
theseven
/embios/trunk/
Protect FTL functions from being called before the FTL was initialized (or after initialization failed)
124
5674 d 19 h
theseven
/embios/trunk/
Integrate nandfsck into the FTL
69
5678 d 15 h
theseven
/embios/trunk/
Make sure that storage accesses through the FAT32 layer are aligned properly
68
5678 d 15 h
theseven
/embios/trunk/target/ipodnano2g/
Remove unaligned NAND transfer support, the caller is now responsible for aligning buffers properly
66
5678 d 16 h
theseven
/embios/trunk/
Fix initialisation and backport some improvements from Rockbox.
61
5679 d 14 h
theseven
/embios/trunk/target/ipodnano2g/
Fix some bugs... Mounting NAND on Nano2G succeeds now.
58
5679 d 15 h
theseven
/embios/trunk/
Finally integrate the FAT code into emBIOS! \o/
54
5680 d 12 h
theseven
/embios/trunk/
Use even more of the Rockbox storage framework, rework FTL and NAND drivers a bit
2
5692 d 17 h
theseven
/embios/trunk/
emBIOS: Initial commit. LCD console works on Nano2G so far.