diff options
author | agc <agc> | 2003-08-14 09:31:39 +0000 |
---|---|---|
committer | agc <agc> | 2003-08-14 09:31:39 +0000 |
commit | 14a58b4bbd4b5e94e696cb9ebeebcbd6c433dffc (patch) | |
tree | 698c79da111c826047365336c9583eb8d17bd648 /emulators/swarm/distinfo | |
parent | 97968aa3abdbcd8a73ea3bf3fa1b1fdd8c04d682 (diff) | |
download | pkgsrc-14a58b4bbd4b5e94e696cb9ebeebcbd6c433dffc.tar.gz |
Update swarm from 0.57 to 0.61. Swarm now emulates an ARM 7M core.
Changes since previous version:
#00061 michael pp Michael Dales (michael@dcs.gla.ac.uk) Thu Sep 27 10:41:39 BST 2001
------------------------------------------------------------------------------------
* Contains lots of code by Hanish Menon [www.hanishkvc.com] to enable uCLinux to
work on SWARM.
* Updated the logic in armproc.cpp wrt UART and LCD Ctrls so that
they can rise interrupts to the Interrupt Ctrl if required.
* Updated certain messages and return values.
* Added the srec loader
* Updated the LCD controller address
* ReIntroduced the Parse_Opts logic.
* Will be adding support for SREC file loading.
* Fixed a problem in the bin/Makefile
* Added support for a minimal UART controller.
* Updated the earlier sample LCD controller which I had written wrt its Addr.
* Looking into SWARM and the Device/Pheriperal interface logic in SWARM
* Added a partial LCD Ctrl logic to test the interface logic
* fix a problem with ldms
#00060 michael pp Michael Dales (michael@dcs.gla.ac.uk) Tue May 15 22:53:15 BST 2001
------------------------------------------------------------------------------------
Added cache invalivation functions to the system coprocessor.
#00059 michael pp Michael Dales (michael@dcs.gla.ac.uk) Fri May 11 16:52:45 BST 2001
------------------------------------------------------------------------------------
Corrected the n-way set associative cache. Added functionality to the system
co-processor to allow me to read the cycle counter, cache hit counter, and
cache miss counter in an application, using register 11 with opcode 2 set to
0, 1, and 2 respectively.
#00058 michael pp Michael Dales (michael@dcs.gla.ac.uk) Thu May 10 14:05:25 BST 2001
------------------------------------------------------------------------------------
Added a n-way set associative cache. Default is now 8k 4-way shared cache.
Diffstat (limited to 'emulators/swarm/distinfo')
-rw-r--r-- | emulators/swarm/distinfo | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/emulators/swarm/distinfo b/emulators/swarm/distinfo index ee8c633d6b4..5acb04c92a8 100644 --- a/emulators/swarm/distinfo +++ b/emulators/swarm/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.4 2002/04/01 05:50:44 dmcmahill Exp $ +$NetBSD: distinfo,v 1.5 2003/08/14 09:31:39 agc Exp $ -SHA1 (swarm-0.57.tar.gz) = 63868d16472e4dcca2a595ea6c993abd5220c933 -Size (swarm-0.57.tar.gz) = 386019 bytes -SHA1 (patch-aa) = e37efffc93a9991dbfe0ef613d3aca77d4204fd2 -SHA1 (patch-ab) = 10279324142fdbe50a4525bd7285c7cd328f3875 +SHA1 (swarm-0.61.tar.gz) = 36ed52671f8be2cf8e799efd94a48b2919979d2c +Size (swarm-0.61.tar.gz) = 395061 bytes +SHA1 (patch-aa) = 47bf38f1f6ffde193d4bbe03c8968c92ab66d406 +SHA1 (patch-ab) = 9859132762130859692614242f32022750db5a3f SHA1 (patch-ac) = 57f5103fde8c1380ddd78c58dfd57c5368d92bfd +SHA1 (patch-ad) = a5a46138f385875511434f342654ad5e234f6647 |