1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 12:33:07 +02:00
xburst-tools/qiboot
Andy Green 064a13861c qi-refactor-for-multi-cpu-add-s3c6410-base.patch
This patch makes qi source structure cpu-centric, and allows multiple CPUs
to be handled with the board definitions inside the CPU dirs.

You have to make a particular CPU version of Qi now, which you can do by
a shell command like this:

make clean ; make CPU=s3c2442 && make CPU=s3c6410

which gets you

$ ls -l image/
total 744
-rwxrwxr-x 1 agreen agreen  25372 2008-10-17 18:25 qi-s3c2442-andy_77c1fcdddc3e2cbf
-rw-rw-r-- 1 agreen agreen 237100 2008-10-17 18:25 qi-s3c2442-andy_77c1fcdddc3e2cbf.dis
-rw-rw-r-- 1 agreen agreen  25388 2008-10-17 18:25 qi-s3c2442-andy_77c1fcdddc3e2cbf.udfu
-rwxrwxr-x 1 agreen agreen  22736 2008-10-17 18:25 qi-s3c6410-andy_77c1fcdddc3e2cbf
-rw-rw-r-- 1 agreen agreen 216294 2008-10-17 18:25 qi-s3c6410-andy_77c1fcdddc3e2cbf.dis
-rw-rw-r-- 1 agreen agreen  22752 2008-10-17 18:25 qi-s3c6410-andy_77c1fcdddc3e2cbf.udfu

The 6410 support in there is enough to send a character "U" on the 6410 SMDK

Because the product naming is not defined, currently the device targeted for 6410
is called "TLA01"

Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:40 +00:00
..
include qi-refactor-for-multi-cpu-add-s3c6410-base.patch 2008-11-28 10:16:40 +00:00
src qi-refactor-for-multi-cpu-add-s3c6410-base.patch 2008-11-28 10:16:40 +00:00
tools Subject: add-mkudfu-to-qi 2008-11-28 10:16:37 +00:00
config.mk Subject: add-mkudfu-to-qi 2008-11-28 10:16:37 +00:00
dfu-qi qi-fix-dfu-stamped-image.patch 2008-11-28 10:16:39 +00:00
gta03-qi.ocd add-openocd-script.patch 2008-11-28 10:16:37 +00:00
Makefile qi-refactor-for-multi-cpu-add-s3c6410-base.patch 2008-11-28 10:16:40 +00:00
README remove src/Makefile 2008-08-16 22:34:17 -04:00