- 7cb1e5a Fix AMSv2 variant 1 detection if rockbox loaded from SD card by Mihail Zenkov · 8 years ago
- 2ec6fbc AMS: fix usb initialization in bootloader by Mihail Zenkov · 9 years ago
- 761e798 usb: finally get rid of USE_ROCKBOX_USB in Sansa bootloader, use bootloader usb by Amaury Pouly · 10 years ago
- 8b8b854 Fix USB speed detection by Mihail Zenkov · 10 years ago
- 7d1a47c Rewrite filesystem code (WIP) by Michael Sevakis · 11 years ago
- 4ea4cdf Bootloaders need the reacharound to get at the internal goods by Michael Sevakis · 10 years ago
- 0b29691 Move load_firmware() to separate file by Marcin Bukat · 13 years ago
- 0976982 Swap red and yellow for green on r31339's cranky builds. by Michael Sevakis · 13 years ago
- bfd69f2 Fix the real issue with AMS bootloader USB mode. A call to usb_enable was missing in usb.c when using the USB stack and USB_DETECT_BY_CORE was not enabled. Try to do it in a clean-ish way. by Michael Sevakis · 13 years ago
- 845cd59 Sansa AMS: fix usb in bootloader by Rafaël Carré · 13 years ago
- 7e3a3f4 Remove return value from show_logo() in bootloader/ by Bertrik Sikken · 13 years ago
- 463b3ed Initial framework for the Sandisk Sansa Clip Zip by Bertrik Sikken · 13 years ago
- 8c954e2 sansa AMS bootloader: make strings static by Rafaël Carré · 13 years ago
- 0e2286f Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android. by Thomas Martitz · 14 years ago
- 64d3a22 sansa AMS bootloader: build if USE_ROCKBOX_USB isn't defined by Rafaël Carré · 14 years ago
- 1ec8212 Sansa AMS bootloader: enter USB mode only when needed by Rafaël Carré · 14 years ago
- fd715fa as3525*: enable MMU in bootloader by Rafaël Carré · 14 years ago
- f9b0f81 Sansa AMS: fix bootloader USB mode by Rafaël Carré · 14 years ago
- b812465 as3525: bootloader USB mode by Rafaël Carré · 14 years ago
- 12af292 Make Clip+ bootloader build by Rafaël Carré · 15 years ago
- 2392bb4 FS#10047 : Clipv2 by Rafaël Carré · 15 years ago
- 3520d8e Sansa c200v2 : lcd & backlight support, using the c200v1 lcd driver by Rafaël Carré · 15 years ago
- f504153 FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed up by Rafaël Carré · 15 years ago
- 4633446 Sansa AMS: Centralise mapping of RAM and IRAM in as3525.h via #defines. This will hopefully make ongoing mmu work easier as less places need to be changed. by Thomas Martitz · 15 years ago
- aeddacb FS#10066 by Michael Chicoine: Sansa AMS bootloader "Hold" switch detection. by Mustapha Senhaji · 15 years ago
- f5c5983 commit FS#10092 (cleanup AMS system init) by Rafaël Carré. by Dominik Wenger · 15 years ago
- c97f640 Commit FS#9679 by Thomas Martitz. Adds c200v2 to the target tree. Has some buttons defined, a bootloader, and stubs for most drivers. by Michael Giacomelli · 16 years ago
- 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