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)
/
emcore
/
target
/
ipodnano2g
/
ftl.c
– Rev 978
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
978
716 d 20 h
user890104
/emcore/
Remove tags and branches folders from emCORE, since it never had any. Move everything from trunk to the base emCORE folder.
624
5484 d 22 h
theseven
/emcore/trunk/target/ipodnano2g/
emCORE: Add some parantheses for clarity
435
5517 d 18 h
theseven
/emcore/trunk/target/ipodnano2g/
emCORE: Allocate nandfsck buffers dynamically
427
5518 d 12 h
farthen
/emcore/trunk/
emCORE: change every 'emBIOS' text string to 'emCORE'
424
5518 d 16 h
theseven
/emcore/
Create emCORE branch
264
5577 d 23 h
theseven
/embios/trunk/target/ipodnano2g/
emBIOS: ipodnano2g FTL: fix a weird typo
251
5590 d 17 h
theseven
/embios/trunk/target/ipodnano2g/
emBIOS: iPod Nano 2G FTL: Get rid of some avoidable division operations and cache number of pages per block
249
5592 d 13 h
theseven
/embios/trunk/
emBIOS: Handle FTL problems more gracefully on iPod Nano 2G
227
5600 d 13 h
theseven
/embios/trunk/
Add USB commands to access raw NAND on iPod Nano 2G
223
5602 d 12 h
theseven
/embios/trunk/target/ipodnano2g/
iPod Nano 2G FTL: Fix nandfsck memory corruption bug and remove some dead code
213
5627 d 18 h
theseven
/embios/trunk/target/ipodnano2g/
Prevent a division by zero in the FTL repair code for ipodnano2g if the erase counter table is completely gone.
211
5647 d 17 h
theseven
/embios/trunk/
Get rid of some leftover on-stack sector buffers
210
5648 d 20 h
theseven
/embios/trunk/target/ipodnano2g/
Make sure the ftl_initialized variable is initialized to false
206
5649 d 3 h
theseven
/embios/trunk/
Make ftl_sync return success if the FTL wasn't even mounted and release emBIOS 0.1.2
201
5650 d 0 h
theseven
/embios/trunk/target/ipodnano2g/
Eliminate some evil tabs
166
5665 d 16 h
theseven
/embios/trunk/target/ipodnano2g/
Some cosmetics in the Nano2G FTL code
155
5669 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
5673 d 11 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
5673 d 15 h
theseven
/embios/trunk/
Protect FTL functions from being called before the FTL was initialized (or after initialization failed)
124
5673 d 19 h
theseven
/embios/trunk/
Integrate nandfsck into the FTL
69
5677 d 15 h
theseven
/embios/trunk/
Make sure that storage accesses through the FAT32 layer are aligned properly
68
5677 d 15 h
theseven
/embios/trunk/target/ipodnano2g/
Remove unaligned NAND transfer support, the caller is now responsible for aligning buffers properly
66
5677 d 15 h
theseven
/embios/trunk/
Fix initialisation and backport some improvements from Rockbox.
61
5678 d 13 h
theseven
/embios/trunk/target/ipodnano2g/
Fix some bugs... Mounting NAND on Nano2G succeeds now.
58
5678 d 15 h
theseven
/embios/trunk/
Finally integrate the FAT code into emBIOS! \o/
54
5679 d 11 h
theseven
/embios/trunk/
Use even more of the Rockbox storage framework, rework FTL and NAND drivers a bit
2
5691 d 16 h
theseven
/embios/trunk/
emBIOS: Initial commit. LCD console works on Nano2G so far.