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

24 Commits

Author SHA1 Message Date
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
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
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
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