Xiangfu Liu
13fd1652a9
[xbboot] add jz4760.h file
...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-04 19:51:42 +08:00
Jonathan Nieder
e6a1f0f665
update .gitignore
...
Ignore accidentally tracking xbboot build products. Do track
Makefiles that are not automatically generated. Fixing this makes
debian/clean.sh work again.
Mistakenly ignored files were detected by
git ls-files -i --exclude-standard
and un-ignored build products by
git ls-files -o --exclude-standard
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2010-05-11 17:14:12 +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
Xiangfu Liu
cd7bc7f35a
update READE, add INSTALL file
...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-11 13:47:34 +08:00
Xiangfu Liu
18cac78ca3
[xbboot] rename docs to doc
...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-05 13:09:09 +08:00
Xiangfu Liu
1441403f23
[xbboot] add xbboot manual file
...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-05 13:05:30 +08:00
Xiangfu Liu
30a9ef8e88
add-xbboot-to-xburst-tools-debian-package
...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-05 11:36:05 +08:00
Xiangfu Liu
65cc561309
merge xbboot and usbboot to one projects
...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-05 11:04:03 +08:00
Xiangfu Liu
d99438324b
change the option --daemon to --upload
2010-05-03 15:42:14 +08:00
Xiangfu Liu
086c985468
cleanup CFLAGS
...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-04-29 14:48:48 +08:00
Xiangfu Liu
2aa4472aae
update the email address
2010-04-28 18:29:53 +08:00
Xiangfu Liu
d61d277961
update README
2010-04-28 18:22:57 +08:00
Xiangfu Liu
2175cec366
update configure.ac, remove check signal.h
...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-04-28 18:07:04 +08:00
Xiangfu Liu
07bfc33712
add more error check. remove the signal handler
...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-04-28 18:06:28 +08:00
Xiangfu Liu
4c7e4f9bd5
add CONF_FIRMWARE to Makefile.am
...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-04-28 17:03:43 +08:00
Xiangfu Liu
945e32bae2
code cleanup
2010-04-28 16:34:38 +08:00
Xiangfu Liu
9ed1a769d6
cleanup the configure.ac file, -lconfuse
...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-04-27 13:51:54 +08:00
Xiangfu Liu
59a440415b
add -d options. search xburst device every second
2010-04-22 17:13:47 +08:00
Xiangfu Liu
b3ea184e6a
split the main function.
2010-04-22 15:27:36 +08:00
Xiangfu Liu
40242c948f
add init LCD and keyboard
...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-04-22 15:05:52 +08:00
Xiangfu Liu
f348f4f104
[xbboot] init GPIO_LCD_CS for zImage kernel
2010-04-15 18:08:48 +08:00
Xiangfu Liu
e7cf9e2297
[xbboot] make theh xbboot work with software usbboot mode
2010-04-14 15:35:21 +08:00
Xiangfu Liu
0c8e47178d
[xbboot] this patch make upload zImage work correct
2010-01-08 17:01:13 +08:00
Xiangfu Liu
04d76e1139
clean the Makefile and README
2009-12-06 01:27:44 +08:00
Xiangfu Liu
71d4baa6b0
add nand init for u-boot
2009-12-06 01:22:31 +08:00
Xiangfu Liu
4c8e0f1763
fix-compile-error-with-new-openwrt-toolchain
2009-12-06 01:21:27 +08:00
Xiangfu Liu
7c7245e7db
only need uart0
2009-12-03 12:59:45 +08:00
Xiangfu Liu
efed24a9a2
let strtoul auto deal '0x' and decimal string
...
correct the request type in usb_control_msg should USB_ENDPOINT_IN
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-08-21 18:07:08 +08:00
Wolfgang Spraul
40602c2235
added 0x for hex
2009-08-21 17:00:33 +08:00
Wolfgang Spraul
a1c4ecab6b
Created xbboot.
2009-08-21 14:04:09 +08:00