1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 16:25:20 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
Xiangfu Liu
dd5adf5bb1 [usbboot] sync defines with jz4760.h
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-07-22 14:56:40 +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
eb23820087 [usbboot] copy the jz4760.h file from u-boot, fix the jz4760 nand addr, cmd, data, port define
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-21 14:41:37 +08:00
Xiangfu Liu
bcc23ae567 add jz4760 support to xburst_stage1
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-18 14:33:47 +08:00
Xiangfu Liu
d0db32762f cleanup head files
remove: archdefs.h  mips.h mipsregs.h sysdefs.h


Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-18 13:58:16 +08:00
Jonathan Nieder
e140411424 unset executable bit on firmware image
This firmware is not meant to be executed on the host machine, so
unset its executable bit.  Noticed by lintian.

While at it, teach stage1 builds to recover from interrupted builds by
ensuring *stage1.bin are not present until all of the relevant
commands have been run.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2010-05-11 17:08:25 +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
Lars-Peter Clausen
62e1e80b92 stage1: Don't configure ram, when loaded from u-boot usbboot emulation 2010-01-08 03:36:58 +01:00
Xiangfu Liu
845ae95905 fix the SDRAM_BANK4. should be 0 or 1 2009-08-30 21:55:14 +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
603032264a cleanup the copyright
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-09 23:27:46 +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
Wolfgang Spraul
6d4212b643 renamed 'xburst-tools' utility back to 'usbboot' 2009-06-30 13:49:11 +08:00