diff options
author | agc <agc@pkgsrc.org> | 2003-08-14 09:31:39 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-08-14 09:31:39 +0000 |
commit | ce3395ce6ce9b5fa5e9aa6077671fc933b343022 (patch) | |
tree | 698c79da111c826047365336c9583eb8d17bd648 /doc | |
parent | 5bda87ca9d247272099d4811ed5dd13767670ec6 (diff) | |
download | pkgsrc-ce3395ce6ce9b5fa5e9aa6077671fc933b343022.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 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 366b913e815..6b65db6afed 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3039 2003/08/14 04:59:30 grant Exp $ +$NetBSD: CHANGES,v 1.3040 2003/08/14 09:32:33 agc Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3264,3 +3264,4 @@ Changes to the packages collection and infrastructure in 2003: Updated netris to 0.52 [wiz 2003-08-14] Updated kterm to 6.2.0nb4 [itojun 2003-08-14] Updated ns-remote to 1.9 [grant 2003-08-14] + Updated swarm to 0.61 [agc 2003-08-14] |