1. 8420502 libtools.make: add rule to build a DLL. by Dominik Riebeling · 13 years ago
  2. d16cefc mkamsboot: convert to use libtools.make. by Dominik Riebeling · 13 years ago
  3. c7c657c Prevent unnecessary rebuilding of libs. by Dominik Riebeling · 13 years ago
  4. e1b1183 Tweak Makefiles a bit to allow cross compiling Rockbox Utility. by Dominik Riebeling · 14 years ago
  5. 0dcf93e Use build dir and respect TARGET_DIR when building mkamsboot. by Dominik Riebeling · 15 years ago
  6. ff6b042 mkamsboot/rbutil/amsinfo : do not try to detect the model of a given Sansa AMS OF by Rafaël Carré · 15 years ago
  7. 268f7c4 fix mkamsboot compilation on systems where 'make' is not 'GNU make' (FreeBSD for example) by Marcoen Hirschberg · 15 years ago
  8. 3b53fe0 mkamsboot: make sure files depending on dualboot.h are updated by Rafaël Carré · 15 years ago
  9. c36a644 mkamsboot: use version.sh properly by Rafaël Carré · 15 years ago
  10. b4f6c6f Tweaked dependencies a bit by Björn Stenberg · 15 years ago
  11. 75919d5 Revert r24763 : LIBOBJS is already included in OBJS by Rafaël Carré · 15 years ago
  12. a63b225 mkamsboot binary depends on the same object files than libmkamsboot by Rafaël Carré · 15 years ago
  13. 69a5ff7 Make lipo calls silent. by Dominik Riebeling · 15 years ago
  14. d587794 Remove special lib Makefile targets that aren't used anymore. by Dominik Riebeling · 15 years ago
  15. f0d0ba8 Fix building universal binaries. by Dominik Riebeling · 15 years ago
  16. cca6f74 Handle TARGET_DIR in universal library building. by Dominik Riebeling · 15 years ago
  17. a721007 mkamsboot: fix linking (typo from r23520) by Rafaël Carré · 15 years ago
  18. d47366b Remove unused variable. by Dominik Riebeling · 15 years ago
  19. ea61780 Clean up mkamsboot building. No functional changes. by Dominik Riebeling · 15 years ago
  20. 606a333 Fix building of Rockbox Utility by restoring object list for libmkamsboot.a by Dominik Riebeling · 15 years ago
  21. 15ea6e6 FS#10741 - rbutil: Fix mkamsboot Makefile dependancies by Tomer Shalev · 15 years ago
  22. 747b9ca mkamsboot: allow the version string to be overridden from the commandline - e.g. "make APPVERSION=v1.1 mkamsboot". by Dave Chapman · 15 years ago
  23. 30ea0b6 mkamsboot: build and package (dmg) an universal OSX binary by Rafaël Carré · 15 years ago
  24. 32b367b Don't warn if the archive has to be created. by Dominik Riebeling · 15 years ago
  25. 2417023 Make mkamsboot Makefile operate silent per default. by Dominik Riebeling · 15 years ago
  26. 4d86861 rbutil: modify buildsystem so you can build outside of the rbutilqt directoy. (similar to the normal buildsystem). Attention: Spaces in the path will cause errors. by Dominik Wenger · 15 years ago
  27. 4dd44bf Explicitly set CC to prevent make trying to use cc instead. Fixes build issues on w32. by Dominik Riebeling · 15 years ago
  28. ac77c08 Make mkamsboot Makefile more silent. by Dominik Riebeling · 15 years ago
  29. f4e2d83 mkamsboot: move intermediate files into a build directory and allow building of a universal lib (for macs) by Dominik Wenger · 15 years ago
  30. ff2f839 Change to versioning for mkamsboot to <rXXXXX>-<DATE> for svn builds. A fixed number like 1.1 can (and should) be used for releases. by Thomas Martitz · 16 years ago
  31. 96165ab FS#10253 : mkamsboot v1.0 by Rafaël Carré · 16 years ago mkamsboot_1.0
  32. 68e24d3 Commit updated mkamsboot for c200v2 patching. Tested and seems to be working using USB for dualboot. by Michael Giacomelli · 16 years ago
  33. dcb0e43 Clean up the Makefile a little - no functional changes. by Dave Chapman · 16 years ago
  34. 044ba22 "mv m200v2 m200v4" by Daniel Stenberg · 16 years ago
  35. 29a5373 mkamsboot: supports Fuze firmwares by Rafaël Carré · 16 years ago
  36. c91d787 Add MD5 checksumming of the original firmware images - for extra safety, and also because some Fuze firmwares have the same ID (or what we thought was the ID) as the M200 firmwares. Plus a few minor cleanups. by Dave Chapman · 16 years ago
  37. a5a2f12 mkamsboot: Fix makefile rules for e200v2 and m200v2 by Rafaël Carré · 16 years ago
  38. 415c46e add sansa m200v2 support to mkamsboot. by Dominik Wenger · 16 years ago
  39. 1c4bcfa Major rework of mkamsboot, extending work done by Rafael Carre. We now build one "dualboot.bin" mini-bootloader per target and embed it in the mkamsboot binary. The user of mkamsboot just needs to provide an original firmware file, and a Rockbox bootloader file. This code currently supports just the Clip (hardware revision 1) and the E200v2 - button checks are needed for the other V2 targets. NOTE: This is completely untested on-target, and may brick your device. by Dave Chapman · 16 years ago
  40. c6be818 Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so this should still work the same as before. by Dave Chapman · 16 years ago