summaryrefslogtreecommitdiffstats
path: root/rbutil/mkamsboot
AgeCommit message (Expand)AuthorFilesLines
2009-10-11mkamsboot: allow the version string to be overridden from the commandline - e...Dave Chapman1-0/+2
2009-10-10mkamsboot: support Fuze OF v 1.02.28Rafaël Carré1-0/+1
2009-10-09mkamsboot: build and package (dmg) an universal OSX binaryRafaël Carré1-4/+20
2009-10-08Don't warn if the archive has to be created.Dominik Riebeling1-1/+1
2009-09-05Make mkamsboot Makefile operate silent per default.Dominik Riebeling1-7/+13
2009-09-04rbutil: modify buildsystem so you can build outside of the rbutilqt directoy....Dominik Wenger1-13/+12
2009-09-04Explicitly set CC to prevent make trying to use cc instead. Fixes build issue...Dominik Riebeling1-0/+1
2009-08-15Make mkamsboot Makefile more silent.Dominik Riebeling1-2/+7
2009-08-15rbutil: move extern "C" declaration into mkamsboot.h Dominik Wenger1-0/+8
2009-08-15mkamsboot: move intermediate files into a build directory and allow building ...Dominik Wenger1-14/+38
2009-08-15rbutil: add ams sansa targets. (FS#10185)Dominik Wenger2-0/+18
2009-07-17mkamsboot: remove runtime copyright noticeRafaël Carré1-2/+2
2009-07-05Change to versioning for mkamsboot to <rXXXXX>-<DATE> for svn builds. A fixed...Thomas Martitz2-4/+6
2009-07-05mkamsboot: change version string to 1.1, move devices list in the headerRafaël Carré2-12/+12
2009-07-05Slightly rewrite some parts of mkamsboot for better output and some sanity in...Thomas Martitz2-99/+115
2009-06-04mkamsboot: refuse to patch an untested OF, and provide a list of tested OF ve...Rafaël Carré1-3/+21
2009-05-28mkamsboot : brackets at the start of functions must be on their line - thanks...Rafaël Carré1-16/+26
2009-05-28FS#10253 : mkamsboot v1.0mkamsboot_1.0Rafaël Carré14-817/+1054
2009-05-25mkamsboot: really error out if OF model is different from bootloader modelRafaël Carré1-2/+10
2009-05-22mkamsboot : use left button for dual boot on Sansa Clip for consistency with ...Rafaël Carré1-3/+3
2009-05-22mkamsboot : remove a misleading comment (we only use IRAM)Rafaël Carré1-5/+2
2009-04-11Support Fuze 01.02.26 OF version.Thomas Martitz1-0/+1
2009-03-16Add md5 for clip OF version 1.01.32 to mkamsboot (verified to work)Bertrik Sikken1-0/+1
2008-12-29Added dualboot usb detection for Clip, so OF boots on usb insert.Björn Stenberg1-0/+2
2008-12-24Commit updated mkamsboot for c200v2 patching. Tested and seems to be working...Michael Giacomelli3-25/+47
2008-12-15Add MD5 checksum for v1.01.22 of the Fuze original firmware.Dave Chapman1-0/+1
2008-11-25m200v4: correct the BOOTDIR define, and invert the button check in the dualbo...Dominik Wenger1-3/+3
2008-11-24mkamsboot: dualboot button for Sansa FuzeRafaël Carré1-3/+1
2008-11-14Clean up the Makefile a little - no functional changes.Dave Chapman2-119/+65
2008-11-10grrr, I need to learn to do case insensitive grepping when that's the better ...Daniel Stenberg1-2/+2
2008-11-10"mv m200v2 m200v4"Daniel Stenberg2-20/+21
2008-11-02mkamsboot: Use left button on e200v2 to dual boot (like e200v1)Rafaël Carré1-3/+3
2008-10-30mkamsboot: supports Fuze firmwaresRafaël Carré3-7/+30
2008-10-30Correct the MD5 sum for the Clip 1.1.29 firmware.Dave Chapman1-1/+1
2008-10-30Add MD5 checksumming of the original firmware images - for extra safety, and ...Dave Chapman4-20/+368
2008-10-28Sansav2 dualboot: correctly use keyscan for ClipRafaël Carré1-8/+13
2008-10-28mkamsboot: Fix makefile rules for e200v2 and m200v2Rafaël Carré1-3/+3
2008-10-19add sansa m200v2 support to mkamsboot.Dominik Wenger3-11/+52
2008-10-19Correct an error messageDave Chapman1-1/+1
2008-10-19Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently u...Dave Chapman1-4/+4
2008-10-12Make mkamsboot safer by introducing the use of ".sansa" files to store Sansa ...Dave Chapman1-9/+102
2008-10-11Add Rafael Carre to the (C) message in the output of mkamsboot. This should ...Dave Chapman1-8/+2
2008-10-11Fix another bug in dualboot.S, add Rafael Carre as the (C) holder of dualboot...Dave Chapman2-24/+45
2008-10-11Fix a bug in the uclcopy loop, plus add a warning to make sure people know th...Dave Chapman2-1/+5
2008-10-11Fix some off-by-one errors, plus remove some unused variablesDave Chapman2-6/+4
2008-10-11Major rework of mkamsboot, extending work done by Rafael Carre. We now build...Dave Chapman6-237/+613
2008-10-04Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so th...Dave Chapman6-0/+785