repository overview

about

information about this package can be found in the README. here is a html-version of the README:

status

the inferno-kirkwood code has now moved to:
http://code.google.com/p/inferno-kirkwood/

clone

to clone & pull:

hg clone http://www.ueber.net/hgsrv/kirkwood/
or
hg clone static-http://www.ueber.net/who/mjl/hg/kirkwood/

tgz

download a snapshot of the latest version: kirkwood-51.tgz.

contents

the files in the latest revision can be found at /hg/kirkwood/files/tip/. a specific revision can be access by replacing "tip" with the revision number, (partial) nodeid or tag name. a few direct links to useful files in the latest revision:

limbo source files:

c header files:

c source files:

assembler files:

changes

rev nodeid when diff why
51 677f2289a89b 8 months diff mention that this code has moved to http://code.google.com/p/infer...
50 a55bf682bfef 9 months diff small improvements. ...
49 15ecdd075e6e 9 months diff greatly improve buffer handling for ethernet, more similar to pc/e...
48 2ae5a75dad9c 9 months diff from salva: nand support code. i forgot to commit this earlier, ...
47 1d668a4e7d90 9 months diff properly free the whole block with freeb(). fix the hang on flood...
46 e127f2e66cf9 9 months diff some more ethernet code. ...
45 ee4a246c66b0 9 months diff various improvements to ethernet driver. ...
44 fe2b35afb696 9 months diff small structural improvements to ether driver. no functional changes.
43 82ba6f7cae6f 9 months diff from salva: first bits of support for nand flash.
42 035a49a084dd 9 months diff from salva: better delay() functions, silence compiler warnings, ...
41 b6f8b77bb1f3 9 months diff add a list of todo's. disable des acceleration for now. ...
40 28054ad62584 9 months diff from salva; some new functions to read/write coprocessor.
39 d23dfcdc5a80 9 months diff from salva: inline function trapstacks(), and add some commented-...
38 8c42cf047503 9 months diff various small improvements to init script. ...
37 626bd1654a8c 9 months diff add des support (polling only). ...
36 b8d2bded41b4 9 months diff polled aes encryption/decryption, for ecb & cbc, for all three key...
35 0e7b0098184e 9 months diff cesa support for md5 & sha1. ...
34 fa31c37c1987 9 months diff md5 & sha1 test code.
33 92f79278ba4f 9 months diff add first bits of support for cesa. ...
32 f58a71d9a878 9 months diff support for xor engines. ...
31 e7b1481fa5cb 9 months diff some sdio changes. ...