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

53 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 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 d7408d8e16 [xbboot] add stdint.h head file
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-07-30 20:37:11 +08:00
Xiangfu Liu dbaf54daa0 [xbboot] put all jz4760 board configure to board-jz4760.h file 2010-06-16 11:37:59 +08:00
Xiangfu Liu 3272119164 correct the jz4760 lepus board mem parameter:
ARG_ROW_ADDR = 13;
ARG_COL_ADDR = 10;

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-13 23:06:03 +08:00
Xiangfu Liu 031b54c699 [xbboot] now xbboot can auto detect ingenic device cpu type by USB Product ID
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-10 23:11:29 +08:00
Xiangfu Liu 1176e151ab [xbboot] fix typo 2010-06-10 14:59:42 +08:00
Xiangfu Liu 19ce238122 [xbboot] just some cleanup, make the stage1 size less then 8KB 2010-06-10 14:53:20 +08:00
Xiangfu Liu 0659b47c28 [xbboot] jz4760 evb use DDR2 2010-06-10 14:13:09 +08:00
Xiangfu Liu 0159afd121 mv the output cpu out of the open-xburst-device function 2010-06-10 10:57:15 +08:00
Xiangfu Liu 2b60170c9c [xboot] output the cpu type 2010-06-09 23:34:06 +08:00
Xiangfu Liu b43ca37f46 [xbboot] rename cpm_start_all to cpm_start_all_4760
fix typo of cpu speed, remove useless define(NAND) in board-jz4760.h
2010-06-09 17:28:00 +08:00
Xiangfu Liu 35c0b21b65 [xbboot] fix the jz4760 compile error
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-09 15:48:35 +08:00
Xiangfu Liu 0a13a84800 [xbboot] copy 4769 files form Ingenic SVN: Revision: 1391 2010-06-09 15:21:42 +08:00
Xiangfu Liu 41ee624696 [xbboot] rename the 4740 function suffix with _4740 2010-06-09 15:20:02 +08:00
Xiangfu Liu 3aff93bcf8 [xbboot] echo-kernel remove particular head file 2010-06-09 15:10:58 +08:00
Xiangfu Liu ea7b236b9a [xbboot] add jz4760 detect 2010-06-09 14:43:25 +08:00
Xiangfu Liu f3237cab36 cleanup for jz4760, move UART_BASE it to board-jz47xx.c file
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-07 20:46:04 +08:00
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
Xiangfu Liu abec432237 add *~ to gitignore
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-04 19:53:10 +08:00
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