Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
a9b5c2af933db0c9a8667996a0d577911971c6c7
/
rbutil
/
mkamsboot
/
Makefile
8420502
libtools.make: add rule to build a DLL.
by Dominik Riebeling
· 13 years ago
d16cefc
mkamsboot: convert to use libtools.make.
by Dominik Riebeling
· 13 years ago
c7c657c
Prevent unnecessary rebuilding of libs.
by Dominik Riebeling
· 13 years ago
e1b1183
Tweak Makefiles a bit to allow cross compiling Rockbox Utility.
by Dominik Riebeling
· 14 years ago
0dcf93e
Use build dir and respect TARGET_DIR when building mkamsboot.
by Dominik Riebeling
· 15 years ago
ff6b042
mkamsboot/rbutil/amsinfo : do not try to detect the model of a given Sansa AMS OF
by Rafaël Carré
· 15 years ago
268f7c4
fix mkamsboot compilation on systems where 'make' is not 'GNU make' (FreeBSD for example)
by Marcoen Hirschberg
· 15 years ago
3b53fe0
mkamsboot: make sure files depending on dualboot.h are updated
by Rafaël Carré
· 15 years ago
c36a644
mkamsboot: use version.sh properly
by Rafaël Carré
· 15 years ago
b4f6c6f
Tweaked dependencies a bit
by Björn Stenberg
· 15 years ago
75919d5
Revert r24763 : LIBOBJS is already included in OBJS
by Rafaël Carré
· 15 years ago
a63b225
mkamsboot binary depends on the same object files than libmkamsboot
by Rafaël Carré
· 15 years ago
69a5ff7
Make lipo calls silent.
by Dominik Riebeling
· 15 years ago
d587794
Remove special lib Makefile targets that aren't used anymore.
by Dominik Riebeling
· 15 years ago
f0d0ba8
Fix building universal binaries.
by Dominik Riebeling
· 15 years ago
cca6f74
Handle TARGET_DIR in universal library building.
by Dominik Riebeling
· 15 years ago
a721007
mkamsboot: fix linking (typo from r23520)
by Rafaël Carré
· 15 years ago
d47366b
Remove unused variable.
by Dominik Riebeling
· 15 years ago
ea61780
Clean up mkamsboot building. No functional changes.
by Dominik Riebeling
· 15 years ago
606a333
Fix building of Rockbox Utility by restoring object list for libmkamsboot.a
by Dominik Riebeling
· 15 years ago
15ea6e6
FS#10741 - rbutil: Fix mkamsboot Makefile dependancies
by Tomer Shalev
· 15 years ago
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
30ea0b6
mkamsboot: build and package (dmg) an universal OSX binary
by Rafaël Carré
· 15 years ago
32b367b
Don't warn if the archive has to be created.
by Dominik Riebeling
· 15 years ago
2417023
Make mkamsboot Makefile operate silent per default.
by Dominik Riebeling
· 15 years ago
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
4dd44bf
Explicitly set CC to prevent make trying to use cc instead. Fixes build issues on w32.
by Dominik Riebeling
· 15 years ago
ac77c08
Make mkamsboot Makefile more silent.
by Dominik Riebeling
· 15 years ago
f4e2d83
mkamsboot: move intermediate files into a build directory and allow building of a universal lib (for macs)
by Dominik Wenger
· 15 years ago
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
96165ab
FS#10253 : mkamsboot v1.0
by Rafaël Carré
· 16 years ago
mkamsboot_1.0
68e24d3
Commit updated mkamsboot for c200v2 patching. Tested and seems to be working using USB for dualboot.
by Michael Giacomelli
· 16 years ago
dcb0e43
Clean up the Makefile a little - no functional changes.
by Dave Chapman
· 16 years ago
044ba22
"mv m200v2 m200v4"
by Daniel Stenberg
· 16 years ago
29a5373
mkamsboot: supports Fuze firmwares
by Rafaël Carré
· 16 years ago
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
a5a2f12
mkamsboot: Fix makefile rules for e200v2 and m200v2
by Rafaël Carré
· 16 years ago
415c46e
add sansa m200v2 support to mkamsboot.
by Dominik Wenger
· 16 years ago
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
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