gem5.git
20 years agoMerge zizzer:/bk/linux
Andrew Schultz [Sat, 21 Feb 2004 19:30:06 +0000 (14:30 -0500)]
Merge zizzer:/bk/linux
into zizzer.eecs.umich.edu:/z/alschult/DiskModel/m5

--HG--
extra : convert_revision : 9c69ae2810bef16e0e6625b1977588204e7b19e3

20 years agoRewrite of AdaptecController
Andrew Schultz [Sat, 21 Feb 2004 19:29:59 +0000 (14:29 -0500)]
Rewrite of AdaptecController

--HG--
extra : convert_revision : 0a795251653c999eb099d192392302a7939f24d0

20 years agoCreate a mp test for linux-boot, make the other ini files more modular
Ron Dreslinski [Fri, 20 Feb 2004 21:53:54 +0000 (16:53 -0500)]
Create a mp test for linux-boot, make the other ini files more modular
for other mp testbenches

--HG--
extra : convert_revision : a962c67f63d059d25077a1bd4278f0d04737da04

20 years agoFix the RTC code so it is in the cchip, only interrupt processors that
Ron Dreslinski [Fri, 20 Feb 2004 21:51:19 +0000 (16:51 -0500)]
Fix the RTC code so it is in the cchip, only interrupt processors that
are present

dev/tsunami_cchip.cc:
    Only need to interrupt processors that are there
    Move RTC interrupt code into a function
dev/tsunami_cchip.hh:
    Make a RTC interrupt function, move variables out of public scope
dev/tsunami_io.cc:
    Make a call to the RTC interrupt routine instead

--HG--
extra : convert_revision : 88113664d0e54a7dddc00ec11ff9b9d088232b31

20 years agoAdd support for IPI's and extend RTC to interrupt all Processors
Ron Dreslinski [Fri, 20 Feb 2004 19:28:59 +0000 (14:28 -0500)]
Add support for IPI's and extend RTC to interrupt all Processors

dev/tsunami_cchip.cc:
    Add support for IPI, making changes to read/write to MISC register
    Particularly the IPREQ, IPINTR, and ITINTR subfields
dev/tsunami_cchip.hh:
    Make an array to keep track of the number of outstanding IPI's,
    Extend RTC to interrupt all processors, not just cpu0
dev/tsunami_io.cc:
    Extend RTC to interrupt all present proccessors, not just cpu0

--HG--
extra : convert_revision : 0715cbf0abb06002c0fb0b05ef369304cdf75001

20 years agoRemote an old hack that is now unnecessary
Andrew Schultz [Thu, 19 Feb 2004 21:32:13 +0000 (16:32 -0500)]
Remote an old hack that is now unnecessary

base/cprintf_formats.hh:
    Add additional format modifiers

--HG--
extra : convert_revision : f9ec0a664eeb96db7dacacd6b7636e3cb47555e7

20 years agoMisspeculation fix and (more importantly) change to allow for the ev6 style
Andrew Schultz [Thu, 19 Feb 2004 21:30:06 +0000 (16:30 -0500)]
Misspeculation fix and (more importantly) change to allow for the ev6 style
physical addressing.  This has the uncacheable bit as bit 40 as opposed
to bit 39.  Additionally, we now support (at least superficially) a 44-bit
physical address.  To deal with superpage access in this scheme, any super
page access with either bit 39 or 40 set is sign extended.

--HG--
extra : convert_revision : 05ddbcb9a6a92481109a63b261743881953620ab

20 years agoMerge
Andrew Schultz [Tue, 17 Feb 2004 03:04:55 +0000 (22:04 -0500)]
Merge

arch/alpha/alpha_memory.cc:
    SCCS merged

--HG--
extra : convert_revision : 0348e29c833684fd593a6c02913319f45f24e76e

20 years agoChange logic for translating a memory addresses, extra checks for invalid
Andrew Schultz [Tue, 17 Feb 2004 02:56:38 +0000 (21:56 -0500)]
Change logic for translating a memory addresses, extra checks for invalid
physical addresses.

--HG--
extra : convert_revision : efb4a5229d88cb3c024e0b24f5916048bd42d589

20 years agoChanged physical device addresses to fit within the 40-bit implemented
Andrew Schultz [Tue, 17 Feb 2004 02:20:18 +0000 (21:20 -0500)]
Changed physical device addresses to fit within the 40-bit implemented
physical address

--HG--
extra : convert_revision : c51b5d3e09b4d5384cb113ab2ed569ef9a1f2ab4

20 years agoRework BusBridge to have a latency and handle bus IDs correctly.
Erik Hallnor [Mon, 16 Feb 2004 21:28:11 +0000 (16:28 -0500)]
Rework BusBridge to have a latency and handle bus IDs correctly.

--HG--
extra : convert_revision : 901ef4782d0c9f0d842deba7acdba7896da7e41c

20 years ago1 << x != (uint64_t)1 << x
Ali Saidi [Mon, 16 Feb 2004 21:04:34 +0000 (16:04 -0500)]
1 << x != (uint64_t)1 << x

dev/tsunami_cchip.cc:
    fixed another problem with the interrupt code, should all work now

--HG--
extra : convert_revision : 1d9fe6081b6391e3e09f1c4a9380a30240fac6dc

20 years agoChanged device IRQ back to 1
Andrew Schultz [Mon, 16 Feb 2004 06:33:43 +0000 (01:33 -0500)]
Changed device IRQ back to 1

--HG--
extra : convert_revision : 3fb611e6e0305fe9854cdf7813492b75750cd7a9

20 years agoAdded new aic register definition, fix some interrupt related calls
Andrew Schultz [Mon, 16 Feb 2004 06:07:16 +0000 (01:07 -0500)]
Added new aic register definition, fix some interrupt related calls

dev/tsunami_cchip.cc:
    Change interrupt level to 20 for devices

--HG--
extra : convert_revision : deee68d5434643dc751de08e5a804c14d1a86efd

20 years agochanged interrupt index to be 64 bits long and fixed a bad include
Ali Saidi [Mon, 16 Feb 2004 05:21:42 +0000 (00:21 -0500)]
changed interrupt index to be 64 bits long and fixed a bad include
in adaptec_ctrl.hh

cpu/base_cpu.cc:
    changed index to 64bits
cpu/base_cpu.hh:
    changed index to 64 bits

--HG--
extra : convert_revision : e70d5f09f6066b90fca82cae22bb7d7eb705d65e

20 years agoMerge
Ali Saidi [Mon, 16 Feb 2004 05:00:23 +0000 (00:00 -0500)]
Merge

dev/tsunami_cchip.cc:
    SCCS merged

--HG--
extra : convert_revision : a4b2b0b92038217608a733a6c8f27edb018e910d

20 years agoRewrote interrupt code to handle masking correctly and changed every
Ali Saidi [Mon, 16 Feb 2004 04:56:44 +0000 (23:56 -0500)]
Rewrote interrupt code to handle masking correctly and changed every
interrupt to use a different subnumber since both devices could
interrupt at the same time and we don't want to loose one.

dev/tsunami_cchip.cc:
    rewrote interrupt code to handle interrupt mask clearing correctly
dev/tsunami_cchip.hh:
    changed (post/clear)DRIR to use a interrupt number rather than a vecotr
dev/tsunami_io.cc:
    updated for new post/clearDRIR calls

--HG--
extra : convert_revision : 5b39f5e15a66d5eb6e689e6ece62f99b5fa735ab

20 years agoInterrupt changes
Andrew Schultz [Mon, 16 Feb 2004 03:36:23 +0000 (22:36 -0500)]
Interrupt changes

dev/tsunami_cchip.cc:
    Changed to point to IPL 20 rather than 21

--HG--
extra : convert_revision : ee70f4bae4e06b92a0e02ea71ed65d4e260e7967

20 years agoFix some debug printing errors
Andrew Schultz [Sun, 15 Feb 2004 23:24:14 +0000 (18:24 -0500)]
Fix some debug printing errors

--HG--
extra : convert_revision : 3ef3d2c7eb67c45a7e005c1c072f3098142ea210

20 years agoScsi controller operation changes
Andrew Schultz [Sun, 15 Feb 2004 23:23:42 +0000 (18:23 -0500)]
Scsi controller operation changes

--HG--
extra : convert_revision : f274a32072c1c0ff2de99724f4597a46341df6ae

20 years agoFix bug with physical address translation
Andrew Schultz [Sun, 15 Feb 2004 21:33:16 +0000 (16:33 -0500)]
Fix bug with physical address translation

--HG--
extra : convert_revision : 2bfc338decdceaaf57f4a391b93882a8e0715a56

20 years agoAdd full copy support.
Erik Hallnor [Sat, 14 Feb 2004 08:25:39 +0000 (03:25 -0500)]
Add full copy support.

cpu/memtest/memtest.cc:
cpu/memtest/memtest.hh:
    Add 2 new parameters to control the percentage of unaligned copy sources and destinations.

--HG--
extra : convert_revision : 2646ee2f195e9f3e76bc257b8716163ef63a9f40

20 years agoFix to remote debugger while in PAL
Andrew Schultz [Fri, 13 Feb 2004 23:15:04 +0000 (18:15 -0500)]
Fix to remote debugger while in PAL

arch/alpha/vtophys.cc:
base/remote_gdb.cc:
    Fix to remote debugger while in PAL code
dev/pcidev.cc:
    Remove extra debug printf

--HG--
extra : convert_revision : e64988846ad05cd3ddf47034d72d99dae3501591

20 years agoMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
Andrew Schultz [Fri, 13 Feb 2004 21:42:42 +0000 (16:42 -0500)]
Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/z/alschult/linux

--HG--
extra : convert_revision : 2ea2bbd41f7e0c257b374d9cd0e37abaf6a7c170

20 years agofix up vtophys a bit
Nathan Binkert [Fri, 13 Feb 2004 20:36:21 +0000 (15:36 -0500)]
fix up vtophys a bit

arch/alpha/vtophys.cc:
    fix up vtophys to deal with translations if there
    is no ptbr, and to deal with PAL addresses
    add ptomem which is just a wrapper for dma_addr
arch/alpha/vtophys.hh:
    add ptomem which is a wrapper for dma_addr with the
    same usage as vtomem

--HG--
extra : convert_revision : 1ae22073d400e87b708a4a7ef501124227fc6c39

20 years agoMerge
Ali Saidi [Wed, 11 Feb 2004 20:36:36 +0000 (15:36 -0500)]
Merge

dev/tsunami_cchip.cc:
dev/tsunami_io.cc:
dev/tsunami_pchip.cc:
dev/tsunami_uart.cc:
    SCCS merged

--HG--
extra : convert_revision : da3d1998d6dd39e0d3f8754074c513cdd8a4193c

20 years agoadded serializeation code
Ali Saidi [Wed, 11 Feb 2004 20:32:30 +0000 (15:32 -0500)]
added serializeation code

--HG--
extra : convert_revision : 468f3c739707d167af43562695b604fd7dead661

20 years agoMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5
Steve Reinhardt [Wed, 11 Feb 2004 05:44:08 +0000 (21:44 -0800)]
Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5

--HG--
extra : convert_revision : 964126edcf72faf572a9272599264ba2f5cd7aa1

20 years agoFixes for Linux syscall emulation.
Steve Reinhardt [Wed, 11 Feb 2004 05:43:57 +0000 (21:43 -0800)]
Fixes for Linux syscall emulation.

arch/alpha/alpha_linux_process.cc:
    Fixes for Linux emulation:
    - stat struct alignment
    - osf_{get,set}sysinfo return values
    - additional syscall numbers
    - initialize $r0 to 0
sim/syscall_emul.cc:
    brk(0) just returns brk value (don't update it!)

--HG--
extra : convert_revision : 78e22458321c81e81540d101c9e65e2e4b0ad117

20 years agoFix masking of read/write address to get read/write offset
Andrew Schultz [Wed, 11 Feb 2004 03:35:18 +0000 (22:35 -0500)]
Fix masking of read/write address to get read/write offset
Changed base_linux.ini file to use physical addresses

dev/alpha_console.cc:
dev/pciconfigall.cc:
dev/tsunami_cchip.cc:
dev/tsunami_io.cc:
dev/tsunami_pchip.cc:
    Fix masking of read/write address to get read/write offset
dev/tsunami_uart.cc:
    Fix masking of read/write address to get read/write offset
    Also added add_child call that was missed
dev/tsunami_uart.hh:
    Changed size to 0x8

--HG--
extra : convert_revision : 1468ca43167bfb28b28c4510401a1ebad683e102

20 years agoRemoved mask from devices
Andrew Schultz [Wed, 11 Feb 2004 01:45:48 +0000 (20:45 -0500)]
Removed mask from devices

--HG--
extra : convert_revision : 643dc6bbd4f60437cee7518e8ae011cee32e2263

20 years agoAdd support for multiple outstanding aligned copies
Erik Hallnor [Wed, 11 Feb 2004 01:37:38 +0000 (20:37 -0500)]
Add support for multiple outstanding aligned copies

cpu/memtest/memtest.cc:
    Add traceBlockAddr to trace outputs.

--HG--
extra : convert_revision : e4ebaf9647fb393448367f4f4af3bae566f51c24

20 years agoChanged new linux stuff to work with new FunctionalMemory interface and
Andrew Schultz [Tue, 10 Feb 2004 05:19:43 +0000 (00:19 -0500)]
Changed new linux stuff to work with new FunctionalMemory interface and
some sundry problems with new interface

dev/alpha_console.cc:
dev/alpha_console.hh:
dev/baddev.cc:
dev/baddev.hh:
dev/pciconfigall.cc:
dev/pciconfigall.hh:
dev/pcidev.cc:
dev/pcidev.hh:
dev/tsunami_cchip.cc:
dev/tsunami_cchip.hh:
dev/tsunami_io.cc:
dev/tsunami_io.hh:
dev/tsunami_pchip.cc:
dev/tsunami_pchip.hh:
dev/tsunami_uart.cc:
dev/tsunami_uart.hh:
    Fixed to use new FunctionalMemory interface

--HG--
extra : convert_revision : bee98e6285d92f28fafacf919ab06eaf333a9b56

20 years agoMerge linux tree with head
Andrew Schultz [Mon, 9 Feb 2004 22:50:47 +0000 (17:50 -0500)]
Merge linux tree with head

arch/alpha/alpha_memory.cc:
dev/alpha_console.cc:
dev/alpha_console.hh:
    Merge

--HG--
extra : convert_revision : 3233648f204338ab3f102ff117754dce955dcc37

20 years agoMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5
Erik Hallnor [Mon, 9 Feb 2004 22:38:41 +0000 (17:38 -0500)]
Merge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5

--HG--
extra : convert_revision : 0c018b88d6ca80b1690ec99d795014848e375e44

20 years agoAdd LRU aligned copies to the hierarchy, with only one outstanding copy. Aligned...
Erik Hallnor [Mon, 9 Feb 2004 22:37:27 +0000 (17:37 -0500)]
Add LRU aligned copies to the hierarchy, with only one outstanding copy. Aligned copies now fully work in LRU (just need to write the IIC doCopy call). At the moment they are slow since a stalled copy stalls the entire cache.

cpu/memtest/memtest.cc:
cpu/memtest/memtest.hh:
    Add aligned copy tests, percent of copies is specified by percent_copies

--HG--
extra : convert_revision : eaf1900fcb8832db98249e94e3472ebfb049eb48

20 years agoAdded platform.hh
Andrew Schultz [Mon, 9 Feb 2004 19:52:41 +0000 (14:52 -0500)]
Added platform.hh

--HG--
extra : convert_revision : c11fde5e5f0e344d2f4c89c57a4d41ca179a31e5

20 years agoFixes for updating mmu mappings
Andrew Schultz [Mon, 9 Feb 2004 19:47:39 +0000 (14:47 -0500)]
Fixes for updating mmu mappings

dev/tsunami.hh:
    Added generic platform base class

--HG--
extra : convert_revision : ff74956937f9fca5bdfa5e3779add776e4a91f8b

20 years agoMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/linux
Ali Saidi [Mon, 9 Feb 2004 18:46:38 +0000 (13:46 -0500)]
Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/linux
into zizzer.eecs.umich.edu:/y/saidi/work/m5

--HG--
extra : convert_revision : 35c2de18adad0957538453b2a083e59de535aa88

20 years agoSome changes to for linux 2.6.2
Ali Saidi [Mon, 9 Feb 2004 18:40:58 +0000 (13:40 -0500)]
Some changes to for linux 2.6.2

dev/pcidev.cc:
    Linux 2.6 writes the latency timer, so it was added to the list of
    allowable writes
dev/tsunami_uart.cc:
dev/tsunami_uart.hh:
    A couple of changes so that the new linux autoconf serial driver thinks
    that the serial port exists and configures it

--HG--
extra : convert_revision : 6c026ef754e31de56c9b837ceb8f6be48c8d8d9c

20 years ago- Whack unused code
Nathan Binkert [Mon, 9 Feb 2004 15:49:48 +0000 (10:49 -0500)]
-  Whack unused code
-  Make the MemoryController use address ranges (via Range) instead
of an address and a mask

base/remote_gdb.cc:
    reflect name change
dev/alpha_access.h:
    better include
dev/alpha_console.cc:
    -  FunctionalMemory no longer takes care of mapping my address into
    the proper address space.  It must be done locally.
    -  the memory controller no longer uses a mask, but a size, and the
    size is determined by the device, not the .ini file
    -  fix up address calculations to reflect the removal of a mask
    -  PhysicalMemory::getSize() -> PhysicalMemory::size()
dev/alpha_console.hh:
    -  FunctionalMemory no longer takes care of mapping my address into
    the proper address space.  It must be done locally.
    -  the memory controller no longer uses a mask, but a size, and the
    size is determined by the device, not the .ini file
    -  fix up address calculations to reflect the removal of a mask
    -  get rid of MmapDevice and inherit from FunctionalMemory

--HG--
extra : convert_revision : e3a65c9debf6f899632d62c70781cbdc2826616b

20 years agoMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
Nathan Binkert [Mon, 9 Feb 2004 15:36:32 +0000 (10:36 -0500)]
Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/.automount/ziff/z/binkertn/research/m5/memory

--HG--
extra : convert_revision : 9f385ee5b6958373a9a1bc600eb3e5e8b7987f38

20 years agoAdd that one IPR memory space address that we keep seeing
Nathan Binkert [Mon, 9 Feb 2004 14:06:20 +0000 (09:06 -0500)]
Add that one IPR memory space address that we keep seeing

--HG--
extra : convert_revision : 81b365ac9ca8b33cae99107e5b1900f7c46f0866

20 years agorandom fixes
Nathan Binkert [Mon, 9 Feb 2004 14:04:52 +0000 (09:04 -0500)]
random fixes

base/range.hh:
    Add a constructor that takes the beginning and end as arguments
    size returns T not a bool
    quick make_range() function that is a shortcut for making a range
    kinda like make_pair()

    quick formatting fix

--HG--
extra : convert_revision : 94b1d462710e6fb55e72e1da2ad8c46993af1ef7

20 years agoCommit regenerated trace_flags.* based on merged traceflags.pl.
Steve Reinhardt [Mon, 9 Feb 2004 08:44:56 +0000 (00:44 -0800)]
Commit regenerated trace_flags.* based on merged traceflags.pl.
(bk auto merge messed these up...)

--HG--
extra : convert_revision : 5ebda321ab5ac4b85a1d846affa0035ded853b9d

20 years agobk resolve is making me commit these even though they're broken.
Steve Reinhardt [Mon, 9 Feb 2004 08:32:21 +0000 (00:32 -0800)]
bk resolve is making me commit these even though they're broken.

--HG--
extra : convert_revision : 87b2c4a4a83eec7d696d9d84d14dbdc7532849f9

20 years agoResults of automatic (yet incomplete) merge.
Steve Reinhardt [Mon, 9 Feb 2004 08:30:16 +0000 (00:30 -0800)]
Results of automatic (yet incomplete) merge.

--HG--
extra : convert_revision : 3ad9a929051bfe111a1e10618c8595acbbade542

20 years agoAdd support for memory barriers.
Steve Reinhardt [Mon, 9 Feb 2004 08:22:43 +0000 (00:22 -0800)]
Add support for memory barriers.

arch/alpha/isa_desc:
    Add cache port bindings for mb & wmb.

--HG--
extra : convert_revision : 72f76150fe471d0dc97bd41598cad4d86a035e39

20 years agoMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5
Erik Hallnor [Sun, 8 Feb 2004 22:27:08 +0000 (17:27 -0500)]
Merge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5

--HG--
extra : convert_revision : b24970f5bbf817d6ef581114178e27f2ab7c3459

20 years agoSeparate template definitions and instantiations into *_impl.hh and *.cc. Eventually...
Erik Hallnor [Sun, 8 Feb 2004 22:26:27 +0000 (17:26 -0500)]
Separate template definitions and instantiations into *_impl.hh and *.cc. Eventually the *.cc fils should be generate by our super-duper python script.

base/compression/null_compression.hh:
    Need some includes.

--HG--
extra : convert_revision : caf52320f6f6ff255e8a93817419ad13ad44224f

20 years agoTotally rework the Range class. Now the range is from [start, end)
Nathan Binkert [Sat, 7 Feb 2004 06:16:50 +0000 (01:16 -0500)]
Totally rework the Range class.  Now the range is from [start, end)
to be consistent with the way that the stl works.  It also makes
lots of other stuff easier.  (Maybe those guys were smart?)
Overload the various comparison operators so that you can test
for overlapping of ranges, etc.

base/range.hh:
    Totally rework the Range class.  Now the range is from [start, end)
    to be consistent with the way that the stl works.  It also makes
    lots of other stuff easier.  (Maybe those guys were smart?)
    Overload the various comparison operators so that you can test
    for overlapping of ranges, etc.

    make parse function private and offer operator= instead
    isValid -> valid
    and for you erik, I add comments
test/Makefile:
    add range.o
test/rangetest.cc:
    better tests

--HG--
extra : convert_revision : dd58720aa3d02f20b03e933f2eaa3320c82bb27a

20 years agoformatting
Nathan Binkert [Sat, 7 Feb 2004 00:47:19 +0000 (19:47 -0500)]
formatting

--HG--
extra : convert_revision : 0cea17bd3a517a1838006d89fac8a923e4576394

20 years agoMerge zizzer.eecs.umich.edu:/bk/m5
Nathan Binkert [Sat, 7 Feb 2004 00:00:12 +0000 (19:00 -0500)]
Merge zizzer.eecs.umich.edu:/bk/m5
into ziff.eecs.umich.edu:/z/binkertn/research/m5/kernel

--HG--
extra : convert_revision : fa0e28dc72b54add9e534f8f689b0f6dd8e7731c

20 years agoSmall cleanup
Nathan Binkert [Fri, 6 Feb 2004 23:59:12 +0000 (18:59 -0500)]
Small cleanup

--HG--
extra : convert_revision : 92f6dbd3d2c4336a0f03a9da5c390a7980ca08be

20 years agoMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5
Erik Hallnor [Fri, 6 Feb 2004 05:13:44 +0000 (00:13 -0500)]
Merge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5

--HG--
extra : convert_revision : 158117a2cba91b8cb04f41a418155149bcbba777

20 years agoVarious extraction of common code into separate functions to make life easier.
Erik Hallnor [Fri, 6 Feb 2004 05:13:26 +0000 (00:13 -0500)]
Various extraction of common code into separate functions to make life easier.

--HG--
extra : convert_revision : ae303904e35975e65b4207f543ac93c9816e1f81

20 years agoNow skips the calibrate_delay loop in the kernel boot
Andrew Schultz [Thu, 5 Feb 2004 23:23:16 +0000 (18:23 -0500)]
Now skips the calibrate_delay loop in the kernel boot

dev/tsunami.cc:
    Changed so Tsunami has a pointer to the System to which it belongs.
    Now it is derived from generic base class Platform so platform stuff
    can be accessed based on the system
dev/tsunami_io.cc:
dev/tsunami_io.hh:
    Cleanup and added copyright
kern/linux/linux_system.cc:
kern/linux/linux_system.hh:
    Added event to skip the "calibrate_delay" function, now calculate
    loops_per_jiffy based on frequency, interrupt frequency, and constant
sim/system.hh:
    Added pointer to generic Platform base class

--HG--
extra : convert_revision : 5bd925eec220a2ca48eb6164d2ecfdec96922c2c

20 years agofixed mapping of device memory and i/o space
Ali Saidi [Thu, 5 Feb 2004 20:12:33 +0000 (15:12 -0500)]
fixed mapping of device memory and i/o space

--HG--
extra : convert_revision : 9236c7f0aeb4d555880bdfdfa7f55cedf1cbb950

20 years agoadded some comments
Ali Saidi [Thu, 5 Feb 2004 18:22:02 +0000 (13:22 -0500)]
added some comments

--HG--
extra : convert_revision : eeb0a2c227261ce601ec5e5e8e57b58cbcf22a17

20 years agomereged some comments with some of andrews changes
Ali Saidi [Thu, 5 Feb 2004 18:17:44 +0000 (13:17 -0500)]
mereged some comments with some of andrews changes

--HG--
extra : convert_revision : 8b3d1b2fe15eeb7d97462dac0043ca6b0863f6e6

20 years agoadded some comments
Ali Saidi [Thu, 5 Feb 2004 18:05:20 +0000 (13:05 -0500)]
added some comments

--HG--
extra : convert_revision : b33c94984f8d9ac2baf8d7b45fa79460846b1755

20 years agoModify the emulated system calls to support running the SPEC Int
David Oehmke [Thu, 5 Feb 2004 17:16:17 +0000 (12:16 -0500)]
Modify the emulated system calls to support running the SPEC Int
benchmarks for alpha-linux.

arch/alpha/alpha_linux_process.cc:
    Added some more ioctl commands to ignore.
    Set unlink and rename to the new functions.
    Ignore setrlimit, times and rt_sigaction.
    Should eventually provide a function for times.
arch/alpha/alpha_tru64_process.cc:
    Added some more ioctl commands to ignore.
    Set unlink and rename to the new functions.
    Ignore setrlimit.
sim/syscall_emul.cc:
    Added implementations for unlink and rename.
sim/syscall_emul.hh:
    Added unlink and rename functions.
    Added a couple more ioctl requests to ignore.
    Print out the PC of any ioctl commands that fail.

--HG--
extra : convert_revision : 8af21c7fa7d0645d3f9324c9ce70ad33590c3c8e

20 years agoMerge zizzer.eecs.umich.edu:/bk/m5
Nathan Binkert [Thu, 5 Feb 2004 07:53:03 +0000 (02:53 -0500)]
Merge zizzer.eecs.umich.edu:/bk/m5
into ziff.eecs.umich.edu:/z/binkertn/research/m5/kernel

--HG--
extra : convert_revision : 9ee9b8550b5761fa400df83caf268bd1c8ddc7ed

20 years agoFix PCI code so it builds properly now
Andrew Schultz [Thu, 5 Feb 2004 07:25:45 +0000 (02:25 -0500)]
Fix PCI code so it builds properly now

dev/pciconfigall.cc:
dev/pciconfigall.hh:
dev/pcidev.cc:
dev/pcidev.hh:
dev/tsunami.cc:
dev/tsunami.hh:
    A bunch of changes to clean up new PCI code and to fix build

--HG--
extra : convert_revision : 71063bcc565c50fc293b323ddce2c8e701f544ff

20 years agoAdd support for "serializing" instructions that flush
Steve Reinhardt [Thu, 5 Feb 2004 05:42:00 +0000 (21:42 -0800)]
Add support for "serializing" instructions that flush
execution pipeline (Alpha trapb & excb).

Add support for write memory barriers (mostly impacts
store buffer).

Add StaticInst flag to indicate memory barriers, though
this is not modeled in the pipeline yet.

arch/alpha/isa_desc:
    Implement trapb, excb, mb, and wmb as insts with
    no execution effect (empty execute() function) but
    with flags that indicate their side effects.

    Also make sure every instruction that needs to go to
    the execute stage has a real opClass value, since we
    are now using No_OpClass to signal insts that can get
    dropped at dispatch.

    StaticInst::branchTarget() is now a const method.
cpu/static_inst.hh:
    Add flags to indicate serializing insts (trapb, excb) and
    memory and write barriers.

    Also declare some StaticInst methods as const methods.
dev/etherlink.hh:
sim/eventq.hh:
sim/serialize.cc:
sim/serialize.hh:
sim/sim_object.hh:
    Make name() return value const.

--HG--
extra : convert_revision : 39520e71469fa20e0a7446b2e06b494eec17a02c

20 years agoAdded code so that BAR writes will result in an updated memory mapping
Ali Saidi [Thu, 5 Feb 2004 00:56:24 +0000 (19:56 -0500)]
Added code so that BAR writes will result in an updated memory mapping

dev/pcidev.cc:
dev/pcidev.hh:
    BAR changes should now change the mmu mapping

--HG--
extra : convert_revision : 2d5c60ef076ab0588a25def1ecd9dbb90c9144d7

20 years agoMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5
Erik Hallnor [Wed, 4 Feb 2004 21:55:17 +0000 (16:55 -0500)]
Merge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5

--HG--
extra : convert_revision : 2f3653bbd0ab20308dcff5db176dc926402e9ad7

20 years agoChange IIC to use param class. Tweak parameters in CacheTags.
Erik Hallnor [Wed, 4 Feb 2004 21:55:05 +0000 (16:55 -0500)]
Change IIC to use param class. Tweak parameters in CacheTags.

--HG--
extra : convert_revision : 8239a7befe49c81b6b1f239fc478910441f64352

20 years agoRemoved the tsunami_pci* files
Andrew Schultz [Wed, 4 Feb 2004 20:04:36 +0000 (15:04 -0500)]
Removed the tsunami_pci* files

--HG--
extra : convert_revision : e4a65d2664f2cd952d206d2079e3d093a35c20aa

20 years agoChanges to support PciDev as a new base class for devices which use PCI
Andrew Schultz [Wed, 4 Feb 2004 20:03:50 +0000 (15:03 -0500)]
Changes to support PciDev as a new base class for devices which use PCI

--HG--
extra : convert_revision : fc2bc4399665344220b1a7e345ae6d2df03c9960

20 years agoMore reformatting of reference parameter declarations.
Steve Reinhardt [Wed, 4 Feb 2004 19:16:30 +0000 (11:16 -0800)]
More reformatting of reference parameter declarations.
The last change only caught the ones with types that
started with capitals.  This pass catches the rest
(mostly STL and uint*_t types).

base/cprintf_formats.hh:
cpu/simple_cpu/simple_cpu.cc:
sim/serialize.cc:
sim/serialize.hh:
    Change "foo_t& foo" to "foo_t &foo".

--HG--
extra : convert_revision : fc7f7425db2aef33e490f952b5ce74c8c36d0d41

20 years agoRemoved pci_dev from AdaptecController
Andrew Schultz [Tue, 3 Feb 2004 23:56:39 +0000 (18:56 -0500)]
Removed pci_dev from AdaptecController

--HG--
extra : convert_revision : 2e2b388ff48bd2718cc2208983e6ba5626317ee8

20 years agoForgot to fixup the boot_linux.ini file to use AdaptecController
Andrew Schultz [Tue, 3 Feb 2004 22:09:49 +0000 (17:09 -0500)]
Forgot to fixup the boot_linux.ini file to use AdaptecController

--HG--
extra : convert_revision : a4d7aa7b795f3495dd1272a1014a492f916b4f38

20 years agoMostly changes to point Tsunami related stuff to use AdaptecController
Andrew Schultz [Tue, 3 Feb 2004 22:02:48 +0000 (17:02 -0500)]
Mostly changes to point Tsunami related stuff to use AdaptecController

dev/tsunami.cc:
dev/tsunami.hh:
    Change to use AdaptecController with Tsunami

--HG--
extra : convert_revision : 6ff4f9f7ae1959589340b2ab23755b4dbfec4dbc

20 years agoFix to support redefinition of functional_memory base class
Andrew Schultz [Tue, 3 Feb 2004 21:59:40 +0000 (16:59 -0500)]
Fix to support redefinition of functional_memory base class

--HG--
extra : convert_revision : c06b2cfd2787022ee5dc664886873a9afa459434

20 years agoAutomerged
Andrew Schultz [Tue, 3 Feb 2004 21:35:26 +0000 (16:35 -0500)]
Automerged

--HG--
extra : convert_revision : 7925eb08f4ebc3e846a1a304eeeb832b48862fca

20 years agoMerge zizzer.eecs.umich.edu:/.automount/ziff/z/binkertn/research/m5/kernel
Ali Saidi [Tue, 3 Feb 2004 21:28:48 +0000 (16:28 -0500)]
Merge zizzer.eecs.umich.edu:/.automount/ziff/z/binkertn/research/m5/kernel
into zizzer.eecs.umich.edu:/y/saidi/work/m5

--HG--
extra : convert_revision : 2a71828fc732961ab2fcee1afee0f6daa092e4c9

20 years agoAded tsunami_pcidev and associated updates
Ali Saidi [Tue, 3 Feb 2004 21:23:51 +0000 (16:23 -0500)]
Aded tsunami_pcidev and associated updates

--HG--
extra : convert_revision : f29f421c966e36aa372d0faef6257c1aea205a03

20 years agoMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5
Erik Hallnor [Tue, 3 Feb 2004 17:58:34 +0000 (12:58 -0500)]
Merge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5

--HG--
extra : convert_revision : e94049f2b2dfbd2f1a018ddd6c05a4882d0f4a82

20 years agomerge
Nathan Binkert [Tue, 3 Feb 2004 16:24:03 +0000 (11:24 -0500)]
merge

--HG--
extra : convert_revision : 47425264e672f727cbb13aa7b9bb2a67790b25e8

20 years agoMerge zizzer.eecs.umich.edu:/bk/m5
Nathan Binkert [Tue, 3 Feb 2004 15:51:10 +0000 (10:51 -0500)]
Merge zizzer.eecs.umich.edu:/bk/m5
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest

--HG--
extra : convert_revision : 9b8a94cbaacbbb4a53d15c0893ee4d3183f29ce0

20 years agoRemote debugging cleanup and internal debugging support
Nathan Binkert [Tue, 3 Feb 2004 15:50:04 +0000 (10:50 -0500)]
Remote debugging cleanup and internal debugging support

base/kgdb.h:
    Remove flags that aren't used
base/remote_gdb.cc:
    Better debugging:
    - Give each class a name() function so that the trace infrastructure
    knows the correct object name.
    - Make the remote debugger capable of detach.
    - Split out the RGDB trace flag into a bunch of specific flags.
    Remove dead code
    Add a new trap type
base/remote_gdb.hh:
    Add a name() to the various objects for the trace system
base/trace.hh:
    don't need a using directive
    add DPRINTFNR: debug printf, no flag, raw output
kern/tru64/tru64_system.cc:
    use the INT trap type instead of IF

--HG--
extra : convert_revision : 25e610216c6f43d5d328651bba915f71bade059e

20 years agoFix bug: forgot branchTarget() method on indirect branches.
Steve Reinhardt [Tue, 3 Feb 2004 15:19:05 +0000 (07:19 -0800)]
Fix bug: forgot branchTarget() method on indirect branches.

arch/alpha/isa_desc:
    Add missing branchTarget() method for indirect branches.
cpu/static_inst.hh:
    Add comment clarifying when branchTarget() can be used
    on indirect branches.

--HG--
extra : convert_revision : 0dcfb36a9792a338cefceb3d1501825abace7ac5

20 years agoFix handling of uncacheable loads. Make them wait until they're at the tail of
Steve Reinhardt [Tue, 3 Feb 2004 03:09:47 +0000 (19:09 -0800)]
Fix handling of uncacheable loads.  Make them wait until they're at the tail of
the ROB (so we know they're correct-path) before we mark them ready to issue.

--HG--
extra : convert_revision : be1d431bdc939100d79a5fea3e415b3acf9e8d75

20 years agoGet rid of LVQ-port function unit... only used for redundant
Steve Reinhardt [Tue, 3 Feb 2004 02:58:23 +0000 (18:58 -0800)]
Get rid of LVQ-port function unit... only used for redundant
multithreading, which has been gone for a long time.

--HG--
extra : convert_revision : 717d13455483c3adc7b7cbbcc5f7493d51867974

20 years agoClean up some confusing ROBStation fields left over from SS (ea_comp, in_LSQ).
Steve Reinhardt [Tue, 3 Feb 2004 02:53:27 +0000 (18:53 -0800)]
Clean up some confusing ROBStation fields left over from SS (ea_comp, in_LSQ).
Eliminate indirect decoder.cc dependence on rob_station.hh via full_cpu.hh.

--HG--
extra : convert_revision : 9355cddd6cd8bbe100aae1b2d45d2752e76ba3f6

20 years agoinsn->inst
Steve Reinhardt [Tue, 3 Feb 2004 02:14:11 +0000 (18:14 -0800)]
insn->inst

--HG--
extra : convert_revision : fcc556fb7e65855ec3c04ef272177c8e7a38fff9

20 years agoChange "Foo& foo" declarations to "Foo &foo".
Steve Reinhardt [Mon, 2 Feb 2004 23:55:35 +0000 (15:55 -0800)]
Change "Foo& foo" declarations to "Foo &foo".
This primarily to be internally consistent (sometimes we used one,
sometimes the other, even within the same line of code!).
I picked the latter to be symmetric with "Foo *foo".

base/cprintf_formats.hh:
base/range.hh:
base/refcnt.hh:
base/res_list.hh:
base/statistics.hh:
base/str.hh:
cpu/exec_context.hh:
cpu/simple_cpu/simple_cpu.cc:
cpu/simple_cpu/simple_cpu.hh:
sim/serialize.cc:
sim/serialize.hh:
sim/syscall_emul.hh:
    Change "Foo& foo" declarations to "Foo &foo".

--HG--
extra : convert_revision : ca1b0e85a578b539214bda3b8d61ac23792f2e87

20 years agoMore conversions of ref-counted parameters to references:
Steve Reinhardt [Mon, 2 Feb 2004 23:45:22 +0000 (15:45 -0800)]
More conversions of ref-counted parameters to references:
Statistics::NodePtr, StaticInstPtr, ethernet PacketPtr.

base/statistics.hh:
    Change NodePtr parameters to Nodeptr &.
cpu/exetrace.hh:
    Change StaticInstPtr parameters to StaticInstPtr &.
dev/etherbus.cc:
dev/etherbus.hh:
dev/etherdump.cc:
dev/etherdump.hh:
dev/etherint.hh:
dev/etherlink.cc:
dev/etherlink.hh:
dev/ethertap.cc:
dev/ethertap.hh:
    change PacketPtr parameters to PacketPtr &.

--HG--
extra : convert_revision : a778efdca33b0ec5beb76cf47db0e9e4728897ee

20 years agoMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5
Erik Hallnor [Mon, 2 Feb 2004 19:11:59 +0000 (14:11 -0500)]
Merge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5

--HG--
extra : convert_revision : 0cceed934a4f44c27c8293780fc927ef2c00869d

20 years agoChange the way the IIC way list is handled in the primary table.
Erik Hallnor [Mon, 2 Feb 2004 19:10:24 +0000 (14:10 -0500)]
Change the way the IIC way list is handled in the primary table.

--HG--
extra : convert_revision : 476f738d59446bdc43d1bd67950aac310b22a42c

20 years agoChange MemReqPtr parameters to references.
Steve Reinhardt [Mon, 2 Feb 2004 18:47:21 +0000 (10:47 -0800)]
Change MemReqPtr parameters to references.
This avoids incrementing and decrementing the MemReq
reference counters on every call and return.

arch/alpha/alpha_memory.cc:
arch/alpha/alpha_memory.hh:
cpu/exec_context.hh:
cpu/memtest/memtest.cc:
cpu/memtest/memtest.hh:
dev/alpha_console.cc:
dev/alpha_console.hh:
    Change MemReqPtr parameters to references.

--HG--
extra : convert_revision : 3ba18bdd9f996563988402576bfdd3430e1ab1e5

20 years agoMake stats:dump_period work even if dump_cycle isn't set.
Steve Reinhardt [Mon, 2 Feb 2004 15:19:45 +0000 (07:19 -0800)]
Make stats:dump_period work even if dump_cycle isn't set.

--HG--
extra : convert_revision : 9e85c0fa0f6c5393dd8e91034a49975628cf825d

20 years agoChange configs to use SimpleController instead of ScsiController
Andrew Schultz [Sat, 31 Jan 2004 10:38:16 +0000 (05:38 -0500)]
Change configs to use SimpleController instead of ScsiController

--HG--
extra : convert_revision : f8288b13cc0d4ad8ef5cab458012cb5a5cb242c4

20 years agoSplit the SCSI controller into a base class (ScsiController) and
Andrew Schultz [Sat, 31 Jan 2004 10:36:14 +0000 (05:36 -0500)]
Split the SCSI controller into a base class (ScsiController) and
two seperate implementations (SimpleController for Tru64 and
AdaptecController for Linux)

--HG--
extra : convert_revision : 5458a42d34e6001b3ea11b87511b1f9ee853b4f7

20 years agoadded tsunami_pcidev
Ali Saidi [Sat, 31 Jan 2004 06:25:13 +0000 (01:25 -0500)]
added tsunami_pcidev

--HG--
extra : convert_revision : 14ad0f7afd930c29ff45f6edd51db8d8f8a07be0

20 years agoUpdate for changes in the console
Nathan Binkert [Fri, 30 Jan 2004 23:12:48 +0000 (18:12 -0500)]
Update for changes in the console
This is basically the same thing that was done for tlaser_uart

--HG--
extra : convert_revision : e0de84b83d1ee4fe0ef769b4de232dbbd7d9c228

20 years agoMerge zizzer.eecs.umich.edu:/bk/m5
Nathan Binkert [Fri, 30 Jan 2004 23:10:15 +0000 (18:10 -0500)]
Merge zizzer.eecs.umich.edu:/bk/m5
into ziff.eecs.umich.edu:/z/binkertn/research/m5/kernel

--HG--
extra : convert_revision : 9bb172c13912f69c53897ae215e077c9b8194dd9

20 years agoFixed the spec2000.ini file and made some cosmetic changes to the
Andrew Schultz [Fri, 30 Jan 2004 22:38:25 +0000 (17:38 -0500)]
Fixed the spec2000.ini file and made some cosmetic changes to the
setup-spec script

util/setup-spec:
    Made some changes so the information contained in the ini file explains
    what the init_param value corresponds to

--HG--
extra : convert_revision : 4082209f920244c262150c224a92ea21a55febd5

20 years agoAdded the spec2000 ini file
Andrew Schultz [Fri, 30 Jan 2004 22:20:03 +0000 (17:20 -0500)]
Added the spec2000 ini file

--HG--
extra : convert_revision : 981a5a536a25b07dd54ed0166b291876b0a498c0