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

14 Commits

Author SHA1 Message Date
Xiangfu Liu
14fb5adc49 [xbboot] cleanup files for jz4760
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-07 19:29:49 +08:00
Xiangfu Liu
7dc41fd855 renmae 4740 function end with _4740
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-07 18:12:20 +08:00
Xiangfu Liu
5b682c28e0 [xbboot] cleanup for jz4760, split stage1.c to board-jz4740.c
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-04 22:31:19 +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
2aa4472aae update the email address 2010-04-28 18:29:53 +08:00
Xiangfu Liu
945e32bae2 code cleanup 2010-04-28 16:34:38 +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
71d4baa6b0 add nand init for u-boot 2009-12-06 01:22:31 +08:00
Xiangfu Liu
7c7245e7db only need uart0 2009-12-03 12:59:45 +08:00
Wolfgang Spraul
a1c4ecab6b Created xbboot. 2009-08-21 14:04:09 +08:00