Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
d8d40987b8bf848e8c1979c667f7cef298a80097
/
bootloader
/
sansa_as3525.c
2b39cb4
Sansa AMS bootloader: consider the bootloader finished
by Rafaël Carré
· 16 years ago
ce505b8
the delay in the as3525 bootloader was driving me mad so remove it and get the bootloader closer to where a "finished" one should be (only show info if sometrhing needs to be shown, which is always for now.)
by Jonathan Gordon
· 16 years ago
f7b1d80
Sansa AMS bootloader: use the correct (renamed) header file
by Rafaël Carré
· 16 years ago
4ca4e52
Rename functions as3525_codec_* to ascodec_* to prepare re-use of as3514 code for sansa v2 players
by Bertrik Sikken
· 16 years ago
aef27e1
Sansav2 Bootloader
by Rafaël Carré
· 16 years ago
6e645cc
AS3525: we won't use threads in the bootloader
by Rafaël Carré
· 16 years ago
baecdb6
AS3525: use kernel_init() in bootloader
by Rafaël Carré
· 16 years ago
2f8a008
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
by Frank Gevaerts
· 16 years ago
e1b4838
Embryo of a SD driver for Sansav2
by Rafaël Carré
· 16 years ago
8df1a7e
e200v2: implement the backlight handling (copy/paste from the c200v1/e200v1 code - this should probably be unified, along with other upcoming v2 code), plus clean up the lcd init by calling lcd_init() directly in the bootloader, instead of lcd_init_device().
by Dave Chapman
· 16 years ago
b3ee07c
Sansav2 : initializes SDRAM
by Rafaël Carré
· 16 years ago
95726a5
FS#9503 - Sansa v2 audio/PMU communication driver (for the AS3525 SoC)
by Bertrik Sikken
· 16 years ago
08c41d4
Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently used by Logik DAX and m200v1 ports) driver up in the target tree and share with the m200v2 - as2525 parts contributed by Rafael Carre. Includes the start (but is still very incomplete) of an LCD driver for the e200v2. m200v2 is not yet fully supported by mkamsboot - that will come soon. Also some minor cleanups for the Clip.
by Dave Chapman
· 16 years ago
da8bff1
Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and François Dinel. A few cosmetic changes were made by me prior to committing: 1) TAB policing in button-clip.c; 2) Add François Dinel to CREDITS; 3) Add François Dinel as (C) holder in button-target.h (it was previously blank); 4) Add Rockbox header to bootloader/sansa_as3525.c with Rafaël Carré as (C) holder; 5) Change target_id to 50 (next available number) in tools/configure and fixed indentation; 6) Change MODEL_NUMBER in config-clip.h to 50 (next available number); 7) Remove unused in/out macros from system-target.h
by Dave Chapman
· 16 years ago