jump.git
10 years agoInitial commit of AESA implementation.
Farzad [Tue, 3 Sep 2013 03:17:49 +0000 (23:17 -0400)]
Initial commit of AESA implementation.

This version will pass vectors.
The makefile is not used to build, it will replace the make file
generated by DOL.

10 years agobsp2arch.pl: add host processor, emem size to xml
Sebastian [Mon, 2 Sep 2013 20:59:57 +0000 (22:59 +0200)]
bsp2arch.pl: add host processor, emem size to xml

10 years agobsp2arch.pl: initial commit (processor, memory)
Sebastian [Mon, 2 Sep 2013 18:45:35 +0000 (20:45 +0200)]
bsp2arch.pl: initial commit (processor, memory)

The utility bsp2arch.pl reads the XML hardware description file
from the Epiphany SDK and generates a DOL architecture specification.

example:
$ ./bsp2arch.pl zed_E16G3_512mb.xml epiphany.xml

The SDK uses a flat hardware description file (HDF), which was supposed
to be a temporary solution (SDK 4.x documentation), but seems to be
final (SDK 5.x documentation).

The current version does not define any <hw_channel>, <writepath> or
<readpath> tags and does not need any flattening.

10 years agoinitial commit
basti [Fri, 16 Aug 2013 11:52:41 +0000 (13:52 +0200)]
initial commit