Ali Saidi
887e9e2b99
ARM: Bare metal system should have 256MB of RAM.
2011-03-17 19:20:20 -05:00
Ali Saidi
79dac89552
ARM: Clarifies creation of Linux and baremetal ARM systems.
...
makeArmSystem creates both bare-metal and Linux systems more cleanly.
machine_type was never optional though listed as an optional argument; a system
such as "RealView_PBX" must now be explicitly specified. Now that it is a
required argument, the placement of the arguments has changed slightly
requiring some changes to calls that create ARM systems.
2011-02-23 15:10:48 -06:00
Ali Saidi
d33c1d9592
VNC: Add VNC server to M5
2011-02-11 18:29:35 -06:00
Brad Beckmann
6ebd7c390b
config: fixed minor bug connecting dma devices to ruby
2011-02-08 15:52:44 -08:00
Gabe Black
f8fc0419c5
X86, Config: Move the setting of work count options to a separate function.
...
This way things that don't care about work count options and/or aren't called
by something that has those command line options set up doesn't have to build
a fake object to carry in inert values.
2011-02-07 01:22:15 -08:00
Brad Beckmann
dfa8cbeb06
m5: added work completed monitoring support
2011-02-06 22:14:19 -08:00
Brad Beckmann
17b4ef52bb
ruby: x86 fs config support
2011-02-06 22:14:18 -08:00
Gabe Black
c4b81d311e
X86: Change how the default disk image gets set up.
...
The disk image to use was always being forced to a particular value. This
change changes what disk image is selected as the default based on the
architecture being built. In the future, a more sophisticated system might be
used that selected a path based on certain rules instead of relying on one off
file names.
2011-02-02 18:03:58 -08:00
Ali Saidi
d7b8efa0df
ARM: Add support for a dumb IDE controller
2010-11-15 14:04:03 -06:00
Ali Saidi
c779af4e12
Mem: Finish half-baked support for mmaping file in physmem.
...
Physmem has a parameter to be able to mem map a file, however
it isn't actually used. This changeset utilizes the parameter
so a file can be mmapped.
2010-11-08 13:58:24 -06:00
Brad Beckmann
8572d8fd91
config: fixed ruby dma device connections
2010-08-24 13:20:31 -07:00
Ali Saidi
330fada1aa
ARM: Add configuration for Linux/Full System
2010-08-23 11:18:40 -05:00
Nathan Binkert
90820ddf02
config: fix assertion for x86 in FSConfig.py
2010-04-18 21:33:59 -07:00
Brad Beckmann
d8e1e5abd0
ruby: fixed how ruby_fs creates phsyical memory
...
Now ruby_fs creates physical memory of the right size.
2010-03-21 21:22:20 -07:00
Brad Beckmann
ce2d13195b
ruby: FS support using the new configuration system
2010-01-29 20:29:21 -08:00
Gabe Black
93d89b288f
X86: Record the memory mode when building an X86 system.
2009-12-19 01:49:34 -08:00
Brad Beckmann
3cf24f9716
ruby: Support for merging ALPHA_FS and ruby
...
Connects M5 cpu and dma ports directly to ruby sequencers and dma
sequencers. Rubymem also includes a pio port so that pio requests
and be forwarded to a special pio bus connecting to device pio
ports.
2009-11-18 13:55:58 -08:00
Nathan Binkert
9a8cb7db7e
python: Move more code into m5.util allow SCons to use that code.
...
Get rid of misc.py and just stick misc things in __init__.py
Move utility functions out of SCons files and into m5.util
Move utility type stuff from m5/__init__.py to m5/util/__init__.py
Remove buildEnv from m5 and allow access only from m5.defines
Rename AddToPath to addToPath while we're moving it to m5.util
Rename read_command to readCommand while we're moving it
Rename compare_versions to compareVersions while we're moving it.
--HG--
rename : src/python/m5/convert.py => src/python/m5/util/convert.py
rename : src/python/m5/smartdict.py => src/python/m5/util/smartdict.py
2009-09-22 15:24:16 -07:00
Gabe Black
8d84f81e70
X86, Config: Make makeX86System consider the number of CPUs, and clean up interrupt assignment.
2009-04-26 02:04:32 -07:00
Steve Reinhardt
6629d9b2bc
mem: use single BadAddr responder per system.
...
Previously there was one per bus, which caused some coherence problems
when more than one decided to respond. Now there is just one on
the main memory bus. The default bus responder on all other buses
is now the downstream cache's cpu_side port. Caches no longer need
to do address range filtering; instead, we just have a simple flag
to prevent snoops from propagating to the I/O bus.
2008-07-16 11:10:33 -07:00
Gabe Black
b8333a5155
X86: Actually put the PCI INTA entry into the MP tables.
2009-04-19 04:15:18 -07:00
Gabe Black
25e223c30f
X86: Make E820 report nice, round (and correct) numbers.
2009-04-19 04:14:48 -07:00
Gabe Black
06d25dcd26
X86: Automatically make the IO APIC in an N CPU system have id N+1.
2009-04-19 02:39:19 -07:00
Gabe Black
eafdf00eb3
X86: Add IRQ4 to the Intel MP tables.
2009-02-25 10:19:06 -08:00
Gabe Black
1c5b9773bd
X86: Find the natural lpj for this configuration.
2009-02-01 00:29:07 -08:00
Gabe Black
a5ed1590bd
X86: Add a root device to the kernel command line.
2009-02-01 00:27:49 -08:00
Gabe Black
70cd5bfce5
X86: Configure the first PCI interrupt.
2009-02-01 00:26:10 -08:00
Gabe Black
18f6c18323
X86: Hook in a hard drive image.
2009-02-01 00:24:26 -08:00
Gabe Black
01679bb416
X86: Take out the IDE noprobe kernel arguments.
2009-02-01 00:20:44 -08:00
Gabe Black
bb7ad80bbe
X86: Plug in an IDE controller.
2009-02-01 00:00:03 -08:00
Gabe Black
d08b8e2b82
X86: Add some interrupt info to the intel MP tables.
2009-01-31 23:43:09 -08:00
Gabe Black
7b7a92d3f4
X86: Prevent Linux for probing for non-existant IDE controllers.
2009-01-25 20:36:24 -08:00
Gabe Black
ff29e00112
X86: Add entries for the IO APIC to the MP table.
2008-10-11 16:12:34 -07:00
Gabe Black
526933e5d0
X86: Add an Intel MP table to the simulation.
2008-10-11 15:14:37 -07:00
Gabe Black
3af428606a
X86: Rename the PC device to Pc.
...
--HG--
rename : src/dev/x86/PC.py => src/dev/x86/Pc.py
2008-10-11 02:23:40 -07:00
Gabe Black
ec0fb05d64
X86: Turn SMBios structures into simobjects.
2008-10-10 03:50:51 -07:00
Gabe Black
b4dab225fd
X86: Split makeLinuxX86System into makeLinuxX86System and makeX86System.
2008-10-10 03:50:30 -07:00
Nathan Binkert
00df9016fe
Rename SimConsole to Terminal since it makes more sense
...
--HG--
rename : src/dev/SimConsole.py => src/dev/Terminal.py
rename : src/dev/simconsole.cc => src/dev/terminal.cc
rename : src/dev/simconsole.hh => src/dev/terminal.hh
2008-06-17 20:29:06 -07:00
Gabe Black
bceaa257a3
X86: Make the e820 table manually or automatically configurable from python.
2008-06-12 00:58:36 -04:00
Gabe Black
561a541797
X86: Force the kernel to use a certain loops per jiffy instead of calculating it.
2008-06-12 00:46:16 -04:00
Gabe Black
f6a97752b0
X86: Make the amount of system memory match the hardcoded e820 info.
2008-06-12 00:45:11 -04:00
Gabe Black
633c585bfa
X86: Make the regular console use the serial port as well.
2008-06-12 00:45:01 -04:00
Gabe Black
b0c52885ce
X86: Change the Opteron platform to be the PC platform.
...
--HG--
extra : convert_revision : 2c6ffebbad04a21cef6ba3fbc1803218908a6c37
2008-03-25 02:06:53 -04:00
Gabe Black
7bde0285e5
X86: Get PCI config space to work, and adjust address space prefix numbering scheme.
...
--HG--
extra : convert_revision : 2b382f478ee8cde3a35aa4c105196f200bc7afa6
2008-02-26 23:38:01 -05:00
Gabe Black
657b52fea1
X86: Use the existing boot_osflags instead of duplicating it.
...
--HG--
extra : convert_revision : e04e438d7d261a61c52b946c23cd126ed648814a
2008-01-21 04:32:34 -05:00
Gabe Black
223e48e6ae
X86: Make the IO ports work using extra physical address lines. Add a serial port.
...
--HG--
extra : convert_revision : a14cb4fc9afedfc0ff58b11a7f8fb5516d462cc6
2008-01-12 06:39:15 -05:00
Gabe Black
42ae409746
X86: Move startup code to the system object to initialize a Linux system.
...
--HG--
extra : convert_revision : a4796c79f41aa8b8f38bf2f628bee8f1b3af64be
2007-12-01 23:09:56 -08:00
Korey Sewell
10e0ae5407
Accidently kept hardcoded memory value in merge. Remove that and now ALPHA_FS quick regressions pass
...
--HG--
extra : convert_revision : 12582bef9317cd102cafdea9001f45651d34851f
2007-11-16 19:37:21 -05:00
Korey Sewell
3ee0433f7c
compile-time fix for setMipsOptions function
...
--HG--
extra : convert_revision : e008f6d314d4891cb6ddc9cbf96fbcc6eee53b35
2007-11-16 19:15:20 -05:00
Korey Sewell
9cff176bbc
add setMipsOptions function for MIPS usage
...
--HG--
extra : convert_revision : 42909d66a46201757cbdb14f75cccbd6b27d1f18
2007-11-15 14:20:41 -05:00