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
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
2014-08-28
Fix up the bootloaders
Michael Sevakis
2014-08-08
Bootloaders need the reacharound to get at the internal goods
Michael Sevakis
2013-06-27
Move load_firmware() to separate file
Marcin Bukat
2012-01-03
Rework powermgmt to enable code re-use on appliation and sims.
Thomas Martitz
2012-01-01
Gigabeat S: Revert removal of usb_plugged in r31489
Michael Sevakis
2011-12-31
usb-target.h: remove
Rafaël Carré
2011-12-31
usb_plugged() is PP only
Rafaël Carré
2011-12-17
Commit to certain names for cache coherency APIs and discard the aliases.
Michael Sevakis
2011-09-08
Remove return value from show_logo() in bootloader/
Bertrik Sikken
2011-01-23
i.MX31: Now that it matters because there's a debug screeen that allows chang...
Michael Sevakis
2011-01-21
Gigabeat S: Renovate bootloader a bit to show splash, implement verbose, shut...
Michael Sevakis
2011-01-18
Try to get some control over #ifdef hell in usb.c by refactoring and inline f...
Michael Sevakis
2011-01-05
Gigabeat S: Make it a removable mass-storage device. Windows will assign a dr...
Michael Sevakis
2010-08-12
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...
Thomas Martitz
2010-06-23
Sansa AMS bootloader: enter USB mode only when needed
Rafaël Carré
2010-05-27
Generate C file / header for svn version string
Rafaël Carré
2010-05-06
Fix gigabeat S includes so it builds again
Frank Gevaerts
2010-05-06
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
2010-05-06
Gigabeat S bootloader: Fix archaic call placement in dptc_stop which hangs th...
Michael Sevakis
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