1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00
Commit Graph

40 Commits

Author SHA1 Message Date
Xiangfu Liu 5f83781aaf change the version number to 201007.
the "201007-1" should be Debian Package Version.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-25 15:55:58 +08:00
Xiangfu Liu b21d2e4ce5 cleanup the output message
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-08-10 14:08:06 +08:00
Xiangfu Liu 8ce9d2081c fix typo of email address
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-08-02 23:59:13 +08:00
Xiangfu Liu d795fb3459 update version numver. update debian/changelog
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-07-31 00:16:40 +08:00
Xiangfu Liu 3201fd51e4 fix warning: comma at end of enumerator list
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-07-30 20:43:36 +08:00
Xiangfu Liu 19bc94325c update the email address.
in debian/* file should use the same emails address
as in source code.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-07-21 10:44:34 +08:00
Xiangfu Liu 2011a397d0 add stage1 stage2 option
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-24 11:28:18 +08:00
Xiangfu Liu 43d775ba97 this is a workaround. we have plan to update the libusb-0.1
to libusb-1.0. then we try to use sync wirte function.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-21 14:35:24 +08:00
Xiangfu Liu 7a5a090832 add jz4760 support to stage2
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-18 15:10:05 +08:00
Xiangfu Liu 046a7e7cbd make the usbboot detect the target cpu type by usb id
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-18 14:28:25 +08:00
Xiangfu Liu c1873f1c5e [usbboot] fix if there is space at the end of command casue error 2010-06-15 22:37:36 +08:00
Xiangfu Liu 77a7270a4b fix issue 76, remove the static prefix and datadir.
http://projects.qi-hardware.com/index.php/p/xburst-tools/issues/76/

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-01 08:30:59 +08:00
Xiangfu Liu 3b5b0b328c [usbboot] change the sysconfdir to /etc by default 2010-05-04 17:11:43 +08:00
Xiangfu Liu 905a086f89 [usbboot] change the prefix to /usr by default 2010-05-04 17:09:00 +08:00
Xiangfu Liu 086c985468 cleanup CFLAGS
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-04-29 14:48:48 +08:00
Jonathan Nieder da4424df4b configure: Add --disable-firmware option to avoid building firmware
Allow usbboot to be built on systems without a mipsel cross-compiler
by passing configure the --disable-firmware option.

Before using the resulting binary, one would need to grab the firmware
from another machine.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2010-04-05 14:56:30 +08:00
Jonathan Nieder aa43b70e0c usbboot: Update and simplify .gitignore
Use anchored filenames and wildcards to make it easier to keep the
.gitignore file up to date with future code changes.

The entries are more precise now:

 * ‘git add .’ will not start tracking the src/usbboot binary
 * ‘git ls-files -i --exclude-standard’ will not list
   xburst_stage1/Makefile and xburst_stage2/Makefile as mistakenly
   tracked.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2010-04-05 14:53:35 +08:00
Xiangfu Liu d8105c6d2e [usbboot] use autoconf datadir not static path 2010-02-25 13:13:58 +08:00
Xiangfu Liu c7abbb787d update usbboot version 2010-02-25 12:00:49 +08:00
Lars-Peter Clausen 4868294851 Fix error check. 2010-02-19 04:48:21 +01:00
Lars-Peter Clausen d122766d93 If the variables passed to CFG_SIMPLE_INT are not of type long the bahviour is
undefined. Use CFG_INT instead.
2010-02-19 04:46:49 +01:00
Xiangfu Liu fac0746ad2 change stage_addr to unsigned 2010-01-08 13:21:11 +08:00
Xiangfu Liu d3fd6c8954 this make the [power] + [u] usbboot mode work. 2009-12-14 10:43:04 +08:00
Xiangfu Liu f7c651790c fix the configure file path 2009-11-04 01:51:33 +08:00
Mikhail Gusarov 9356e3dff0 Use autoconf-provided variables instead of absolute paths
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
2009-11-04 01:30:39 +08:00
Xiangfu Liu 5fd478b936 cleanup output, fix not exit when error 2009-09-30 23:47:29 -04:00
Xiangfu Liu 6b31e71e8e make the 2gb nand cfg as the default configure 2009-09-09 17:07:33 +08:00
Xiangfu Liu d5f2bee6f1 the SDRAM_BW16 shoudl be 1 or 0.
make the xburst tools work in jz4720 and jz4725 cpu.
2009-08-30 21:35:46 +08:00
Xiangfu Liu c5621d6af8 update README, some code cleanup
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-08-27 21:48:03 +08:00
Xiangfu Liu f426319446 change the default usbboot.cfg path
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-21 01:12:38 +08:00
Xiangfu Liu 80410aaadb mv the config file to /etc/xburst-tools
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-21 00:58:26 +08:00
Xiangfu Liu 2679195988 add configure file path option
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-20 23:43:05 +08:00
xiangfu 0a66ef5e52 cleanup-output-info.patch 2009-07-10 12:15:38 +08:00
Xiangfu Liu 0ecb32a9bc cleanup the GPL info.
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-09 22:42:29 +08:00
Xiangfu Liu e8b1b896f4 cleanup
add build dependenices

Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-05 12:43:21 +08:00
Xiangfu Liu c7a6b524ff fix head file patch
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-02 17:26:14 +08:00
Xiangfu Liu aa89f3049f no '_' in package
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-02 17:22:33 +08:00
Xiangfu Liu fe6e51cd2a fix configure file path
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-01 10:37:52 +08:00
Xiangfu Liu dc52bfe889 add cross compile to Makefile.am
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-06-30 14:34:20 +08:00
Wolfgang Spraul 6d4212b643 renamed 'xburst-tools' utility back to 'usbboot' 2009-06-30 13:49:11 +08:00