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
/
bootloader
/
gigabeat-s.c
Age
Commit message (
Expand
)
Author
2009-02-11
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...
Michael Sevakis
2009-02-07
Gigabeat S: Move the LCD framebuffer address so that DRAM can be mapped flat ...
Michael Sevakis
2009-01-19
Fix up ZVM builds. It appeared to share common definitions with PP502x target...
Michael Sevakis
2009-01-19
USB detection changes. c200/e200: Consider USB to be powered when charger is ...
Michael Sevakis
2008-11-23
Use BOOTDIR and BOOTFILE defines instead of hardcoded path and file. FS#9559
Björn Stenberg
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-10
Bring Gigabeat S bootloader one step close to a release version.
Michael Sevakis
2008-05-07
Do some gigabeat S bootloader cleanup (includes, const, static-ing, number of...
Michael Sevakis
2008-05-05
Gigabeat S bootloader: 1) Switch order of .vectors to be contiguous with init...
Michael Sevakis
2008-05-04
Fix firmware load error display and handling in Gigabeat S bootloader. Remove...
Michael Sevakis
2008-04-29
Make sure the linker considers crt0*.o before all files specified on the comm...
Jens Arnold
2008-04-21
Enable program flow prediction in the system control coprocessor setup in the...
Michael Sevakis
2008-04-21
Unreverse Gigabeat S bootloader. Boot Rockbox with hold switch off.
Michael Sevakis
2008-04-20
Make the inital connect problem go away on Gigabeat S. Would be nice if a bet...
Michael Sevakis
2008-04-18
UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...
Michael Sevakis
2008-04-16
Gigabeat S bootloader: Improve untarring by reading the whole file to memory ...
Nicolas Pennequin
2008-04-15
Gigabeat S bootloader: make it move a rockbox binary back to /.rockbox/ when ...
Nicolas Pennequin
2008-03-31
That was stupid. Should be enable_interrupt.
Michael Sevakis
2008-03-31
Change the remaining set_interrupt_status usage to the more parsimonious disa...
Michael Sevakis
2008-02-17
Give the Gigabeat S bootloader the ability to untar a tarball.
Nicolas Pennequin
2008-02-08
Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.
Michael Sevakis
2008-02-05
Gigabeat S mixer: Make some progress. Get the tick and core sleep working usi...
Michael Sevakis
2007-12-23
Gigabeat S memory management stuff.
Will Robertson
2007-11-27
* Make the Gigabeat S bootloader a bit more interesting: it looks for the fir...
Nicolas Pennequin
2007-09-21
Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.
Will Robertson