summaryrefslogtreecommitdiff
path: root/emulators/swarm
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-4/+7
their files via a custom do-install target.
2006-06-01Uses C++.joerg1-1/+3
2005-12-09Add DragonFly support.joerg3-4/+18
2005-11-03Fixed wrong use of WRKSRC.rillig12-45/+46
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
2004-08-12Make this package build with recent C++. With thanks to Bill Squier,agc7-1/+288
Krister Walfridsson and Soda for their help. mmm, progress...
2004-07-11Update HOMEPAGE and MASTER_SITES.wiz1-3/+3
2003-08-14Update swarm from 0.57 to 0.61. Swarm now emulates an ARM 7M core.agc5-21/+68
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.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-04-01- fix detection of endianness (#ifdef sun4 is not adequate!)dmcmahill3-1/+54
- use the system header files to get int64_t instead of (incorrectly) typedef'ing it. - Fix compilation on big endian systems.
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam1-3/+3
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-09-14Update to 0.57, based on pkg/13849 by Hiramatsu Yoshifumi.wiz4-30/+13
Lots of changes, with at least the effect that madplay now works inside swarm.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-24make this work on alphahubertf2-1/+15
2000-07-07Make this package compile on NetBSD. Untested for lack of ARM executables.wiz3-2/+21
Remove ONLY_FOR_PLATFORM line.
2000-07-07mark as only for solaris because the pkg does not contain netbsd supportdmcmahill1-1/+2
2000-05-17Initial import of Michael Dales' swarm, a software arm6 core emulator,agc5-0/+44
into the NetBSD packages collection.