summaryrefslogtreecommitdiff
path: root/rbutil/mkimxboot
AgeCommit message (Collapse)Author
2012-06-09Fix crash in mkimxboot bootloader installation.Dominik Riebeling
mkimxboot requires passing a structure which got extended with another field. This wasn't adjusted in Rockbox Utility, causing an out of bound access to an array, which results in a segfault. Change-Id: I0252849ed0b41f1d8804537c053debc9b0ecd08d
2012-05-31imxtools: move tools to a new sbtools/ subdirectoryAmaury Pouly
Change-Id: I0d8d6831b35037725486f61fc363de87bc8ba92e
2012-05-19mkimxboot: add support for more target and variantsAmaury Pouly
Add creative zen x-fi 2/3 and add a variant mechanism Change-Id: Ic2ee82a4238a87c2eb5d72b8309650d9a280325f
2012-02-29imx233: always boot when powered up from 5vAmaury Pouly
Change-Id: I3adb901d293c801f0a8493ae4f0b23af4fa535e8
2012-02-28mkimxboot/fuze+: fix booting to the OFAmaury Pouly
Change-Id: I51db192d9c88952173acac6558941ba6421a31dd
2012-02-28mkximxboot/fuze+: add power button delay to power onAmaury Pouly
Only boot to rockbox if the power button is hold sufficiently long. For consistency, use the same mechanism as the OF: - read PSWITCH 550000 times - boot if PSWITCH=1 at least 400000 out of 550000 times Only apply the delay if Volume Down is not hold, so that the OF and RB delay don't cumulate. Change-Id: I1e8a4cd108c56bf784fcf1c320f7a001ef161701
2012-01-02Allow passing additional CFLAGS.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31524 a1c6a512-1295-4272-9138-f99709370657
2011-12-14mkimxboot: use common Makefile.Dominik Riebeling
Change mkimxboot to use the common Makefile. This will fix the object file clash when building libmkimxboot for linking with Rockbox Utility (will be needed for FS#12402). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31261 a1c6a512-1295-4272-9138-f99709370657
2011-12-04Add double inclusion protection and prepare for use with C++ code.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31138 a1c6a512-1295-4272-9138-f99709370657
2011-12-04Add missing include.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31137 a1c6a512-1295-4272-9138-f99709370657
2011-11-30mkimxboot: remove an unecessary include that will prevent compilation of rbutilAmaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31099 a1c6a512-1295-4272-9138-f99709370657
2011-11-06mkimxboot: fix bootloader load address, replace call by jump on final call ↵Amaury Pouly
to have a clean boot git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30922 a1c6a512-1295-4272-9138-f99709370657
2011-11-06Introduce mkimxboot to build bootloader images for the i.MX (only the fuze+ ↵Amaury Pouly
currently). Still not integrated in rbutil git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30920 a1c6a512-1295-4272-9138-f99709370657