1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 08:29:41 +02:00
XBurst Tools, collection of boot and flash tools for XBurst devices. http://projects.qi-hardware.com/index.php/p/xburst-tools/
Go to file
Sergey Gridassov 86ba12af12 USB abstraction: implemented sent length checking
Ingenic: implemented SDRAM load and go
USBBoot cmdset: implemented 'load' and 'go'
2010-12-04 13:17:33 +03:00
.gitignore Initial commit. 2010-12-04 04:14:23 +03:00
boot.cfg Implemented nand configuration; increased command timeout; implemented stage2 configuration; implemented safe builtin; added boot.cfg 2010-12-04 12:35:49 +03:00
config.c Initial commit. 2010-12-04 04:14:23 +03:00
config.h Initial commit. 2010-12-04 04:14:23 +03:00
COPYING Add USB bootloader stage2 firmware. 2010-12-04 04:51:45 +03:00
COPYING.GPL3 Initial commit. 2010-12-04 04:14:23 +03:00
debug.c Initial commit. 2010-12-04 04:14:23 +03:00
debug.h Initial commit. 2010-12-04 04:14:23 +03:00
devmgr.c Initial commit. 2010-12-04 04:14:23 +03:00
devmgr.h Initial commit. 2010-12-04 04:14:23 +03:00
fw.bin Implemented ingenic_sdram_size 2010-12-04 10:56:51 +03:00
ingenic.c USB abstraction: implemented sent length checking 2010-12-04 13:17:33 +03:00
ingenic.h USB abstraction: implemented sent length checking 2010-12-04 13:17:33 +03:00
initial.cfg Implemented nand configuration; increased command timeout; implemented stage2 configuration; implemented safe builtin; added boot.cfg 2010-12-04 12:35:49 +03:00
main.c Implemented nand configuration; increased command timeout; implemented stage2 configuration; implemented safe builtin; added boot.cfg 2010-12-04 12:35:49 +03:00
Makefile Add USBBoot cmdset skeleton. 2010-12-04 06:43:15 +03:00
shell_lex.c Initial commit. 2010-12-04 04:14:23 +03:00
shell_lex.l Initial commit. 2010-12-04 04:14:23 +03:00
shell.c Implemented nand configuration; increased command timeout; implemented stage2 configuration; implemented safe builtin; added boot.cfg 2010-12-04 12:35:49 +03:00
shell.h Add USBBoot cmdset skeleton. 2010-12-04 06:43:15 +03:00
spl_cmdset.c Implemented nand configuration; increased command timeout; implemented stage2 configuration; implemented safe builtin; added boot.cfg 2010-12-04 12:35:49 +03:00
usb_boot.bin Add USB bootloader stage2 firmware. 2010-12-04 04:51:45 +03:00
usbboot_cmdset.c USB abstraction: implemented sent length checking 2010-12-04 13:17:33 +03:00
usbdev.c USB abstraction: implemented sent length checking 2010-12-04 13:17:33 +03:00
usbdev.h Add bulk receive code to USB abstraction. 2010-12-04 07:25:17 +03:00