[kaffe] CVS kaffe (robilad): added FAQ for blackfin

Kaffe CVS cvs-commits at kaffe.org
Fri Mar 24 03:13:07 PST 2006


PatchSet 7167 
Date: 2006/03/24 11:02:52
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
added FAQ for blackfin

Members: 
	ChangeLog:1.4685->1.4686 
	Makefile.am:1.107->1.108 
	FAQ/FAQ.blackfin:INITIAL->1.1 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4685 kaffe/ChangeLog:1.4686
--- kaffe/ChangeLog:1.4685	Fri Mar 24 05:29:30 2006
+++ kaffe/ChangeLog	Fri Mar 24 11:02:52 2006
@@ -1,3 +1,11 @@
+2006-03-24  Dalibor Topic  <robilad at kaffe.org>
+
+	* Makefile.am (EXTRA_DIST): Added FAQ/FAQ.blackfin.
+ 
+2006-03-24  Kang Shuo  <blackfin.kang at gmail.com>
+
+	* FAQ/FAQ.blackfin: New file.
+
 2006-03-23 Alexander Boettcher  <alex at kaffe.org>
 
 	* config/i386/jit.h: fix compiler warning. Initialize last
Index: kaffe/Makefile.am
diff -u kaffe/Makefile.am:1.107 kaffe/Makefile.am:1.108
--- kaffe/Makefile.am:1.107	Tue Jan 10 18:37:16 2006
+++ kaffe/Makefile.am	Fri Mar 24 11:02:55 2006
@@ -72,6 +72,7 @@
 	FAQ/FAQ.awt \
 	FAQ/FAQ.benchmarking \
 	FAQ/FAQ.bignum \
+	FAQ/FAQ.blackfin \
 	FAQ/FAQ.charsets \
 	FAQ/FAQ.class-states \
 	FAQ/FAQ.classlibrary-compile \
===================================================================
Checking out kaffe/FAQ/FAQ.blackfin
RCS:  /home/cvs/kaffe/kaffe/FAQ/FAQ.blackfin,v
VERS: 1.1
***************
--- /dev/null	Sun Aug  4 19:57:58 2002
+++ kaffe/FAQ/FAQ.blackfin	Fri Mar 24 11:13:07 2006
@@ -0,0 +1,27 @@
+FAQ for Kaffe on Blackfin/uclinux
+==================================
+
+Author: Michael Kang
+
+Q: What is blackfin?
+A: Blackfin processor is the product of ADI company(http://www.analog.com).
+You can visit his officail website to get hardware manual of blackfin.
+
+Q: How can I can get kaffe run on uClinux for blackfin?
+A: You need to read the docs in
+http://docs.blackfin.uclinux.org/doku.php?id=3Drun_java_application_on_stamp_board.
+You will get a step-by-step guide that how to setup uClinux on blackfin
+and how to run java on blackfin uClinux.
+
+Q: Is it work completely?
+A: Now interpret engine is work. But not all the regression testcase under
+kaffe/test/regression/ can run.Only HelloWorldApp and some file operation
+testcases can work well.So it still have some bugs. JIT engine is not
+completed. The porting is still in progress.
+
+Q: How can I help kaffe porting for blackfin uClinux ?
+A: You can visit http://blackfin.uclinux.org and apply for a developer. Or
+just send email to me,blackfin.kang AT gamil.com
+
+- Thanks
+- Michael.kang




More information about the kaffe mailing list