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
/
init.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 17 h
user890104
/emcore/
Remove tags and branches folders from emCORE, since it never had any. Move everything from trunk to the base emCORE folder.
963
4237 d 14 h
theseven
/emcore/trunk/
emCORE: Allow booting if there's no battery present
936
4280 d 8 h
theseven
/emcore/trunk/
emCORE: Prevent low battery conditions from causing a reboot loop
921
4311 d 13 h
theseven
/emcore/trunk/
emCORE: Report storage initialization errors
891
4586 d 20 h
theseven
/emcore/trunk/
emCORE: Implant new USB stack, handle debugging via EP0
842
5173 d 13 h
theseven
/emcore/trunk/
emCORE: Fix stack alignment if execimage() command line argument size is not a multiple of 4
835
5174 d 11 h
theseven
/
emCORE: Add argc/argv argument passing mechanism for apps/libs and arg0-arg3 for threads
814
5207 d 12 h
theseven
/emcore/trunk/
emCORE: Add more detailed tracking of handle owners
597
5490 d 14 h
theseven
/emcore/trunk/
emCORE: Remove the periodic scheduler tick. Instead, wakeup and preemting IRQs are now scheduled dynamically
542
5496 d 14 h
theseven
/emcore/trunk/
emCORE: The idle thread is of course a core thread...
512
5498 d 17 h
theseven
/emcore/trunk/
emCORE: Force boot option type field to be 32 bits
466
5512 d 12 h
theseven
/
emCORE: Make shared libraries actually work
456
5514 d 15 h
theseven
/emcore/trunk/
emCORE: Add support for multiple piggybacked apps
453
5514 d 16 h
theseven
/emcore/trunk/
emCORE: Switch to new executable format
437
5517 d 13 h
theseven
/emcore/trunk/
emCORE: Fix dozens of problems, it finally boots!
436
5517 d 15 h
theseven
/emcore/trunk/
emCORE: Rework initialization code [KNOWN-BROKEN INTERMEDIATE COMMIT!]
429
5518 d 8 h
theseven
/emcore/trunk/
emCORE: Dynamic memory allocation
427
5518 d 9 h
farthen
/emcore/trunk/
emCORE: change every 'emBIOS' text string to 'emCORE'
424
5518 d 13 h
theseven
/emcore/
Create emCORE branch
249
5592 d 10 h
theseven
/embios/trunk/
emBIOS: Handle FTL problems more gracefully on iPod Nano 2G
191
5651 d 18 h
theseven
/embios/trunk/
Urgh, copy&paste bug
190
5651 d 18 h
theseven
/embios/trunk/
Initialize the backlight properly (on nano2g)
140
5672 d 10 h
theseven
/
Fix a bunch of bugs
138
5672 d 14 h
theseven
/
iLoader as an emBIOS app
133
5673 d 10 h
theseven
/embios/trunk/
Move the initbss to allow space for embedded apps (like the installer), fix some stupid bugs
130
5673 d 11 h
theseven
/embios/trunk/
Add generic button event proxy
126
5673 d 13 h
theseven
/embios/trunk/
Add a way to have target-specific init code, and initialize the apple system information struct at the end of boot on nano2g.
110
5674 d 22 h
theseven
/
Move the API header files to embios/trunk/export
98
5675 d 18 h
theseven
/embios/trunk/
Make the location of the boot information table a bit more predictable
95
5675 d 19 h
theseven
/embios/trunk/
Add support for accessing the boot flash on Nano2G
89
5676 d 7 h
theseven
/embios/trunk/
Fix Nano2G flash bug and add boot-time application loader
87
5676 d 10 h
theseven
/embios/trunk/
Fix Nano4G I2C (with polling for now) and do some cleanup
85
5676 d 11 h
theseven
/embios/trunk/
Merge 4g_compat branch. I2C on Nano4G is known broken and the Nano4G LCD console is dog slow. The rest seems to be working fine.
66
5677 d 12 h
theseven
/embios/trunk/
Fix initialisation and backport some improvements from Rockbox.
58
5678 d 12 h
theseven
/embios/trunk/
Finally integrate the FAT code into emBIOS! \o/
54
5679 d 8 h
theseven
/embios/trunk/
Use even more of the Rockbox storage framework, rework FTL and NAND drivers a bit
46
5680 d 10 h
theseven
/embios/trunk/
Import file system code from Rockbox. It still needs to be adapted and cleaned up.
44
5680 d 10 h
theseven
/embios/trunk/
Add DEBUGF macro
32
5681 d 11 h
theseven
/embios/trunk/
Another try at making the Makefile cross-platform compatible
29
5681 d 12 h
theseven
/embios/trunk/
Impelement powering off on iPod Nano 2G and console access via USB