summaryrefslogtreecommitdiffstats
path: root/bootloader/gigabeat-s.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-23i.MX31: Now that it matters because there's a debug screeen that allows chang...Michael Sevakis1-2/+0
2011-01-21Gigabeat S: Renovate bootloader a bit to show splash, implement verbose, shut...Michael Sevakis1-75/+80
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis1-3/+0
2011-01-05Gigabeat S: Make it a removable mass-storage device. Windows will assign a dr...Michael Sevakis1-3/+7
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-1/+2
2010-06-23Sansa AMS bootloader: enter USB mode only when neededRafaël Carré1-3/+3
2010-05-27Generate C file / header for svn version stringRafaël Carré1-2/+2
2010-05-06Fix gigabeat S includes so it builds againFrank Gevaerts1-1/+1
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-1/+1
2010-05-06Gigabeat S bootloader: Fix archaic call placement in dptc_stop which hangs th...Michael Sevakis1-0/+3
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis1-2/+2
2009-02-07Gigabeat S: Move the LCD framebuffer address so that DRAM can be mapped flat ...Michael Sevakis1-3/+6
2009-01-19Fix up ZVM builds. It appeared to share common definitions with PP502x target...Michael Sevakis1-3/+0
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis1-1/+0
2008-11-23Use BOOTDIR and BOOTFILE defines instead of hardcoded path and file. FS#9559Björn Stenberg1-3/+3
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-4/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-10Bring Gigabeat S bootloader one step close to a release version.Michael Sevakis1-120/+209
2008-05-07Do some gigabeat S bootloader cleanup (includes, const, static-ing, number of...Michael Sevakis1-33/+22
2008-05-05Gigabeat S bootloader: 1) Switch order of .vectors to be contiguous with init...Michael Sevakis1-1/+4
2008-05-04Fix firmware load error display and handling in Gigabeat S bootloader. Remove...Michael Sevakis1-3/+2
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold1-7/+0
2008-04-21Enable program flow prediction in the system control coprocessor setup in the...Michael Sevakis1-1/+1
2008-04-21Unreverse Gigabeat S bootloader. Boot Rockbox with hold switch off.Michael Sevakis1-1/+1
2008-04-20Make the inital connect problem go away on Gigabeat S. Would be nice if a bet...Michael Sevakis1-1/+6
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis1-2/+56
2008-04-16Gigabeat S bootloader: Improve untarring by reading the whole file to memory ...Nicolas Pennequin1-21/+21
2008-04-15Gigabeat S bootloader: make it move a rockbox binary back to /.rockbox/ when ...Nicolas Pennequin1-1/+21
2008-03-31That was stupid. Should be enable_interrupt.Michael Sevakis1-1/+1
2008-03-31Change the remaining set_interrupt_status usage to the more parsimonious disa...Michael Sevakis1-1/+1
2008-02-17Give the Gigabeat S bootloader the ability to untar a tarball.Nicolas Pennequin1-14/+98
2008-02-08Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.Michael Sevakis1-3/+16
2008-02-05Gigabeat S mixer: Make some progress. Get the tick and core sleep working usi...Michael Sevakis1-1/+2
2007-12-23Gigabeat S memory management stuff. Will Robertson1-1/+1
2007-11-27* Make the Gigabeat S bootloader a bit more interesting: it looks for the fir...Nicolas Pennequin1-9/+41
2007-09-21Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.Will Robertson1-0/+94