summaryrefslogtreecommitdiff
path: root/tools/mknkboot.c (follow)
Commit message (Collapse)AuthorAge
* Move mknkboot.[ch] to beastpatcher folder.Dominik Riebeling2009-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23372 a1c6a512-1295-4272-9138-f99709370657
* Make beastpatcher build with VS2005 again.Dominik Riebeling2009-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22821 a1c6a512-1295-4272-9138-f99709370657
* Integrate mknkboot into beastpatcher.Dominik Riebeling2009-09-20
| | | | | | Add a new option to beastpatcher to patch and upload an original firmware file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22745 a1c6a512-1295-4272-9138-f99709370657
* Split out file access from mknkboot handling.Dominik Riebeling2009-09-19
| | | | | | | | | - make main dualboot creation function work on buffers instead of files. This is to be used in beastpatcher and simplifies error handling a bit. - prepare for building with beastpatcher. - export dualboot creation function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22740 a1c6a512-1295-4272-9138-f99709370657
* Refactor mknkboot in preparation for beastpatcher integration.Dominik Riebeling2009-09-17
| | | | | | | | - separate patching from main function. - improve cleaning up open files / allocated memory on errors. - correct check for number of arguments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22723 a1c6a512-1295-4272-9138-f99709370657
* Change the mknkboot license to BSD to enable its code to be incorporated ↵Dave Chapman2009-09-16
| | | | | | into beastpatcher. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22710 a1c6a512-1295-4272-9138-f99709370657
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
| | | | | | | | | later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
* Unreverse Gigabeat S bootloader. Boot Rockbox with hold switch off.Michael Sevakis2008-04-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17203 a1c6a512-1295-4272-9138-f99709370657
* Some general housekeeping. Fixed a few yellows, made the volume buttons work ↵Will Robertson2008-04-16
| | | | | | in lists. ROLO now works also thanks to rob's work on the D2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17139 a1c6a512-1295-4272-9138-f99709370657
* Make the Gigabeat-S bootloader dual-boot. The hold switch is used to choose ↵Dave Chapman2007-11-27
| | | | | | what to boot - because it is a simple GPIO test. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15828 a1c6a512-1295-4272-9138-f99709370657
* Initial version of mknkboot - a utility to replace "merge0.cpp" to insert a ↵Dave Chapman2007-11-11
Rockbox bootloader into a Gigabeat-S nk.bin firmware update image. This was rewritten from scratch, but has been tested to produce output files identical to merge0.cpp. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15570 a1c6a512-1295-4272-9138-f99709370657